summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-doomish-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'themes/jao-doomish-theme.el')
-rw-r--r--themes/jao-doomish-theme.el12
1 files changed, 6 insertions, 6 deletions
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"))