branch: externals/modus-themes
commit 0a2c7b84b1013ae0f46c51025a346547e18af940
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Make the escape-glyph use a more appropriate semantic colour mapping
Also make it bold if modus-themes-bold-constructs is non-nil.
---
modus-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modus-themes.el b/modus-themes.el
index a5f70b366e..ecaec9461b 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -4576,8 +4576,8 @@ FG and BG are the main colors."
`(edmacro-label ((,c :inherit bold :foreground ,accent-0)))
`(elisp-shorthand-font-lock-face ((,c :inherit (italic
font-lock-preprocessor-face))))
`(error ((,c :inherit bold :foreground ,err)))
- `(escape-glyph ((,c :foreground ,err)))
`(file-name-shadow ((,c :inherit shadow)))
+ `(escape-glyph ((,c :inherit modus-themes-bold :foreground ,keybind)))
`(header-line ((,c :inherit modus-themes-ui-variable-pitch :background
,bg-dim)))
`(header-line-inactive ((,c :inherit (shadow header-line))))
`(header-line-highlight ((,c :background ,bg-hover :foreground ,fg-main
:box ,fg-main)))