Skip to content

Commit

Permalink
fix(extra): update the name of the high contrast style
Browse files Browse the repository at this point in the history
  • Loading branch information
pauchiner committed Feb 14, 2024
1 parent f86889d commit f28c4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/pastelnight/extra/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function M.setup()
-- map of style to style name
local styles = {
default = ' Default',
highContrast = ' HighContrast',
high_contrast = ' High Contrast',
}

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

0 comments on commit f28c4cb

Please sign in to comment.