Make elisp-shorthand-font-lock-face more noticeable

This commit is contained in:
Protesilaos Stavrou 2024-08-11 08:02:38 +03:00
parent bff0673d86
commit 3002f6fb64
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -1635,7 +1635,7 @@ FG and BG are the main colors."
`(comint-highlight-prompt ((,c :inherit modus-themes-prompt)))
`(confusingly-reordered ((,c :inherit modus-themes-lang-error)))
`(edmacro-label ((,c :inherit bold :foreground ,accent-0)))
`(elisp-shorthand-font-lock-face ((,c :inherit font-lock-variable-name-face)))
`(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)))