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

Add diff-hl faces

This commit is contained in:
Tom Willemsen 2013-01-25 02:43:21 +01:00
parent b7cea1b4aa
commit 2d60536ce8

View file

@ -33,6 +33,9 @@
'yoshi
'(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-warning-face ((t (:foreground nil :underline (:color "#ffbb56" :style wave)))))
'(flymake-errline ((t (:background nil :underline (:color "#e09591" :style wave)))))