solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 922b5956a9e2e474f1595bad7b2b35f148b4df3f
parent cd737ed7e0eac299844a9b453758dec4a392c7c9
Author: Randy Taylor <dev@rjt.dev>
Date:   Mon,  4 Dec 2023 02:13:22 -0500

Fix invalid `:style unspecified` box properties (#448)


Diffstat:
Msolarized-faces.el | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/solarized-faces.el b/solarized-faces.el @@ -46,7 +46,7 @@ :foreground ,s-header-line-fg :background ,s-header-line-bg :box (:line-width 2 :color ,s-header-line-bg - :style unspecified))))) + :style nil))))) `(highlight ((,class (:background ,base02)))) `(lazy-highlight ((,class (:foreground ,base03 :background ,yellow :weight normal)))) @@ -63,7 +63,7 @@ :foreground ,s-mode-line-fg :background ,s-mode-line-bg :box (:line-width 1 :color ,s-mode-line-bg - :style unspecified))))) + :style nil))))) `(mode-line-buffer-id ((,class (:foreground ,s-mode-line-buffer-id-fg :weight bold)))) `(mode-line-inactive ((,class (:inverse-video unspecified @@ -72,7 +72,7 @@ :foreground ,s-mode-line-inactive-fg :background ,s-mode-line-inactive-bg :box (:line-width 1 :color ,s-mode-line-inactive-bg - :style unspecified))))) + :style nil))))) `(region ((,class (,@(and (>= emacs-major-version 27) '(:extend t)) :foreground ,base03