[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes 113fc936be 1/3: Fix symbol in web-mode fac
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes 113fc936be 1/3: Fix symbol in web-mode face |
Date: |
Sun, 28 Jul 2024 06:58:26 -0400 (EDT) |
branch: externals/modus-themes
commit 113fc936be8c1eac44347aa5d8ca8c8590178666
Author: Pavel Novichkov <9932831+PavelNovichkov@users.noreply.github.com>
Commit: Pavel Novichkov <9932831+PavelNovichkov@users.noreply.github.com>
Fix symbol in web-mode face
---
modus-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modus-themes.el b/modus-themes.el
index c4fd5f8a74..2c4f6d3d78 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -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)))