aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-29 21:02:22 +0100
committerGravatar Tom Willemsen2013-03-29 21:02:22 +0100
commit256f6011945b05b19ed6fa73c8a69381f74ae191 (patch)
treefba087cf608521c36bd7f1a422647d0ed6e2577d
parentb97f1e0c01437508ead09923f4a75d23a1fe1a36 (diff)
downloadyoshi-theme-256f6011945b05b19ed6fa73c8a69381f74ae191.tar.gz
yoshi-theme-256f6011945b05b19ed6fa73c8a69381f74ae191.zip
Add some diff-* colors
-rw-r--r--yoshi-theme.el12
1 files changed, 11 insertions, 1 deletions
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)))))