summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2018-11-22 13:36:08 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2019-08-09 15:22:57 +0200
commitf72545623ae536495e10a0d064d4ab75f70c06e6 (patch)
tree43f471b17c6886e9da7f03c8318de72f01245fe8
parentb77ef2d476860f46fcc234b8621516b22e17cfde (diff)
magit: Cosmetics definition rearrangements
Make the definitions of Magit's Zenburn faces look like those of the Solarized theme. I now use the latter but used to use the former, and making this look similar for both themes makes it easier for me to fix the regressions introduced by others.
-rw-r--r--zenburn-theme.el10
1 files changed, 4 insertions, 6 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index d0816b4..b071610 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -964,16 +964,14 @@ Also bind `class' to ((class color) (min-colors 89))."
`(magit-section-highlight ((t (:background ,zenburn-bg+05))))
`(magit-section-heading ((t (:foreground ,zenburn-yellow :weight bold))))
`(magit-section-heading-selection ((t (:foreground ,zenburn-orange :weight bold))))
-
- `(magit-diff-added ((t (:inherit diff-added))))
- `(magit-diff-added-highlight ((t (:inherit diff-refine-added))))
- `(magit-diff-removed ((t (:inherit diff-removed))))
- `(magit-diff-removed-highlight ((t (:inherit diff-refine-removed))))
-
`(magit-diff-file-heading ((t (:weight bold))))
`(magit-diff-file-heading-highlight ((t (:background ,zenburn-bg+05 :weight bold))))
`(magit-diff-file-heading-selection ((t (:background ,zenburn-bg+05 :weight bold
:foreground ,zenburn-orange))))
+ `(magit-diff-added ((t (:inherit diff-added))))
+ `(magit-diff-added-highlight ((t (:inherit diff-refine-added))))
+ `(magit-diff-removed ((t (:inherit diff-removed))))
+ `(magit-diff-removed-highlight ((t (:inherit diff-refine-removed))))
`(magit-diff-hunk-heading ((t (:background ,zenburn-bg+1))))
`(magit-diff-hunk-heading-highlight ((t (:background ,zenburn-bg+2))))
`(magit-diff-hunk-heading-selection ((t (:background ,zenburn-bg+2