solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 7aedce5c27119b9f36c2a037e177d4ef392851d0
parent 87d93c13293348d29798a438f4409cfaaf78b8e6
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun,  5 Jul 2015 18:11:21 +0200

Change magit-tag from orange to cyan

Diffstat:
Msolarized.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -1333,7 +1333,7 @@ customize the resulting theme." ;;;;;; references etc. `(magit-dimmed ((t (:foreground ,base01)))) `(magit-hash ((t (:foreground ,base01)))) - `(magit-tag ((t (:foreground ,orange :weight bold)))) + `(magit-tag ((t (:foreground ,cyan :weight bold)))) `(magit-branch-remote ((t (:foreground ,green :weight bold)))) `(magit-branch-local ((t (:foreground ,blue :weight bold)))) `(magit-branch-current ((t (:foreground ,blue :weight bold :box t))))