From 256f6011945b05b19ed6fa73c8a69381f74ae191 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 29 Mar 2013 21:02:22 +0100 Subject: Add some diff-* colors --- yoshi-theme.el | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'yoshi-theme.el') diff --git a/yoshi-theme.el b/yoshi-theme.el index 44e6cfc..140ae1a 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -47,10 +47,20 @@ `(default ((t (:background ,dblack :foreground ,lblack)))) `(diff-added ((t (:background ,dgreen :inherit unspecified)))) `(diff-changed ((t (:background ,dyellow)))) - `(diff-removed ((t (:background ,dred :inherit unspecified)))) + `(diff-file-header ((t (:foreground ,lblue :background unspecified :weight bold)))) + `(diff-function ((t (:slant italic :inherit unspecified :foreground ,lpurple)))) + `(diff-header ((t (:background unspecified :foreground ,lcyan)))) `(diff-hl-change ((t (:foreground ,lyellow :background unspecified :inherit diff-changed)))) `(diff-hl-delete ((t (:foreground ,lred :inherit diff-removed)))) `(diff-hl-insert ((t (:foreground ,lgreen :inherit diff-added)))) + `(diff-hunk-header ((t (:foreground ,lturquoise :inherit unspecified :weight bold)))) + `(diff-indicator-added ((t (:foreground ,lgreen :weight bold :inherit unspecified)))) + `(diff-indicator-changed ((t (:foreground ,lyellow :weight bold :inherit unspecified )))) + `(diff-indicator-removed ((t (:foreground ,lred :weight bold :inherit unspecified)))) + `(diff-refine-added ((t (:foreground ,lgreen :inherit unspecified)))) + `(diff-refine-change ((t (:foreground ,lyellow :background unspecified)))) + `(diff-refine-removed ((t (:foreground ,lred :inherit unspecified)))) + `(diff-removed ((t (:background ,dred :inherit unspecified)))) `(error ((t (:foreground ,lred :weight unspecified)))) `(flycheck-error-face ((t (:inherit unspecified :underline (:color ,lred :style wave))))) `(flycheck-warning-face ((t (:inherit unspecified :underline (:color ,lorange :style wave))))) -- cgit v1.2.3-54-g00ecf