diff options
| author | 2014-03-15 22:43:09 +0100 | |
|---|---|---|
| committer | 2014-03-15 22:43:09 +0100 | |
| commit | 805ae7fa4f851c52b922412f48736d7d4230a29d (patch) | |
| tree | e27de6058e4aa1d0495d281519632ef2c766fa20 | |
| parent | 74f39bdb98e568dd7445708711831d6a1e5e436c (diff) | |
| download | yoshi-theme-805ae7fa4f851c52b922412f48736d7d4230a29d.tar.gz yoshi-theme-805ae7fa4f851c52b922412f48736d7d4230a29d.zip | |
Clarify highlight face
| -rw-r--r-- | yoshi-theme.el | 2 |
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)))) |
