From a9ecf6ce1d9126c3f51419381eaa1755aefbde8e Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 16 Apr 2022 02:11:20 +0100 Subject: themes: ansi-color faces --- lib/themes/jao-light-theme.el | 1 + lib/themes/jao-themes.el | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) 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)) -- cgit v1.2.3