Skip to content

Commit

Permalink
feat(extra): add the highContrast style to the extras
Browse files Browse the repository at this point in the history
  • Loading branch information
pauchiner committed Feb 14, 2024
1 parent 5cf490a commit 539fbdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/pastelnight/extra/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ function M.setup()
-- map of style to style name
local styles = {
default = ' Default',
highContrast = ' HighContrast',
}

for extra, info in pairs(M.extras) do
Expand Down

0 comments on commit 539fbdb

Please sign in to comment.