1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Update diff-hl faces

This commit is contained in:
Tom Willemse 2017-03-05 21:57:13 -08:00
parent 4fb473197f
commit 2424e9f3a1
2 changed files with 8 additions and 3 deletions

View file

@ -43,6 +43,11 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
Inherit from =font-lock-warning-face= and don't specify a special Inherit from =font-lock-warning-face= and don't specify a special
underline. underline.
** CHANGED the Diff Highlight faces
Make the foreground and background color on the =diff-hl-change=,
=diff-hl-add= and =diff-hl-remove= the same.
** REMOVED the 10th rainbow delimiters depth face ** REMOVED the 10th rainbow delimiters depth face
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20 * [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20

View file

@ -102,9 +102,9 @@
`(diff-file-header ((t (:foreground ,fgbright :background unspecified :weight bold)))) `(diff-file-header ((t (:foreground ,fgbright :background unspecified :weight bold))))
`(diff-function ((t (:inherit unspecified :foreground ,fgorange)))) `(diff-function ((t (:inherit unspecified :foreground ,fgorange))))
`(diff-header ((t (:background ,bgbright)))) `(diff-header ((t (:background ,bgbright))))
`(diff-hl-change ((t (:foreground ,fgyellow :background unspecified :inherit diff-changed)))) `(diff-hl-change ((t (:foreground ,bgyellow :background unspecified :inherit diff-changed))))
`(diff-hl-delete ((t (:foreground ,fgred :inherit diff-removed)))) `(diff-hl-delete ((t (:foreground ,bgred :inherit diff-removed))))
`(diff-hl-insert ((t (:foreground ,fggreen :inherit diff-added)))) `(diff-hl-insert ((t (:foreground ,bggreen :inherit diff-added))))
`(diff-hunk-header ((t (:inherit unspecified :weight bold :foreground ,fgyellow :underline t)))) `(diff-hunk-header ((t (:inherit unspecified :weight bold :foreground ,fgyellow :underline t))))
`(diff-indicator-added ((t (:foreground ,fggreen :weight bold :inherit unspecified)))) `(diff-indicator-added ((t (:foreground ,fggreen :weight bold :inherit unspecified))))
`(diff-indicator-changed ((t (:foreground ,fgyellow :weight bold :inherit unspecified )))) `(diff-indicator-changed ((t (:foreground ,fgyellow :weight bold :inherit unspecified ))))