branch: externals/modus-themes
commit 223e81380587cf6c4c8a0ead4d3ae47e580bec24
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Swap the style of elisp-shadowed-variable and elisp-shadowing-variable
This is in response to further feedback from Eshel Yaron in Emacs bug
79677:
<https://lists.gnu.org/archive/html/bug-gnu-emacs/2025-10/msg01156.html>.
---
modus-themes.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index 87945a1f43..30dc48d21f 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -5175,8 +5175,8 @@ FG and BG are the main colors."
`(elisp-non-local-exit ((,c :inherit modus-themes-bold :foreground
,warning)))
`(elisp-oclosure (( )))
`(elisp-rx ((,c :inherit modus-themes-bold :foreground ,builtin)))
- `(elisp-shadowed-variable (( )))
- `(elisp-shadowing-variable ((,c :foreground ,variable-use)))
+ `(elisp-shadowed-variable ((,c :foreground ,variable-use)))
+ `(elisp-shadowing-variable (( )))
`(elisp-shorthand-font-lock-face ((,c :inherit modus-themes-slant
:foreground ,preprocessor)))
`(elisp-slot ((,c :foreground ,builtin)))
`(elisp-special-form ((,c :inherit modus-themes-bold :foreground
,keyword)))