aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yoshi-theme.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index cef000e..c72718c 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -67,6 +67,7 @@
`(font-lock-variable-name-face ((t (:foreground ,fgyellow))))
`(font-lock-warning-face ((t (:foreground ,fgorange :inherit unspecified :weight bold))))
`(fringe ((t (:background unspecified :inherit default))))
+ `(header-line ((t (:background ,bgblue :foreground ,fgbright :box (:color ,bgblue :line-width 5 :style nil)))))
`(highlight ((t (:background ,bgcyan))))
`(italic ((t (:slant italic))))
`(link ((t (:foreground ,fgorange :underline t))))
@@ -122,8 +123,10 @@
;;; Ediff
`(ediff-current-diff-A ((t (:inherit diff-removed))))
`(ediff-current-diff-B ((t (:inherit diff-added))))
+ `(ediff-current-diff-C ((t (:inherit diff-changed))))
`(ediff-fine-diff-A ((t (:inherit diff-refine-removed))))
`(ediff-fine-diff-B ((t (:inherit diff-refine-added))))
+ `(ediff-fine-diff-C ((t (:inherit diff-refine-change))))
;;; ERC
`(erc-button ((t (:weight unspecified :inherit button))))
@@ -191,7 +194,7 @@
`(gnus-header-subject ((t (:foreground ,fgyellow))))
`(gnus-signature ((t (:foreground ,fgdim :slant italic))))
`(gnus-splash ((t (:foreground ,fgdefault))))
- `(gnus-summary-cancelled ((t (:foreground ,fgyellow :background ,bgbright))))
+ `(gnus-summary-cancelled ((t (:foreground ,fgdim :background unspecified :strike-through t))))
`(gnus-summary-high-ancient ((t (:inherit gnus-summary-normal-ancient :weight bold))))
`(gnus-summary-high-read ((t (:inherit gnus-summary-normal-read :weight bold))))
`(gnus-summary-high-ticked ((t (:inherit gnus-summary-normal-ticked :weight bold))))