aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-25 02:43:21 +0100
committerGravatar Tom Willemsen2013-01-25 02:44:12 +0100
commit2d60536ce8461fb60c408c6c494c6c5386713d78 (patch)
treec41e7d564471ee74ea7b4825efc4870b666e042a
parentb7cea1b4aa8bbb5264267c6f67e743d862bfe4bc (diff)
downloadyoshi-theme-2d60536ce8461fb60c408c6c494c6c5386713d78.tar.gz
yoshi-theme-2d60536ce8461fb60c408c6c494c6c5386713d78.zip
Add diff-hl faces
-rw-r--r--yoshi-theme.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index c491d6f..68cc401 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -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)))))