Skip to content

Commit ec5c7c6

Browse files
committed
fix(nord-light): handle nil => unspecified case
Ref: #793
1 parent baee64f commit ec5c7c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: themes/doom-nord-light-theme.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ determine the exact padding."
146146
:foreground (if -modeline-bright base8 highlight))
147147
((region &override)
148148
:foreground (if (memq doom-nord-light-region-highlight '(frost snowstorm))
149-
bg-alt))
149+
bg-alt
150+
'unspecified))
150151

151152
;;;; css-mode <built-in> / scss-mode <built-in>
152153
(css-proprietary-property :foreground orange)

0 commit comments

Comments
 (0)