From faa3e1041cb9fd6297c568ecc52077df7af81f16 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 20 Oct 2019 00:03:51 +0100 Subject: themes: dark-forest --- themes/jao-dark-forest-theme.el | 109 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 themes/jao-dark-forest-theme.el diff --git a/themes/jao-dark-forest-theme.el b/themes/jao-dark-forest-theme.el new file mode 100644 index 0000000..4cadfb1 --- /dev/null +++ b/themes/jao-dark-forest-theme.el @@ -0,0 +1,109 @@ +(jao-define-custom-theme jao-dark-forest + (:names (zenburn-fg-05 "#989890") + (zenburn-fg-1 "#656555") + (zenburn-yellow "#F0DFAF") + (zenburn-yellow-1 "#E0CF9F") + (zenburn-yellow-2 "#D0BF8F") + (zenburn-green+1 "#8FB28F") + (zenburn-green-5 "#2F4F2F") + (zenburn-green-4 "#3F5F3F") + (zenburn-green-3 "#4F6F4F") + (zenburn-green-2 "#5F7F5F") + (zenburn-green-1" #6F8F6F") + (zenburn-orange "#DFAF8F") + (zenburn-red "#CC9393") + (zenburn-red-1 "#BC8383") + (zenburn-red-2 "#AC7373") + (zenburn-red-3 "#9C6363") + (spaceline-bg "#1F1F1F") + (dimm-line-fg "#3f3f3f")) + (:palette (fg unspecified "dark grey") + (bg unspecified "#1f1f1f") + (box zenburn-fg-05 "grey25") + (button ((c 240) nul) (bx nul)) + (hilite ((c nil "#303336") ex)) + (strike-through ((c 237)) (st)) + (italic ((c 137) it) (it)) + (link ((c zenburn-yellow-1) nit nul)) + (visited-link ((c "burlywood3") nit nul)) + (tab-sel ((c 252 232) nbf)) + (tab-unsel ((c 245 232))) + (comment ((c 102) it) ((c "grey45"))) + (keyword ((c 151) nbf nul nit) ((c zenburn-green+1))) + (function ((c 115) nul nbf) ((c zenburn-green-1))) + (type ((c 72) nbf) ((c "honeydew3"))) + (variable-name ((c nil))) + (constant ((c 72)) ((c zenburn-red-3) nbf nit nul)) + (string ((c 36)) ((c zenburn-red-2))) + (warning ((c 144)) ((c zenburn-red-1))) + (error ((c 95)) ((c zenburn-orange))) + (dimm ((c 59)) ((c "#6f6f6f"))) + (gnus-mail ((c "gray70" nil))) + (gnus-news ((c "gray70" nil))) + (outline ((c nil))) + (f00 ((c 29)) ((c "burlywood3"))) + (f01 ((c 108)) ((c "burlywood4"))) + (f02 ((c 102)) ((c "lemonchiffon4"))) ;; ((c "paleturquoise4")) + (f10 ((c "cornsilk3"))) + (f11 ((c "lemonchiffon3"))) + (f12 ((c "honeydew4")))) + (: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))) + (:x-faces (company-scrollbar-bg (c nil "#383941")) + (company-scrollbar-fg (c nil "#484951")) + (diff-hl-change (c "#3f3f3f" "#D0BF8F")) + (diff-hl-delete (c "#3f3f3f" "#6C3333")) + (diff-hl-insert (c "#3f3f3f" zenburn-green-5)) + (fill-column-indicator (c "#303030") :inherit nil) + (font-lock-doc-face (c "lightcyan3") it) + (fringe (p dimm)) + (gnus-button (c "lightyellow3") nul) + (gnus-cite-1 (c zenburn-fg-05)) + (gnus-cite-2 (c zenburn-fg-1)) + (gnus-cite-3 (c zenburn-fg-1)) + (gnus-cite-4 (c zenburn-fg-1)) + (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) + (org-hide (c 0 nil)) + (show-paren-match (c "darkseagreen1" "#5f5f5f")) + (spaceline-read-only (c "burlywood3" spaceline-bg) niv) + (spaceline-modified (c zenburn-orange spaceline-bg) nbf nit) + (spaceline-unmodified (c zenburn-green-3 spaceline-bg) niv) + (variable-pitch (c nil nil)) + (vertical-border (c dimm-line-fg) :inherit nil) + (w3m-image (c zenburn-fg-05) bx it) + (w3m-tab-background (c nil nil)) + (w3m-tab-line (c 0 0) ul) + (widget-button (c nil nil) nul)) + (:x-colors "lemonchiffon" + "sienna3" + "darkseagreen3" + "lightgoldenrod3" + "cadetblue4" + "lightcyan4" + "cadetblue3" + "black")) + +;; (enable-theme 'jao-dark-forest) + +(provide 'jao-dark-forest-theme) -- cgit v1.2.3