solarized-emacs

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

commit a3a60f80ea5d86b8d5251750aed973e709ba95b4
parent b97f5b71c7e24679d3cabcad12e0cb2779db686b
Author: Jonas Bernoulli <jonas@bernoul.li>
Date:   Wed, 24 Aug 2016 22:53:57 +0200

magit: use colors in popup buffers (#243)


Diffstat:
Msolarized.el | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1322,11 +1322,11 @@ customize the resulting theme." `(magit-diffstat-added ((t (:foreground ,green)))) `(magit-diffstat-removed ((t (:foreground ,red)))) ;;;;;; popup - `(magit-popup-heading ((t (:foreground ,base1 :weight normal)))) - `(magit-popup-key ((t (:foreground ,base1 :weight bold)))) - `(magit-popup-argument ((t (:foreground ,base1 :weight bold)))) - `(magit-popup-disabled-argument ((t (:foreground ,base01 :weight normal)))) - `(magit-popup-option-value ((t (:foreground ,base1 :weight bold)))) + `(magit-popup-heading ((t (:foreground ,yellow :weight bold)))) + `(magit-popup-key ((t (:foreground ,green-d :weight bold)))) + `(magit-popup-argument ((t (:foreground ,cyan-d :weight bold)))) + `(magit-popup-disabled-argument ((t (:foreground ,base01 :weight normal)))) + `(magit-popup-option-value ((t (:foreground ,cyan :weight bold)))) ;;;;;; process `(magit-process-ok ((t (:foreground ,green :weight bold)))) `(magit-process-ng ((t (:foreground ,red :weight bold))))