branch: externals/modus-themes
commit 0e3b21ef87193c467402c2a0c5f46f060dc04ec5
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Improve the consistency of transient.el unavailable indicators
---
modus-themes.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index 5e63c3b7d0..d713ca83cf 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -6846,6 +6846,8 @@ FG and BG are the main colors."
`(transient-heading ((,c :inherit bold :foreground ,fg-main)))
`(transient-inactive-argument ((,c :foreground ,fg-dim)))
`(transient-inactive-value ((,c :foreground ,fg-dim)))
+ `(transient-inapt-argument ((,c :inherit bold :foreground ,fg-dim)))
+ `(transient-inapt-suffix ((,c :inherit italic :foreground ,fg-dim)))
;; NOTE 2023-12-09 10:30:09 +0200: The new user option
;; `transient-semantic-coloring' is enabled by default. This is
;; not good for us, because we are making it harder for users who
@@ -6855,7 +6857,7 @@ FG and BG are the main colors."
;; Those who want semantic coloring can modify these faces.
`(transient-key ((,c :inherit (bold modus-themes-fixed-pitch) :foreground
,keybind)))
`(transient-key-exit ((,c :inherit (bold modus-themes-fixed-pitch)
:foreground ,keybind)))
- `(transient-key-noop ((,c :inherit (bold modus-themes-fixed-pitch)
:foreground ,keybind :strike-through t)))
+ `(transient-key-noop ((,c :inherit modus-themes-fixed-pitch :foreground
,fg-dim)))
`(transient-key-recurse ((,c :inherit (bold modus-themes-fixed-pitch)
:foreground ,keybind)))
`(transient-key-return ((,c :inherit (bold modus-themes-fixed-pitch)
:foreground ,keybind)))
`(transient-key-stack ((,c :inherit (bold modus-themes-fixed-pitch)
:foreground ,keybind)))
@@ -6867,7 +6869,7 @@ FG and BG are the main colors."
`(transient-red ((,c :inherit bold :foreground ,red-faint)))
`(transient-teal ((,c :inherit bold :foreground ,cyan-cooler)))
`(transient-unreachable ((,c :foreground ,fg-dim)))
- `(transient-unreachable-key ((,c :foreground ,fg-dim)))
+ `(transient-unreachable-key ((,c :inherit modus-themes-fixed-pitch
:foreground ,fg-dim)))
`(transient-value ((,c :inherit modus-themes-bold :background
,bg-active-value :foreground ,fg-active-value)))
;;;;; trashed
`(trashed-deleted ((,c :inherit bold :background ,bg-mark-delete
:foreground ,fg-mark-delete)))