aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-26 01:02:25 +0100
committerGravatar Tom Willemse2013-11-26 01:02:25 +0100
commit1b138bc561684d403f4c4fcb1c2aaa4d45711a84 (patch)
tree086275f1f64fb6e12fcb1b299b128975637ff99a
parente15cc12354bd7b410dae9e2ad7d4ab83d135823e (diff)
downloadyoshi-theme-1b138bc561684d403f4c4fcb1c2aaa4d45711a84.tar.gz
yoshi-theme-1b138bc561684d403f4c4fcb1c2aaa4d45711a84.zip
Make the diff file header stand out more
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 8bdac4a..67bdcd7 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -52,7 +52,7 @@
`(default ((t (:background ,bgdefault :foreground ,fgdefault))))
`(diff-added ((t (:background ,bggreen :inherit unspecified))))
`(diff-changed ((t (:background ,bgorange))))
- `(diff-file-header ((t (:foreground "#ededed" :background unspecified))))
+ `(diff-file-header ((t (:foreground ,fgred :background unspecified))))
`(diff-function ((t (:inherit unspecified :foreground ,fgorange))))
`(diff-header ((t (:background ,bgbright))))
`(diff-hl-change ((t (:foreground ,fgyellow :background unspecified :inherit diff-changed))))