summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-04-16 02:11:20 +0100
committerjao <jao@gnu.org>2022-04-16 02:11:20 +0100
commita9ecf6ce1d9126c3f51419381eaa1755aefbde8e (patch)
treeb066b1185de88a30bb44c3b21a02ac5a32e0fae0
parent052ed3c164907e90a7fedb1e9631efddfb03c478 (diff)
downloadelibs-a9ecf6ce1d9126c3f51419381eaa1755aefbde8e.tar.gz
elibs-a9ecf6ce1d9126c3f51419381eaa1755aefbde8e.tar.bz2
themes: ansi-color faces
-rw-r--r--lib/themes/jao-light-theme.el1
-rw-r--r--lib/themes/jao-themes.el13
2 files changed, 13 insertions, 1 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el
index a96950e..cc48e52 100644
--- a/lib/themes/jao-light-theme.el
+++ b/lib/themes/jao-light-theme.el
@@ -113,6 +113,7 @@
(shr-text (c nil nil))
(shr-link (~ link) (ul fg5))
(shr-code (c blue nil))
+ (success (c green))
(vertical-border (c "grey70" nil))
(widget-button (~ default) nit (ul "grey80"))))
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index d4a7ce9..921e1c3 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -300,7 +300,18 @@
(jao-themes-f10 (p f10))
(jao-themes-f11 (p f11))
(jao-themes-f12 (p f12)))
- `((aw-background-face (p dimm))
+ `((ansi-color-bright-blue (c "steelblue3" "steelblue3"))
+ (ansi-color-bright-cyan (c "cyan3" "cyan3"))
+ (ansi-color-bright-green (c "darkseagreen3" "darkseagreen3"))
+ (ansi-color-bright-magenta (c "lightpink4" "lightpink4"))
+ (ansi-color-bright-yellow (c "lightgoldenrod2" "lightgoldenrod2"))
+ (ansi-color-blue (c "steelblue4" "steelblue4"))
+ (ansi-color-cyan (c "cyan4" "cyan4"))
+ (ansi-color-italic it)
+ (ansi-color-green (c "darkseagreen4" "darkseagreen4"))
+ (ansi-color-magenta (c "lightpink3" "lightpink3"))
+ (ansi-color-yellow (c "lightgoldenrod3" "lightgoldenrod3"))
+ (aw-background-face (p dimm))
(aw-leading-char-face (~ error) bf :height 3.0)
(awesome-tray-module-awesome-tab-face (p f00))
(awesome-tray-module-battery-face (p f00))