Fix symbol in web-mode face

This commit is contained in:
Pavel Novichkov 2024-07-28 10:50:49 +02:00
parent 8b210e065e
commit 113fc936be
No known key found for this signature in database
GPG key ID: 6FB16B07654122C6

View file

@ -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)))