diff options
| author | 2015-07-21 01:28:37 +0200 | |
|---|---|---|
| committer | 2015-07-21 01:28:37 +0200 | |
| commit | 20ce4148825a11cca69085f87a6d1648b50d035f (patch) | |
| tree | db805c88b6ff3bbb4ebe7a80b38f215911fc42bf | |
| parent | 66c6d3da1777df268d5d9efb34638155c9aabe93 (diff) | |
| download | yoshi-theme-20ce4148825a11cca69085f87a6d1648b50d035f.tar.gz yoshi-theme-20ce4148825a11cca69085f87a6d1648b50d035f.zip | |
Change diff-file-header face
| -rw-r--r-- | CHANGELOG.org | 2 | ||||
| -rw-r--r-- | yoshi-theme.el | 2 |
2 files changed, 3 insertions, 1 deletions
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)))) |
