Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
astronvimbot committed Jul 3, 2024
1 parent b4a6355 commit a0d1034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function astrotheme.lib.util.set_palettes(opts: AstroThemeOpts)


```lua
function astrotheme.lib.util.set_terminal_colors(colors: any)
function astrotheme.lib.util.set_terminal_colors(c: AstroThemePalette)
```

Set terminal colors based on the currently loaded colors
Expand Down
2 changes: 1 addition & 1 deletion doc/astrotheme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ Set a palette given a AstroTheme options
SET_TERMINAL_COLORS ~

>lua
function astrotheme.lib.util.set_terminal_colors(colors: any)
function astrotheme.lib.util.set_terminal_colors(c: AstroThemePalette)
<

Set terminal colors based on the currently loaded colors
Expand Down

0 comments on commit a0d1034

Please sign in to comment.