commit 62dfe37e843faa705a65e6fbed0c2a2c7ed57c12
parent a3a60f80ea5d86b8d5251750aed973e709ba95b4
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Sat, 27 Aug 2016 20:30:57 +0200
Modify magit-popup colors (again)
After discussion: https://github.com/bbatsov/solarized-emacs/pull/243
and
https://github.com/bbatsov/solarized-emacs/commit/a3a60f80ea5d86b8d5251750aed973e709ba95b4
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1323,8 +1323,8 @@ customize the resulting theme."
`(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 ,cyan-d :weight bold))))
+ `(magit-popup-key ((t (:foreground ,base1 :weight bold))))
+ `(magit-popup-argument ((t (:foreground ,cyan :weight bold))))
`(magit-popup-disabled-argument ((t (:foreground ,base01 :weight normal))))
`(magit-popup-option-value ((t (:foreground ,cyan :weight bold))))
;;;;;; process