mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Make the diff file header stand out more
This commit is contained in:
parent
e15cc12354
commit
1b138bc561
1 changed files with 1 additions and 1 deletions
|
@ -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 "#ededed" :background unspecified))))
|
||||
`(diff-file-header ((t (:foreground ,fgred :background unspecified))))
|
||||
`(diff-function ((t (:inherit unspecified :foreground ,fgorange))))
|
||||
`(diff-header ((t (:background ,bgbright))))
|
||||
`(diff-hl-change ((t (:foreground ,fgyellow :background unspecified :inherit diff-changed))))
|
||||
|
|
Loading…
Reference in a new issue