solarized-emacs

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

commit 647c5d54f5323887d7f22931e563789bc652ca35
parent 8bb56730216e014e1c7365aef244238f85eb19a2
Author: Jonas Bernoulli <jonas@bernoul.li>
Date:   Thu, 25 Oct 2018 12:47:15 +0200

Separate magit-popup from magit

`magit-popup' is a package in its own right and has been for a long
time.  What changed is that `magit' will soon stop using `magit-popup',
at which point it will make even less sense to treat them as the same
package.

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

diff --git a/solarized.el b/solarized.el @@ -1419,12 +1419,6 @@ customize the resulting theme." `(magit-diff-context-highlight ((t (:background ,base02)))) `(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 ,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 `(magit-process-ok ((t (:foreground ,green :weight bold)))) `(magit-process-ng ((t (:foreground ,red :weight bold)))) @@ -1477,6 +1471,12 @@ customize the resulting theme." `(magit-reflog-cherry-pick ((t (:foreground ,green)))) `(magit-reflog-remote ((t (:foreground ,cyan)))) `(magit-reflog-other ((t (:foreground ,cyan)))) +;;;;; magit-popup + `(magit-popup-heading ((t (:foreground ,yellow :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)))) ;;;;; markdown-mode `(markdown-blockquote-face ((,class (:inherit font-lock-doc-face)))) `(markdown-bold-face ((,class (:inherit bold))))