aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-03-15 22:43:09 +0100
committerGravatar Tom Willemse2014-03-15 22:43:09 +0100
commit805ae7fa4f851c52b922412f48736d7d4230a29d (patch)
treee27de6058e4aa1d0495d281519632ef2c766fa20
parent74f39bdb98e568dd7445708711831d6a1e5e436c (diff)
downloadyoshi-theme-805ae7fa4f851c52b922412f48736d7d4230a29d.tar.gz
yoshi-theme-805ae7fa4f851c52b922412f48736d7d4230a29d.zip
Clarify highlight face
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index d33d94e..fd8f833 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -158,7 +158,7 @@
`(gnus-summary-normal-ticked ((t (:foreground ,fgdefault :weight bold))))
`(gnus-summary-normal-unread ((t (:foreground ,fgdefault))))
`(gnus-summary-selected ((t (:background ,bgblue :weight bold))))
- `(highlight ((t (:background ,bgbright))))
+ `(highlight ((t (:background ,bgcyan))))
`(highlight-80+ ((t (:underline (:color ,fgred :style wave) :background unspecified))))
`(identica-stripe-face ((t (:background ,bgbright))))
`(identica-uri-face ((t (:foreground ,fgorange :underline t))))