summaryrefslogtreecommitdiffhomepage
path: root/lib/themes
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-06-20 04:44:49 +0100
committerjao <jao@gnu.org>2021-06-20 04:44:49 +0100
commit5b95110a6f81635b7b5c665548cf43813da27df8 (patch)
tree7da1919655c3d4bc6d8b53ead46f5a917f2091ee /lib/themes
parent19b0db54567fa807087c833d44b1a5454e437b81 (diff)
downloadelibs-5b95110a6f81635b7b5c665548cf43813da27df8.tar.gz
elibs-5b95110a6f81635b7b5c665548cf43813da27df8.tar.bz2
color tweaks for dark theme
Diffstat (limited to 'lib/themes')
-rw-r--r--lib/themes/jao-greenish-theme.el13
-rw-r--r--lib/themes/jao-themes.el4
2 files changed, 12 insertions, 5 deletions
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)
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index b069c3b..02c141c 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -883,6 +883,10 @@
(notmuch-tag-unread (p warn))
(notmuch-tree-match-author-face (p f01))
(notmuch-tree-match-tag-face ul)
+ (notmuch-tree-no-match-face (p dimm))
+ (notmuch-tree-no-match-date-face (p dimm))
+ (notmuch-tree-no-match-subject-face (p dimm))
+ (notmuch-tree-no-match-tag-face (p dimm))
(notmuch-wash-cited-text (~ gnus-cite-1)))
`((orderless-match-face-0 ul)
(orderless-match-face-1 ul)