From 2d60536ce8461fb60c408c6c494c6c5386713d78 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 25 Jan 2013 02:43:21 +0100 Subject: Add diff-hl faces --- yoshi-theme.el | 3 +++ 1 file changed, 3 insertions(+) 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))))) -- cgit v1.2.3-54-g00ecf