diff --git a/CHANGELOG.org b/CHANGELOG.org index baf240b..b19319b 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -20,6 +20,17 @@ This project adheres to [[http://semver.org][Semantic Versioning]]. Add the =hydra-face-amaranth=, =hydra-face-blue=, =hydra-face-pink=, =hydra-face-red= and =hydra-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=. + ** CHANGED Change faces to stop using certain colors. ** CHANGED Change =gnus-signature= foreground to =fgdim=. diff --git a/yoshi-theme.el b/yoshi-theme.el index c16856d..c8e8b30 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -189,14 +189,29 @@ `(js2-function-param ((t (:foreground ,fggreen)))) `(link ((t (:foreground ,fgorange :underline t)))) `(link-visited ((t (:foreground ,fgmagenta :underline t)))) + `(magit-bisect-bad ((t (:foreground ,fgred)))) + `(magit-bisect-good ((t (:foreground ,fggreen)))) + `(magit-bisect-skip ((t (:foreground ,fgdim)))) + `(magit-blame-date ((t (:foreground ,fgpink :inherit magit-blame-heading)))) + `(magit-blame-hash ((t (:foreground ,fgmagenta :inherit magit-blame-heading)))) `(magit-blame-header ((t (:foreground ,fggreen :background ,bgdim :weight bold :inherit unspecified)))) + `(magit-blame-heading ((t (:foreground ,fgdefault :background ,bgbright)))) + `(magit-blame-name ((t (:foreground ,fgturquoise :inherit magit-blame-heading)))) + `(magit-blame-summary ((t (:foreground ,fggreen :inherit magit-blame-heading)))) `(magit-branch ((t (:foreground ,fgpink :weight bold :inherit unspecified)))) + `(magit-branch-current ((t (:foreground ,fgdefault :background ,bgblue :box (:color ,bgblue :line-width 2 :style nil) :inherit unspecified)))) + `(magit-branch-local ((t (:foreground ,fgdefault :background ,bgmagenta :box (:color ,bgmagenta :line-width 2 :style nil))))) + `(magit-branch-remote ((t (:foreground ,fgdefault :background ,bggreen :box (:color ,bggreen :line-width 2 :style nil))))) + `(magit-diff-added ((t (:foreground unspecified :background unspecified :inherit diff-added)))) + `(magit-diff-added-highlight ((t (:foreground unspecified :background unspecified :inherit diff-hl-insert)))) + `(magit-diff-context ((t (:foreground unspecified :inherit shadow)))) + `(magit-diff-context-highlight ((t (:foreground unspecified :background ,bgdim :inherit magit-diff-context)))) `(magit-item-highlight ((t (:slant italic :inherit unspecified)))) + `(magit-log-head-label-default ((t (:foreground ,fgdefault :background ,bgcyan :box (:color ,bgcyan :line-width 2 :style nil))))) + `(magit-log-head-label-head ((t (:foreground ,fgdefault :background ,bgblue :box (:color ,bgblue :line-width 2 :style nil))))) `(magit-log-head-label-local ((t (:foreground ,fgdefault :background ,bgmagenta :box (:color ,bgmagenta :line-width 2 :style nil))))) `(magit-log-head-label-remote ((t (:foreground ,fgdefault :background ,bggreen :box (:color ,bggreen :line-width 2 :style nil))))) `(magit-log-head-label-tags ((t (:foreground ,fgdefault :background ,bgorange :box (:color ,bgorange :line-width 2 :style nil))))) - `(magit-log-head-label-head ((t (:foreground ,fgdefault :background ,bgblue :box (:color ,bgblue :line-width 2 :style nil))))) - `(magit-log-head-label-default ((t (:foreground ,fgdefault :background ,bgcyan :box (:color ,bgcyan :line-width 2 :style nil))))) `(magit-log-sha1 ((t (:foreground ,fgdefault :background ,bgblue :box (:color ,bgblue :line-width 2 :style nil))))) `(magit-section-title ((t (:foreground ,fgturquoise :inherit unspecified :height 1.8)))) `(makefile-space ((t (:background ,bgpink))))