Nicer colours for the tag indicators.

This commit is contained in:
Phil Jackson 2010-05-20 00:22:14 +01:00
parent b0b65a2434
commit 017828d250

View file

@ -287,12 +287,12 @@ Many Magit faces inherit from this one by default."
(defface magit-log-head-label-tags
'((((class color) (background light))
:box t
:background "Grey85"
:foreground "VioletRed1")
:background "LemonChiffon1"
:foreground "goldenrod4")
(((class color) (background dark))
:box t
:background "Grey13"
:foreground "khaki1"))
:background "LemonChiffon1"
:foreground "goldenrod4"))
"Face for tag labels shown in log buffer."
:group 'magit)