Skip to content

Commit

Permalink
fix(config): allow colors function to return nothing if it performs…
Browse files Browse the repository at this point in the history
… in place modifications
  • Loading branch information
mehalter committed May 21, 2024
1 parent 5db5856 commit 48b3d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astroui/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
--- git_branch_fg = "#ABCDEF",
---}
---```
---@field colors (StringMap|(fun(colors:StringMap):StringMap))?
---@field colors (StringMap|(fun(colors:StringMap):StringMap?))?
---**MEANT FOR INTERNAL USE ONLY**
---A table of fallback colors if a colorscheme used by the user does not have a highlight group, the entry point to this are typically through the `status.colors` option.
---@field fallback_colors StringMap?
Expand Down

0 comments on commit 48b3d36

Please sign in to comment.