Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
6.2.0 – 2019-05-05
- ADDED Colors for modes using ansi-color.el, such as Eshell
- ADDED Some package faces
Add the package faces:
package-status-avail-obso
,package-status-available
,package-status-dependency
,package-status-installed
. - ADDED Window divider faces
Add the Window Divider faces:
window-divider
,window-divider-first-pixel
andwindow-divider-last-pixel
. - ADDED Window divider settings
Enable
window-divider-mode
and set thewindow-divider-default-right-width
to1
. - ADDED Some js2-mode faces
Add the JS2 Mode faces:
js2-error
,js2-function-call
,js2-object-property
,js2-warning
. - ADDED Some company-mode faces
Add the Company faces:
company-preview
,company-preview-common
,company-scrollbar-bg
,company-scrollbar-fg
,company-tooltip
,company-tooltip-annotation
,company-tooltip-common
,common-tooltip-search
,common-tooltip-search-selecion
,common-tooltip-selection
. - ADDED Some ivy faces
Add the Ivy faces:
ivy-current-match
,ivy-minibuffer-match-face-1
,ivy-minibuffer-match-face-2
,ivy-minibuffer-match-face-3
,ivy-minibuffer-match-face-4
. - ADDED flycheck-inline faces
Add the flycheck-inline faces:
flycheck-inline-error
,flycheck-inline-info
,flycheck-inline-warning
. - ADDED highlight-indent-guides face
Add the highlight-indent-guides face:
highlight-indent-guides-character-face
. - CHANGED the color of high-scoring unread mails in gnus
- CHANGED the color of normal ticked mails in gnus
- CHANGED the padding around the mode-line
- CHANGED the JS2 function param face color
Inherit from
font-lock-warning-face
and don't specify a special underline. - CHANGED the Diff Highlight faces
Make the foreground and background color on the
diff-hl-change
,diff-hl-add
anddiff-hl-remove
the same. - CHANGED the top 3 Org heading faces
Make the
org-level-1
,org-level-2
andorg-level-3
stand out more by giving them and underline, bold weight and italic slant respectively. Also give theorg-level-1
andorg-level-2
some extra height. - CHANGED the color of comments
Change the color of
font-lock-comment-face
to stand out more, since comments are generally important pieces of information that show up scarcely. - REMOVED the 10th rainbow delimiters depth face
6.1.0 – 2015-11-20
- ADDED Some helm faces
Add the helm faces:
helm-M-x-key
,helm-buffer-directory
,helm-buffer-file
,helm-buffer-not-saved
,helm-buffer-process
,helm-buffer-size
,helm-match
,helm-selection
,helm-source-header
,helm-ff-directory
,helm-ff-dotted-directory
,helm-ff-executable
,helm-ff-file
,helm-ff-invalid-symlink
,helm-ff-symlink
. - ADDED Some circe faces
Add the circe faces:
circe-highlight-nick-face
andcirce-server-face
. - ADDED Some lui faces
Add the lui faces:
lui-button-face
,lui-time-stamp-face
. - ADDED CSS faces
Add the CSS faces:
css-property
,css-selector
andcss-proprietary-property
. - ADDED
magit-section-highlight
face - ADDED
highlight-numbers-number
face - FIXED Make markdown header faces work without loading Org
Stop making the
markdown-header-face-*
faces inherit from the equivalentorg-level-*
faces, this kept the markdown faces from working if Org mode wasn't loaded.
6.0.0 – 2015-08-31
- ADDED
js2-function-param
face. - ADDED
magit-log-head-label-head
face. - ADDED
magit-log-head-label-default
face. - ADDED Some hydra faces.
Add the
hydra-face-amaranth
,hydra-face-blue
,hydra-face-pink
,hydra-face-red
andhydra-face-teal
faces. - ADDED Some magit faces.
Magit came out with a new version and changed (almost) all the face names. The following faces have been added because of this:
magit-bisect-bad
,magit-bisect-good
,magit-bisect-skip
,magit-blame-date
,magit-blame-hash
,magit-blame-heading
,magit-blame-name
,magit-blame-summary
,magit-branch-current
,magit-branch-local
,magit-branch-remote
,magit-diff-added
,magit-diff-added-highlight
,magit-diff-context
,magit-diff-context-highlight
,magit-diff-file-heading
,magit-diff-removed
,magit-diff-removed-highlight
,magit-process-ng
,magit-process-ok
,magit-section-heading
. - ADDED
erc-button
face. - CHANGED Change faces to stop using certain colors.
- CHANGED Change
gnus-signature
foreground tofgdim
. - CHANGED Change
message-header-xheader
foreground tofgdim
and make it italic. - CHANGED Change
mode-line
background and box color tobgblue
. - CHANGED Change
mode-line-buffer-id
foreground tofggreen
. - CHANGED Change
org-agenda-done
foreground tofgorange
. - CHANGED Remove
org-block-begin-line
background. - CHANGED Remove
org-block-end-line
background. - CHANGED Change
org-headline-done
foreground tofgdim
. - CHANGED Remove bold weight from
org-level-1
. - CHANGED Change
org-level-2
foreground tofgcyan
and remove bold weight. - CHANGED Change
org-level-3
foreground tofgred
and remove bold weight. - CHANGED Change
org-level-4
foreground tofgblue
and remove bold weight. - CHANGED Change
org-level-5
foreground tofgyellow
and remove bold weight. - CHANGED Change
org-level-6
foreground tofgpurple
and remove bold weight. - CHANGED Change
org-level-7
foreground tofgturquoise
and remove bold weight. - CHANGED Change
org-level-8
foreground tofgorange
and remove bold weight. - CHANGED Remove
whitespace-tab
foreground and change underline tobgbright
. - CHANGED Change the foreground color of
diff-file-header
to bright and add bold weight - REMOVED Stop using and remove certain colors for simplicity.
Stop using and remove the following colors:
fgdim-1
,fgdim-2
,fgorange-1
,fggreen-1
,fggreen-2
,fggreen-3
,fggreen-4
andbgblue-1
colors.