From 017828d2504428f491aa30edf5227a631beb37ac Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Thu, 20 May 2010 00:22:14 +0100 Subject: [PATCH] Nicer colours for the tag indicators. --- magit.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/magit.el b/magit.el index 5ec24274..38113818 100644 --- a/magit.el +++ b/magit.el @@ -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)