From 8e5991f5e319961f6a8ed779f9936981214d0b2e Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 23 Feb 2020 15:43:45 +0000 Subject: themes tweaks --- themes/jao-doomish-theme.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'themes/jao-doomish-theme.el') diff --git a/themes/jao-doomish-theme.el b/themes/jao-doomish-theme.el index 5aea738..afb9a71 100644 --- a/themes/jao-doomish-theme.el +++ b/themes/jao-doomish-theme.el @@ -64,12 +64,12 @@ (vc-modified "#a6c1e0" "#dd8844" "brightred") (vertical-bar "#141519" "#0f0f0f" "brightblack") (violet "#b0a2e7" "#a9a1e1" "brightmagenta") - (warning "#cfcf9c" "#ECBE7B" "yellow") + (warning "#cfcf9c") + (warning2 "#ECBE7B") (yellow "#cfcf9c" "#ECBE7B" "yellow") (zenburn-green-2 "#5F7F5F") (zenburn-orange "#DFAF8F") - (zenburn-red-1 "#BC8383") - ) + (zenburn-red-1 "#BC8383")) (:palette (fg unspecified "#c6c6c6") (bg unspecified "#282b33") (box "#2d2d2d" "grey25") @@ -88,8 +88,8 @@ (variable-name ((c nil))) (constant ((c 72)) ((c constants) nbf nit nul)) (string ((c 36)) ((c strings))) ;; "wheat3" "slate gray" "medium aquamarine" - (error ((c 144)) ((c zenburn-orange))) - (warning ((c 95)) ((c "dark khaki"))) + (error ((c 144)) ((c warning2))) + (warning ((c 95)) ((c warning))) (success ((c green))) (dimm ((c 59)) ((c "#6f6f6f"))) (gnus-mail ((c nil))) @@ -148,7 +148,7 @@ (gnus-summary-selected (p warning) nul nbf) (header-line (p hilite)) (magit-diff-context-highlight (p hilite) ex) - (mode-line (c "grey60" modeline-bg) + (mode-line (c "grey60" modeline-bg) :box (:line-width 2 :color "#22242b")) (mode-line-inactive (c "grey35" modeline-bg-inactive) :box (:line-width 2 :color "#24262d")) -- cgit v1.2.3