From dae71eb8d5d9bdc11958a0ff3f688b05b29b4608 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 13 Dec 2019 05:03:57 +0000 Subject: themes: sometimes you miss the most basic faces --- themes/jao-themes.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'themes/jao-themes.el') diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 626d857..7b5f039 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -157,6 +157,7 @@ (nul '(:underline nil)) (st '(:strike-through t)) (ex '(:extend t)) + (nex '(:extend nil)) (bx `(:box (:line-width -1 :color ,jao-themes--box))) (t (list s)))))) @@ -245,7 +246,8 @@ (change-log-function (p function)) (change-log-list (p f11)) (change-log-name (p keyword)) - (cider-test-error-face (p warning)) + (cider-stacktrace-face (~ highlight) ex) + (cider-test-error-face (p warning) ex) (cider-test-failure-face (p error)) (cider-test-success-face (p f01)) (comint-highlight-input (p f01) nbf) @@ -388,6 +390,7 @@ (erc-pal-face (p warning)) (erc-prompt-face (f 01)) (erc-timestamp-face (p dimm)) + (error (p error)) (escape-glyph (p dimm)) (eshell-ls-archive (p f12)) (eshell-ls-backup (p dimm)) @@ -820,6 +823,7 @@ (speedbar-separator-face (p f00)) (scroll-bar nil) (shadow nil) + (success (p success)) (sunshine-forecast-date-face nil) (sunshine-forecast-day-divider-face (p dimm)) (sunshine-forecast-headline-face (~ header-line))) @@ -868,6 +872,7 @@ (w3m-tab-unselected-retrieving (p tab-unsel) it) (w3m-tab-unselected-unseen (p tab-unsel)) (w3m-underline ul) + (warning (p warning)) (wg-brace-face nil) (wg-command-face (p f00)) (wg-current-workgroup-face (p f11) bf) -- cgit v1.2.3