Change magit-tag from orange to cyan

This commit is contained in:
Thomas Frössman 2015-07-05 18:11:21 +02:00
parent 87d93c1329
commit 7aedce5c27

View file

@ -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))))