From 5b95110a6f81635b7b5c665548cf43813da27df8 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 20 Jun 2021 04:44:49 +0100 Subject: color tweaks for dark theme --- lib/themes/jao-greenish-theme.el | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'lib/themes/jao-greenish-theme.el') diff --git a/lib/themes/jao-greenish-theme.el b/lib/themes/jao-greenish-theme.el index d54cf3d..11b7a59 100644 --- a/lib/themes/jao-greenish-theme.el +++ b/lib/themes/jao-greenish-theme.el @@ -31,7 +31,7 @@ (orange "#a6c1e0") (orange2 "#dd8844") (red "#e1c1ee" "#ff6655" "red") - (comments "#5699AF" "#6e7899") + (comments "lightskyblue4") (constants "#a6c1e0") (dimm-line-fg "#3f3f3f") (dimm-line "#6f6f6f") @@ -43,7 +43,7 @@ (modeline-bg "#22242b") (modeline-bg-inactive "#24262d") (region "#41454b") - (strings "azure3" "lightskyblue4") + (strings "#6e7899" "azure4") (success "#5b94ab" "#99bb66") (warning "#cfcf9c") (warning2 "#ECBE7B")) @@ -58,7 +58,7 @@ (visited-link ((c dark-blue))) (tab-sel ((c 252 232) nbf)) (tab-unsel ((c 245 232))) - (comment ((c fg-0.5) it)) + (comment ((c comments))) (keyword ((c keywords))) (function ((c functions))) (type ((c strings))) @@ -111,9 +111,9 @@ (header-line (p hilite)) (magit-diff-context-highlight (p hilite) ex) (mode-line (c "grey60" modeline-bg) - :box (:line-width 1 :color "#282b33")) ;; "#22242b" + :box (:line-width 1 :color "#282b33")) (mode-line-inactive (c "grey35" modeline-bg-inactive) - :box (:line-width 1 :color "#282b33")) ;; "#24262d" + :box (:line-width 1 :color "#282b33")) (mode-line-buffer-id (c yellow)) (org-hide (c 0 nil)) (org-code (c yellow)) @@ -123,10 +123,13 @@ (show-paren-match (c "darkseagreen1" "#5f5f5f")) (variable-pitch (c nil nil)) (vertical-border (c "black") :inherit nil) + (vertico-group-separator (p dimm) :strike-through "#6f6f6f") (w3m-image (c green) bx it) (w3m-tab-background (c nil nil)) (w3m-tab-line (c 0 0) ul))) ;; (enable-theme 'jao-greenish) +;; (jao-minibuffer-adjust-mode-line-faces) + (provide 'jao-greenish-theme) -- cgit v1.2.3