Skip to content

Commit e72fb2e

Browse files
committed
refactor(colors): add type for palette
1 parent 97f2e4e commit e72fb2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/dullahan/colors.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ function M.setup(opts)
147147
local style = config.is_white() and config.options.light_style or config.options.style
148148
local palette = M[style] or {}
149149
if type(palette) == "function" then
150+
---@type Palette
150151
palette = palette()
151152
end
152153

0 commit comments

Comments
 (0)