summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-doomish-theme.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-06-24 02:59:32 +0100
committerjao <jao@gnu.org>2020-06-24 02:59:32 +0100
commit80e5aba8e4f30d907966aa5a35e709000b37be12 (patch)
tree6362c0ac56968e3ce2edc0b901727d2046c82d32 /themes/jao-doomish-theme.el
parent17d47ba312d559eee5373ec18ce57ef0e36ee4a7 (diff)
downloadelibs-80e5aba8e4f30d907966aa5a35e709000b37be12.tar.gz
elibs-80e5aba8e4f30d907966aa5a35e709000b37be12.tar.bz2
theme tweaks
Diffstat (limited to 'themes/jao-doomish-theme.el')
-rw-r--r--themes/jao-doomish-theme.el33
1 files changed, 9 insertions, 24 deletions
diff --git a/themes/jao-doomish-theme.el b/themes/jao-doomish-theme.el
index c4d512a..2e1a6bc 100644
--- a/themes/jao-doomish-theme.el
+++ b/themes/jao-doomish-theme.el
@@ -24,10 +24,9 @@
(error "#e1c1ee")
(error2 "#ff6655")
(fg "#c6c6c6")
- (fg-05 "#c0c0c0")
(fg-1 "#a6a6a6")
(fg-2 "#2d2d2d")
- (fg-alt "#c9d9ff" "#bfbfbf" "brightwhite")
+ (light-purple "#c9d9ff")
(functions "#7ebebd")
(functions2 "#44b9b1")
(green "#5b94ab")
@@ -71,7 +70,8 @@
(zenburn-orange "#DFAF8F")
(zenburn-red-1 "#BC8383"))
(:palette (fg unspecified "#c6c6c6")
- (bg unspecified "#282b33")
+ ;; (bg unspecified "#282b33")
+ (bg unspecified "#1f2024") ;; bg-alt
(box "#2d2d2d" "grey25")
(button ((c 240) nul) ((p f01) bx nul))
(hilite ((c nil region) ex))
@@ -109,37 +109,21 @@
(f11 ((c "lightskyblue2")))
(f12 ((c "lightskyblue3"))))
(:faces (bold (c nil nil) nul)
- (button (c 66))
- (font-lock-doc-face (c 30))
- (gnus-button (c nil) nul)
- (gnus-header-subject (p f01))
- (gnus-summary-selected (c 250))
- (match ul)
- (magit-log-tag-label (c 95 240) nbf)
- (mm-uu-extract (c nil 234))
(mode-line (c 248 235) nbf nul)
- (mode-line-inactive (c 243 235) nbf nul)
- (org-hide (c 0 nil))
- (rcirc-other-nick (c 108))
- (vertical-border (c 59 nil) :inherit nil)
- (w3m-image (c 144))
- (w3m-tab-background (c 0 0) ul)
- (w3m-tab-line (c 0 0) ul)
- (widget-button (c 196))
- (widget-field (c 143 236)))
+ (mode-line-inactive (c 243 235) nbf nul))
(:x-faces (company-scrollbar-bg (c nil "#383941"))
(company-scrollbar-fg (c nil "#484951"))
(diff-hl-change (c dimm-line-fg green))
(diff-hl-delete (c dimm-line-fg orange2))
(diff-hl-insert (c dimm-line-fg dark-blue))
- (fill-column-indicator (c bg-alt) :inherit nil)
+ (fill-column-indicator (c "black") :inherit nil)
(font-lock-doc-face (~ font-lock-comment-face) it)
(fringe (p dimm))
(gnus-button (c "lightyellow3") nul)
- (gnus-cite-1 (c fg-05))
+ (gnus-cite-1 (c fg-1))
(gnus-cite-2 (c fg-1))
- (gnus-cite-3 (c fg-1))
- (gnus-cite-4 (c fg-1))
+ (gnus-cite-3 (c fg-2))
+ (gnus-cite-4 (c fg-2))
(gnus-group-mail-3 (c base8)) ;; "#252525"
(gnus-group-mail-3-empty (c fg-1))
(gnus-group-news-3 (~ gnus-group-mail-3))
@@ -154,6 +138,7 @@
:box (:line-width 2 :color "#24262d"))
(mode-line-buffer-id (c nil) bf)
(org-hide (c 0 nil))
+ (org-code (c yellow))
(scroll-bar (c modeline-bg))
(term-color-blue (c nil nil) it)
(show-paren-match (c "darkseagreen1" "#5f5f5f"))