1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Clarify highlight face

This commit is contained in:
Tom Willemse 2014-03-15 22:43:09 +01:00
parent 74f39bdb98
commit 805ae7fa4f

View file

@ -158,7 +158,7 @@
`(gnus-summary-normal-ticked ((t (:foreground ,fgdefault :weight bold)))) `(gnus-summary-normal-ticked ((t (:foreground ,fgdefault :weight bold))))
`(gnus-summary-normal-unread ((t (:foreground ,fgdefault)))) `(gnus-summary-normal-unread ((t (:foreground ,fgdefault))))
`(gnus-summary-selected ((t (:background ,bgblue :weight bold)))) `(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)))) `(highlight-80+ ((t (:underline (:color ,fgred :style wave) :background unspecified))))
`(identica-stripe-face ((t (:background ,bgbright)))) `(identica-stripe-face ((t (:background ,bgbright))))
`(identica-uri-face ((t (:foreground ,fgorange :underline t)))) `(identica-uri-face ((t (:foreground ,fgorange :underline t))))