solarized-emacs

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

commit b0b8cb1d5c2b1836fbc764ee4279cccec0510aac
parent 7aedce5c27119b9f36c2a037e177d4ef392851d0
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun,  5 Jul 2015 18:24:15 +0200

Use only baseXX colors in magit-popup

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

diff --git a/solarized.el b/solarized.el @@ -1300,11 +1300,11 @@ customize the resulting theme." `(magit-diffstat-added ((t (:foreground ,green)))) `(magit-diffstat-removed ((t (:foreground ,red)))) ;;;;;; popup - `(magit-popup-heading ((t (:foreground ,yellow :weight bold)))) - `(magit-popup-key ((t (:foreground ,green-d :weight bold)))) - `(magit-popup-argument ((t (:foreground ,green :weight bold)))) - `(magit-popup-disabled-argument ((t (:foreground ,base01 :weight normal)))) - `(magit-popup-option-value ((t (:foreground ,blue :weight bold)))) + `(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)))) ;;;;;; process `(magit-process-ok ((t (:foreground ,green :weight bold)))) `(magit-process-ng ((t (:foreground ,red :weight bold))))