summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-mono-dark-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'themes/jao-mono-dark-theme.el')
-rw-r--r--themes/jao-mono-dark-theme.el37
1 files changed, 22 insertions, 15 deletions
diff --git a/themes/jao-mono-dark-theme.el b/themes/jao-mono-dark-theme.el
index 560d42b..a5cf532 100644
--- a/themes/jao-mono-dark-theme.el
+++ b/themes/jao-mono-dark-theme.el
@@ -1,11 +1,13 @@
(jao-define-custom-theme jao-mono-dark
(:palette (fg unspecified "grey77")
;; (bg unspecified "#3f3f3f")
- ;; (bg unspecified "#2f2f2f")
- (bg unspecified "#222222")
+ ;; (bg unspecified "#0e1111")
+ (bg unspecified "#192021")
(box "color-237" "grey25")
- (button ((c 240) nul) ((c "lightskyblue1" "#4f4f4f")))
- (hilite ((c nil "#505050")))
+ (button ((c 240) nul)
+ ;; ((c "lightskyblue2" "#3f3f4f"))
+ ((c "lightskyblue2" "#333436") nul))
+ (hilite ((c nil "#303336")))
(strike-through ((c 237)) (st))
(italic ((c 137) it) (it (c "lightyellow3")))
;; (link ((c 108) nul) ((c "#F0DFAF") nit nul))
@@ -15,23 +17,25 @@
(visited-link ((c "burlywood3") nit nul))
(tab-sel ((c 252 232) nbf))
(tab-unsel ((c 245 232)))
- ;; (comment ((c 102) it) ((c nil) :height 100
- ;; :family "Inconsolata LGC" it))
- (comment ((c 102) it) ((c "grey70") it))
- (keyword ((c 151) nbf nul nit) ((c "darkseagreen3")))
- (function ((c 115) nul nbf) ((c "palegreen3"))) ;; 108
+ (comment ((c 102) it) ((c "darkslategray4") it))
+ ;; (keyword ((c 151) nbf nul nit) ((c "darkseagreen3")))
+ ;; (function ((c 115) nul nbf) ((c "palegreen3")))
+ (keyword ((c 151) nbf nul nit) ((c "lightblue3")))
+ (function ((c 115) nul nbf) ((c "lightskyblue3")))
(type ((c 72) nbf) ((c "honeydew3")))
(variable-name ((c nil)))
(constant ((c 72)) ((c "mediumaquamarine") nbf nit nul))
;; (constant ((c 72)) ((c "lightblue3")))
- (string ((c 36)) ((c "cadetblue"))) ;; lightcyan3 ;; lemonchiffon3
+ (string ((c 36)) ((c "darkslategray3")))
+ ;; (string ((c 36)) ((c "light sea green")))
(warning ((c 144)) ((c "#F0DFAF")))
(error ((c 95)) ((c "goldenrod3")))
;; (dimm ((c 240)))
(dimm ((c 59)) ((c "#6f6f6f")))
(gnus-mail ((c "gray70" nil)))
(gnus-news ((c "gray70" nil)))
- (outline ((c "lemonchiffon3")))
+ ;; (outline ((c "aquamarine3")))
+ (outline ((c nil)))
(f00 ((c 29)) ((c "darkseagreen")))
(f01 ((c 108)) ((c "darkseagreen2")))
(f02 ((c 102)) ((c "lightcyan4"))) ;; ((c "paleturquoise4"))
@@ -58,7 +62,9 @@
(w3m-tab-line (c 0 0) ul)
(widget-button (c 196))
(widget-field (c 143 236)))
- (:x-faces (diff-hl-change (c "#3f3f3f" "darkseagreen4"))
+ (:x-faces (company-scrollbar-bg (c nil "#383941"))
+ (company-scrollbar-fg (c nil "#484951"))
+ (diff-hl-change (c "#3f3f3f" "darkseagreen4"))
(diff-hl-delete (c "#3f3f3f" "goldenrod4"))
(diff-hl-insert (c "#3f3f3f" "cadetblue4"))
(font-lock-doc-face (c "lightcyan3") it)
@@ -71,9 +77,10 @@
(mode-line-inactive (c "grey50" "#3f3f3f"))
(org-hide (c 0 nil))
(show-paren-match (c "darkseagreen1" "#5f5f5f"))
- (spaceline-modified (c "black" "lemonchiffon3") niv)
- (spaceline-read-only (c "black" "lemonchiffon4") niv)
- (spaceline-unmodified (c "white" "darkseagreen4") niv)
+ (spaceline-read-only (c "lightgoldenrod2" "gray10") niv)
+ (spaceline-modified (c "burlywood3" "gray10") nbf nit)
+ (spaceline-unmodified (c "darkseagreen" "gray10") niv)
+ (variable-pitch (c nil nil))
(vertical-border (c "#3f3f3f") :inherit nil)
(w3m-image (c "lightcyan2"))
(w3m-tab-background (c nil nil))