summaryrefslogtreecommitdiffhomepage
path: root/lib/themes/jao-dark-theme.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-11-06 23:45:02 +0000
committerjao <jao@gnu.org>2021-11-07 00:39:00 +0000
commit766c3a3b66f7af3f1d32306b8c494d2a6abe5662 (patch)
tree6aeeabda1a03dded42f7498004f83db03ab906b2 /lib/themes/jao-dark-theme.el
parenta17448a48af5d45353a3d966669e6e27ac948c3d (diff)
downloadelibs-766c3a3b66f7af3f1d32306b8c494d2a6abe5662.tar.gz
elibs-766c3a3b66f7af3f1d32306b8c494d2a6abe5662.tar.bz2
jao-themes: simplifications (no independent term faces)
Diffstat (limited to 'lib/themes/jao-dark-theme.el')
-rw-r--r--lib/themes/jao-dark-theme.el65
1 files changed, 30 insertions, 35 deletions
diff --git a/lib/themes/jao-dark-theme.el b/lib/themes/jao-dark-theme.el
index c15f8af..83dba9d 100644
--- a/lib/themes/jao-dark-theme.el
+++ b/lib/themes/jao-dark-theme.el
@@ -52,41 +52,36 @@
(:palette (fg "#c6c6c6")
(bg "#1f2024")
(box "grey25")
- (button ((p f12) bx nul))
- (hilite ((c nil region) ex))
- (strike-through (st))
- (italic (it))
- (link ((ul dark-blue))) ;; (ul dimm-line)
- (visited-link ((ul dark-blue)))
- (tab-sel ((c 252 232) nbf))
- (tab-unsel ((c 245 232)))
- (comment ((c comments)))
- (keyword ((c keywords)))
- (function ((c functions)))
- (type ((c constants)))
- (variable-name ((c nil)))
- (constant ((c constants)))
- (string ((c strings) it))
- (error ((c warning2)))
- (warning ((c warning)))
- (success ((c green)))
- (dimm ((c dimm-line)))
- (gnus-mail ((c nil)))
- (gnus-news ((c nil)))
- (outline-1 ((c strings) nbf))
- (outline-2 ((c functions) nbf))
- (outline-3 ((c blue) nbf))
- (outline-4 ((c functions2) nbf))
- (outline-5 ((c nil)))
- (f00 ((c "lightskyblue3")))
- (f01 ((c "lightskyblue4")))
- (f02 ((c "lightblue3")))
- (f10 ((c "lightblue4")))
- (f11 ((c "lightblue2")))
- (f12 ((c "azure3"))))
- (:faces (bold (c nil nil) nul)
- (mode-line (c 248 235) nbf nul)
- (mode-line-inactive (c 243 235) nbf nul))
+ (button (p f12) bx nul)
+ (hilite (c nil region) ex)
+ (link (ul dark-blue)) ;; (ul dimm-line)
+ (visited-link (ul dark-blue))
+ (tab-sel (c 252 232) nbf)
+ (tab-unsel (c 245 232))
+ (comment (c comments))
+ (keyword (c keywords))
+ (function (c functions))
+ (type (c constants))
+ (variable-name (c nil))
+ (constant (c constants))
+ (string (c strings) it)
+ (error (c warning2))
+ (warning (c warning))
+ (success (c green))
+ (dimm (c dimm-line))
+ (gnus-mail (c nil))
+ (gnus-news (c nil))
+ (outline-1 (c strings) nbf)
+ (outline-2 (c functions) nbf)
+ (outline-3 (c blue) nbf)
+ (outline-4 (c functions2) nbf)
+ (outline-5 (c nil))
+ (f00 (c "lightskyblue3"))
+ (f01 (c "lightskyblue4"))
+ (f02 (c "lightblue3"))
+ (f10 (c "lightblue4"))
+ (f11 (c "lightblue2"))
+ (f12 (c "azure3")))
(:x-faces (clojure-keyword-face (c "powder blue"))
(corfu-background (c "white" "grey20"))
(corfu-bar (c nil "grey20")) ;; moving part of the bar