branch: externals/doric-themes
commit 750b8944070678a86409082ff64decd66e137bf7
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Support transient semantic colours
---
doric-themes.el | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/doric-themes.el b/doric-themes.el
index 7950787caf..8d381dd0eb 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1039,11 +1039,6 @@ Run `doric-themes-after-load-theme-hook' after loading a
theme."
smerge-markers
tab-line-tab-modified
transient-key
- transient-key-exit
- transient-key-recurse
- transient-key-return
- transient-key-stack
- transient-key-stay
vertico-group-title))
(defconst doric-themes-italic-faces
@@ -1666,6 +1661,13 @@ default to a generic text that mentions the
BACKGROUND-MODE."
'(textsec-suspicious (( )))
+ `(transient-key-exit ((t :inherit (fixed-pitch bold-italic)
:foreground ,fg-red)))
+ `(transient-key-noop ((t :inherit fixed-pitch :foreground
,fg-shadow-subtle)))
+ `(transient-key-recurse ((t :inherit (fixed-pitch bold-italic)
:foreground ,fg-main)))
+ `(transient-key-return ((t :inherit (fixed-pitch bold-italic)
:foreground ,fg-yellow)))
+ `(transient-key-stack ((t :inherit (fixed-pitch bold-italic)
:foreground ,fg-blue)))
+ `(transient-key-stay ((t :inherit (fixed-pitch bold-italic)
:foreground ,fg-green)))
+
`(vc-edited-state ((t :inherit italic)))
`(vc-locally-added-state ((t :inherit italic)))