1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Fix :box attribute of faces in Leuven themes.

* etc/themes/leuven-dark-theme.el:
* etc/themes/leuven-theme.el: Fix 'lui-highlight-face' face.
(Bug#79029)
This commit is contained in:
Ken Mankoff 2025-07-16 05:44:47 -04:00 committed by Eli Zaretskii
parent 86e32aed4a
commit fe3ac1575a
2 changed files with 2 additions and 2 deletions

View file

@ -683,7 +683,7 @@ more..."
`(lsp-ui-doc-background ((,class (:background "#2d2058"))))
`(lsp-ui-sideline-code-action ((,class (:foreground "#ffffff" :background "#2526c0"))))
`(lui-button-face ((,class ,link)))
`(lui-highlight-face ((,class (:box '(:line-width 1 :color "#38ffff") :foreground "#38ffff" :background "#06017f")))) ; my nickname
`(lui-highlight-face ((,class (:box (:line-width 1 :color "#38ffff") :foreground "#38ffff" :background "#06017f")))) ; my nickname
`(lui-time-stamp-face ((,class (:foreground "#64df19"))))
`(magit-blame-header ((,class (:inherit magit-diff-file-header))))
`(magit-blame-heading ((,class (:overline "#5d5862" :foreground "#06ffff" :background "#3c3741"))))

View file

@ -737,7 +737,7 @@ more..."
`(lsp-ui-doc-background ((,class (:background "#F6FECD"))))
`(lsp-ui-sideline-code-action ((,class (:foreground "#000000" :background "#FFF68F"))))
`(lui-button-face ((,class ,link)))
`(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000") :foreground "#CC0000" :background "#FFFF88")))) ; my nickname
`(lui-highlight-face ((,class (:box (:line-width 1 :color "#CC0000") :foreground "#CC0000" :background "#FFFF88")))) ; my nickname
`(lui-time-stamp-face ((,class (:foreground "purple"))))
`(magit-blame-header ((,class (:inherit magit-diff-file-header))))
`(magit-blame-heading ((,class (:overline "#A7A7A7" :foreground "red" :background "#E6E6E6"))))