From 606d59350ca39ba3733b97952fcb2cc9daa838cd Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 14 Nov 2020 17:21:18 +0100 Subject: Add more contrast on diff refinements --- eighters-theme.el | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'eighters-theme.el') diff --git a/eighters-theme.el b/eighters-theme.el index 5a720fb..ead4c9b 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -7,8 +7,6 @@ ;; TODO: unify quotes (org, markdown, auctex, tex) ;; TODO: org-fontify-quote-and-verse-blocks: t -;; TODO: light up magit-{section,diff-context}-highlight - ;; The default face's font and height are not defined, so that they ;; can be set individually for different computers in .Xresources; see ;; xrdb(1), Xsession(5) and (emacs) Fonts. @@ -22,7 +20,7 @@ '(vertical-border ((t (:foreground "gray50")))) '(escape-glyph ((t (:foreground "red2")))) '(minibuffer-prompt ((t (:foreground "steelblue1" :weight bold)))) - '(highlight ((t (:background "gray10")))) + '(highlight ((t (:background "gray5")))) '(region ((t (:background "steel blue" :foreground "gainsboro")))) '(font-lock-builtin-face ((t (:foreground "steelblue1" :weight bold)))) '(font-lock-comment-face ((t (:foreground "gray50" :slant italic)))) @@ -53,9 +51,9 @@ '(compilation-mode-line-fail ((t (:inherit (compilation-error))))) '(calendar-today ((t (:inverse-video t)))) ;; Main diff faces, and heirs. - '(diff-added ((t (:background "#12222f")))) - '(diff-removed ((t (:background "#2f1e00")))) - '(diff-changed ((t (:background "#2f2800")))) + '(diff-added ((t (:background "#091117")))) + '(diff-removed ((t (:background "#170f00")))) + '(diff-changed ((t (:background "#171400")))) '(diff-refine-added ((t (:background "#1b3347")))) '(diff-refine-removed ((t (:background "#472e00")))) '(diff-refine-changed ((t (:background "#473c00")))) @@ -76,7 +74,7 @@ ;; Supplementary diff faces. '(diff-header ((t (:foreground "steelblue1" :weight bold)))) '(diff-file-header ((t (:foreground "cyan" :weight bold)))) - '(ediff-current-diff-Ancestor ((t (:background "#2f0921")))) + '(ediff-current-diff-Ancestor ((t (:background "#170410")))) '(ediff-fine-diff-Ancestor ((t (:background "#470e32")))) '(ediff-even-diff-A ((t (:inherit (highlight))))) '(ediff-odd-diff-A ((t (:inherit (highlight))))) -- cgit v1.2.3