From c3cdb5595c1293b6b968a0ee1026a081ec0b2e3f Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 5 Dec 2019 00:05:00 +0000 Subject: themes: dark forest updates --- themes/jao-themes.el | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'themes/jao-themes.el') diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 8eb57c7..626d857 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -309,7 +309,7 @@ (dictionary-reference-face (p f11)) (dictionary-word-definition-face nil) (dictionary-word-entry-face (p f10)) - (diff-added (p warning)) + (diff-added (p warning) ex) (diff-changed (p f02) nul) (diff-context (p dimm)) (diff-file-header dfg dbg nbf) @@ -327,7 +327,7 @@ (diff-refine-added (~ diff-changed) ul) (diff-refine-change (~ diff-changed) ul) (diff-refine-removed (~ diff-removed) ul) - (diff-removed (p error)) + (diff-removed (p error) ex) (dired-directory (p f02)) (dired-flagged bf) (dired-header (p f01)) @@ -338,16 +338,16 @@ (dired-warn-writable (p warning)) (dired-warning (p warning)) (diredp-number (p f11))) - `((ediff-current-diff-A (~ diff-added)) + `((ediff-current-diff-A (~ diff-added) ex) (ediff-current-diff-Ancestor (c nil ,jao-themes--box)) - (ediff-current-diff-B (~ ediff-current-diff-A)) - (ediff-current-diff-C (~ ediff-current-diff-A)) - (ediff-even-diff-A (~ diff-added) bf) - (ediff-even-diff-Ancestor (c nil ,jao-themes--box)) + (ediff-current-diff-B (~ ediff-current-diff-A) ex) + (ediff-current-diff-C (~ ediff-current-diff-A) ex) + (ediff-even-diff-A (~ diff-added) bf ex) + (ediff-even-diff-Ancestor (c nil ,jao-themes--box) ex) (ediff-even-diff-B (~ ediff-even-diff-A)) (ediff-even-diff-C (~ ediff-even-diff-A)) (ediff-fine-diff-A (~ ediff-current-diff-A) nbf ul) - (ediff-fine-diff-Ancestor (c nil ,jao-themes--box)) + (ediff-fine-diff-Ancestor (c nil ,jao-themes--box) ex) (ediff-fine-diff-B (~ ediff-fine-diff-A)) (ediff-fine-diff-C (~ ediff-fine-diff-A)) (ediff-odd-diff-A (~ ediff-even-diff-A)) @@ -776,7 +776,7 @@ (reb-match-1 (~ secondary-selection)) (reb-match-2 (~ secondary-selection) bf) (reb-match-3 (~ secondary-selection) ul) - (region (p hilite)) + (region (p hilite) ex) (rst-level-1-face (~ outline-1)) (rst-level-2-face (~ outline-2)) (rst-level-3-face (~ outline-3)) @@ -819,7 +819,10 @@ (speedbar-selected-face ul) (speedbar-separator-face (p f00)) (scroll-bar nil) - (shadow nil)) + (shadow nil) + (sunshine-forecast-date-face nil) + (sunshine-forecast-day-divider-face (p dimm)) + (sunshine-forecast-headline-face (~ header-line))) `((term nil) (tool-bar nil) (tooltip :family ,jao-themes--face-family (c nil "lightyellow")) -- cgit v1.2.3