Skip to content

Commit

Permalink
fix(config): update the comment of the style
Browse files Browse the repository at this point in the history
  • Loading branch information
pauchiner committed Feb 14, 2024
1 parent dc799d8 commit 32e36cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/pastelnight/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local M = {}
---@field on_colors fun(colors: ColorScheme)
---@field on_highlights fun(highlights: Highlights, colors: ColorScheme)
local defaults = {
--- The theme comes in two styles, `default` and `high-contrast`.
--- The theme comes in two styles, `default` and `highContrast`.
style = 'default',

--- Enable this to disable setting the background color
Expand Down

0 comments on commit 32e36cc

Please sign in to comment.