mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Add diff-hl faces
This commit is contained in:
parent
b7cea1b4aa
commit
2d60536ce8
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
||||||
'yoshi
|
'yoshi
|
||||||
|
|
||||||
'(default ((t (:background "#111113" :foreground "#eeeeec"))))
|
'(default ((t (:background "#111113" :foreground "#eeeeec"))))
|
||||||
|
'(diff-hl-change ((t (:background "#cfce29" :foreground "#cfce29"))))
|
||||||
|
'(diff-hl-delete ((t (:background "#e09591" :foreground "#e09591"))))
|
||||||
|
'(diff-hl-insert ((t (:background "#9ad870" :foreground "#9ad870"))))
|
||||||
'(flycheck-error-face ((t (:foreground nil :underline (:color "#e09591" :style wave)))))
|
'(flycheck-error-face ((t (:foreground nil :underline (:color "#e09591" :style wave)))))
|
||||||
'(flycheck-warning-face ((t (:foreground nil :underline (:color "#ffbb56" :style wave)))))
|
'(flycheck-warning-face ((t (:foreground nil :underline (:color "#ffbb56" :style wave)))))
|
||||||
'(flymake-errline ((t (:background nil :underline (:color "#e09591" :style wave)))))
|
'(flymake-errline ((t (:background nil :underline (:color "#e09591" :style wave)))))
|
||||||
|
|
Loading…
Reference in a new issue