From a286928de7875cde612dce0619cbf3898b4d5bbb Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 17 Jan 2023 22:27:15 +0000 Subject: themes: symbol-overlay faces --- lib/themes/jao-themes.el | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'lib/themes/jao-themes.el') diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 690780b..2c66228 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -1074,7 +1074,15 @@ (success (p success)) (sunshine-forecast-date-face (~ default)) (sunshine-forecast-day-divider-face (p dimm)) - (sunshine-forecast-headline-face (~ header-line))) + (sunshine-forecast-headline-face (~ header-line)) + (symbol-overlay-face-1 (c nil "brown1")) + (symbol-overlay-face-2 (c nil "lightsalmon1")) + (symbol-overlay-face-3 (c nil "tomato1")) + (symbol-overlay-face-4 (c nil "coral")) + (symbol-overlay-face-5 (~ symbol-overlay-face-1)) + (symbol-overlay-face-6 (~ symbol-overlay-face-2)) + (symbol-overlay-face-7 (~ symbol-overlay-face-3)) + (symbol-overlay-face-8 (~ symbol-overlay-face-4))) `((tab-bar (~ header-line)) (telega-button (~ button)) (telega-button-active (~ button)) -- cgit v1.2.3