1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-02-24 19:43:26 +01:00

Change diff-file-header face

This commit is contained in:
Tom Willemse 2015-07-21 01:28:37 +02:00
parent 66c6d3da17
commit 20ce414882
2 changed files with 3 additions and 1 deletions

View file

@ -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=,

View file

@ -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))))