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 Nov 14, 2024
1 parent 8e31ccd commit c74ad23
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion doc/astroui.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*astroui.txt* For Neovim >= 0.9.0 Last change: 2024 September 19
*astroui.txt* For Neovim >= 0.9.0 Last change: 2024 November 14

==============================================================================
Table of Contents *astroui-table-of-contents*
Expand Down Expand Up @@ -144,6 +144,22 @@ are descriptions of the options and some example usages:
},
},
},
-- Configure theming of Lazygit, set to `false` to disable
lazygit = {
theme_path = vim.fs.normalize(vim.fn.stdpath "cache" .. "/lazygit-theme.yml"),
theme = {
[241] = { fg = "Special" },
activeBorderColor = { fg = "MatchParen", bold = true },
cherryPickedCommitBgColor = { fg = "Identifier" },
cherryPickedCommitFgColor = { fg = "Function" },
defaultFgColor = { fg = "Normal" },
inactiveBorderColor = { fg = "FloatBorder" },
optionsTextColor = { fg = "Function" },
searchingActiveBorderColor = { fg = "MatchParen", bold = true },
selectedLineBgColor = { bg = "Visual" },
unstagedChangesColor = { fg = "DiagnosticError" },
},
},
}
<

Expand Down

0 comments on commit c74ad23

Please sign in to comment.