mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Fix symbol in web-mode face
This commit is contained in:
parent
8b210e065e
commit
113fc936be
|
|
@ -3925,7 +3925,7 @@ FG and BG are the main colors."
|
|||
`(web-mode-css-string-face ((,c :inherit web-mode-string-face)))
|
||||
`(web-mode-css-variable-face ((,c :inherit font-lock-variable-name-face)))
|
||||
`(web-mode-current-column-highlight-face ((,c :background ,bg-inactive)))
|
||||
`(web-mode-current-element-highlight-face ((,c :inherit modus-themes-cyan-subtle)))
|
||||
`(web-mode-current-element-highlight-face ((,c :inherit modus-themes-subtle-cyan)))
|
||||
`(web-mode-doctype-face ((,c :inherit font-lock-doc-face)))
|
||||
`(web-mode-error-face ((,c :inherit error)))
|
||||
`(web-mode-filter-face ((,c :inherit font-lock-function-name-face)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue