Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 3, 2024
1 parent c0a22cf commit 363de19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/modus-themes.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*modus-themes.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 May 30
*modus-themes.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 June 03

==============================================================================
Table of Contents *modus-themes.nvim-table-of-contents*
Expand Down Expand Up @@ -130,6 +130,7 @@ If using the default options, there is no need to explicitly call `setup`.
variant = "default", -- Theme comes in four variants `default`, `tinted`, `deuteranopia`, and `tritanopia`
transparent = false, -- Transparent background (as supported by the terminal)
dim_inactive = false, -- "non-current" windows are dimmed
hide_inactive_statusline = false, -- Hide statuslines on inactive windows. Works with the standard **StatusLine**, **LuaLine** and **mini.statusline**
styles = {
-- Style to be applied to different syntax groups
-- Value is any valid attr-list value for `:help nvim_set_hl`
Expand Down

0 comments on commit 363de19

Please sign in to comment.