]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix :box attribute of faces in Leuven themes.
authorKen Mankoff <mankoff@gmail.com>
Wed, 16 Jul 2025 09:44:47 +0000 (05:44 -0400)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 11:53:09 +0000 (13:53 +0200)
* etc/themes/leuven-dark-theme.el:
* etc/themes/leuven-theme.el: Fix 'lui-highlight-face' face.
(Bug#79029)

(cherry picked from commit fe3ac1575a0103ac3f2030fe4a464a50f935abff)

etc/themes/leuven-dark-theme.el
etc/themes/leuven-theme.el

index 4cf30fc6e1e8d65d1afc2a029d36862e50b6a3b7..cfcb7224d89fcdf7ddb511cc42288159e9ff4c3a 100644 (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"))))
index 71704c4b01e14e8b49542d819224c427f5f24042..37fbea4e681f4d9613a6a68f943c08584dd03329 100644 (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"))))