Skip to content

Commit 941073a

Browse files
committed
Fix unspecified value in light themes
1 parent b852d8b commit 941073a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/kaolin-light-theme.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
(when kaolin-themes-git-gutter-solid
154154
(custom-theme-set-faces
155155
'kaolin-light
156-
`(show-paren-match ((t (:background 'unspecified :foreground ,red0 :bold bold))))
156+
`(show-paren-match ((t (:background unspecified :foreground ,red0 :bold bold))))
157157
`(git-gutter:added ((t (:background ,diff-add :foreground ,diff-add))))
158158
`(git-gutter:modified ((t (:background ,diff-mod :foreground ,diff-mod))))
159159
`(git-gutter:deleted ((t (:background ,diff-rem :foreground ,diff-rem)))))))

themes/kaolin-mono-light-theme.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
(when kaolin-themes-git-gutter-solid
172172
(custom-theme-set-faces
173173
'kaolin-mono-light
174-
`(show-paren-match ((t (:background 'unspecified :foreground ,red0 :bold bold))))
174+
`(show-paren-match ((t (:background unspecified :foreground ,red0 :bold bold))))
175175
`(git-gutter:added ((t (:background ,diff-add :foreground ,diff-add))))
176176
`(git-gutter:modified ((t (:background ,diff-mod :foreground ,diff-mod))))
177177
`(git-gutter:deleted ((t (:background ,diff-rem :foreground ,diff-rem)))))))

0 commit comments

Comments
 (0)