diff --git a/CHANGELOG.org b/CHANGELOG.org index 7eff2e8..973e2b0 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -69,6 +69,8 @@ This project adheres to [[http://semver.org][Semantic Versioning]]. ** CHANGED Remove =whitespace-tab= foreground and change underline to =bgbright=. +** 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=, diff --git a/yoshi-theme.el b/yoshi-theme.el index f0595f6..c2be61d 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -52,7 +52,7 @@ `(default ((t (:background ,bgdefault :foreground ,fgdefault)))) `(diff-added ((t (:background ,bggreen :inherit unspecified)))) `(diff-changed ((t (:background ,bgorange)))) - `(diff-file-header ((t (:foreground ,fgred :background unspecified)))) + `(diff-file-header ((t (:foreground ,fgbright :background unspecified :weight bold)))) `(diff-function ((t (:inherit unspecified :foreground ,fgorange)))) `(diff-header ((t (:background ,bgbright)))) `(diff-hl-change ((t (:foreground ,fgyellow :background unspecified :inherit diff-changed))))