From c3cdb5595c1293b6b968a0ee1026a081ec0b2e3f Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 5 Dec 2019 00:05:00 +0000 Subject: themes: dark forest updates --- themes/jao-dark-forest-theme.el | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'themes/jao-dark-forest-theme.el') diff --git a/themes/jao-dark-forest-theme.el b/themes/jao-dark-forest-theme.el index 51f1f43..bee319b 100644 --- a/themes/jao-dark-forest-theme.el +++ b/themes/jao-dark-forest-theme.el @@ -19,12 +19,13 @@ (zenburn-red-3 "#9C6363") (spaceline-bg "#1F1F1F") (dimm-line-fg "#3f3f3f") - (box-line-fg "#303030")) + (box-line-fg "#303030") + (zenburn-bg-05 "#212121")) (:palette (fg unspecified "dark grey") (bg unspecified "#1f1f1f") (box zenburn-fg-05 "grey25") (button ((c 240) nul) (bx nul)) - (hilite ((c nil "#303336") ex)) + (hilite ((c nil "#2a2b2c") ex)) (strike-through ((c 237)) (st)) (italic ((c 137) it) (it)) (link ((c zenburn-green) nit nul)) @@ -71,9 +72,9 @@ (widget-field (c 143 236))) (:x-faces (company-scrollbar-bg (c nil "#383941")) (company-scrollbar-fg (c nil "#484951")) - (diff-hl-change (c dimm-line-fg zenburn-blue-5)) + (diff-hl-change (c dimm-line-fg "#313131")) (diff-hl-delete (c dimm-line-fg zenburn-red-3)) - (diff-hl-insert (c dimm-line-fg zenburn-green-5)) + (diff-hl-insert (c dimm-line-fg "#414141")) (fill-column-indicator (c box-line-fg) :inherit nil) (font-lock-doc-face (c "lightcyan3") it) (fringe (p dimm)) @@ -85,9 +86,13 @@ (gnus-summary-cancelled (c "dark slate gray" nil) st) (gnus-summary-selected (p warning) nul nbf) (header-line (p hilite)) - (mode-line (c "grey60" "#2f2f2f") bx) - (mode-line-inactive (c "grey50" "#3f3f3f") bx) + (mode-line (c "grey60" "#2b2b2b") + :box (:line-width 1 :color "grey18")) + (mode-line-inactive (c "grey35" zenburn-bg-05) + :box (:line-width 1 :color "grey17")) + (mode-line-buffer-id (c zenburn-green-2)) (org-hide (c 0 nil)) + (scroll-bar (c box-line-fg)) (show-paren-match (c "darkseagreen1" "#5f5f5f")) (spaceline-read-only (c "burlywood3" spaceline-bg) niv) (spaceline-modified (c zenburn-orange spaceline-bg) nbf nit) -- cgit v1.2.3