aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-26 01:03:50 +0100
committerGravatar Tom Willemse2013-11-26 01:03:50 +0100
commit02ad3f35d12883958de0c5aa6d61000a5a51c9f0 (patch)
tree47c8d579475b41c52416d5b9744ceda3d6faf49c
parentf300381d01268a97dca0180b63b5a88274e0e3ad (diff)
downloadyoshi-theme-02ad3f35d12883958de0c5aa6d61000a5a51c9f0.tar.gz
yoshi-theme-02ad3f35d12883958de0c5aa6d61000a5a51c9f0.zip
Simplify gnus ticked messages
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 8f0fcec..41df8c9 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -133,7 +133,7 @@
`(gnus-summary-low-unread ((t (:inherit gnus-summary-normal-unread :slant italic))))
`(gnus-summary-normal-ancient ((t (:foreground ,fgcyan))))
`(gnus-summary-normal-read ((t (:foreground ,fgdim))))
- `(gnus-summary-normal-ticked ((t (:foreground ,fgred))))
+ `(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))))