Nicer colours for the tag indicators.
This commit is contained in:
parent
b0b65a2434
commit
017828d250
1 changed files with 4 additions and 4 deletions
8
magit.el
8
magit.el
|
@ -287,12 +287,12 @@ Many Magit faces inherit from this one by default."
|
||||||
(defface magit-log-head-label-tags
|
(defface magit-log-head-label-tags
|
||||||
'((((class color) (background light))
|
'((((class color) (background light))
|
||||||
:box t
|
:box t
|
||||||
:background "Grey85"
|
:background "LemonChiffon1"
|
||||||
:foreground "VioletRed1")
|
:foreground "goldenrod4")
|
||||||
(((class color) (background dark))
|
(((class color) (background dark))
|
||||||
:box t
|
:box t
|
||||||
:background "Grey13"
|
:background "LemonChiffon1"
|
||||||
:foreground "khaki1"))
|
:foreground "goldenrod4"))
|
||||||
"Face for tag labels shown in log buffer."
|
"Face for tag labels shown in log buffer."
|
||||||
:group 'magit)
|
:group 'magit)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue