Skip to content

Commit

Permalink
fix(nord-light): handle nil => unspecified case
Browse files Browse the repository at this point in the history
Ref: #793
  • Loading branch information
hlissner committed Dec 6, 2023
1 parent baee64f commit ec5c7c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/doom-nord-light-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ determine the exact padding."
:foreground (if -modeline-bright base8 highlight))
((region &override)
:foreground (if (memq doom-nord-light-region-highlight '(frost snowstorm))
bg-alt))
bg-alt
'unspecified))

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

0 comments on commit ec5c7c6

Please sign in to comment.