From f4dac1be748831fadab61d37d233de69c9329020 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 16 Oct 2011 18:07:23 -0400 Subject: [PATCH] Make diff-mode not look like my cat barfed on the screen after eating a mouse. (including define the face "shadow") --- solarized-definitions.el | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/solarized-definitions.el b/solarized-definitions.el index 67c4076..3b2fafa 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -96,6 +96,7 @@ will use the 256 degraded color mode." (rotatef base00 base0)) `((;; basic (default ((t (:foreground ,base0 ,:background ,base03)))) + (shadow ((t (:foreground, base01)))) (cursor ((t (:foreground ,base0 :background ,base03 :inverse-video t)))) (escape-glyph-face ((t (:foreground ,red)))) @@ -142,13 +143,14 @@ will use the 256 degraded color mode." (custom-state ((t (:foreground ,green)))) (custom-variable-tag ((t (:foreground ,orange :weight ,bold)))) ;; diff - (diff-added ((t (:foreground ,green :inverse-video t)))) - (diff-changed ((t (:foreground ,yellow :inverse-video t)))) - (diff-removed ((t (:foreground ,red :inverse-video t)))) - (diff-header ((t (:background ,base01)))) - (diff-file-header - ((t (:background ,base1 :foreground ,base01 :weight ,bold)))) - (diff-refine-change ((t (:background ,base1)))) + (diff-changed ((t (:foreground ,yellow)))) + (diff-added ((t (:foreground ,cyan)))) + (diff-removed ((t (:foreground ,red)))) + (diff-header ((t (:background ,base02)))) + (diff-file-header ((t (:background ,base02 + :foreground ,base01 + :weight ,bold)))) + (diff-refine-change ((t (:background ,base02)))) ;; IDO (ido-only-match ((t (:foreground ,green)))) (ido-subdir ((t (:foreground ,blue))))