chore(docs): auto generate vimdoc
This commit is contained in:
committed by
github-actions[bot]
parent
25a1a77b00
commit
c3507dee7e
@@ -1,4 +1,4 @@
|
|||||||
*tokyonight.txt* For NVIM v0.5.0 Last change: 2022 September 11
|
*tokyonight.txt* For NVIM v0.5.0 Last change: 2022 September 12
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Table of Contents *tokyonight-table-of-contents*
|
Table of Contents *tokyonight-table-of-contents*
|
||||||
@@ -176,11 +176,11 @@ TokyoNight will use the default options, unless you call `setup`.
|
|||||||
terminal_colors = true, -- Configure the colors used when opening a `:terminal` in Neovim
|
terminal_colors = true, -- Configure the colors used when opening a `:terminal` in Neovim
|
||||||
styles = {
|
styles = {
|
||||||
-- Style to be applied to different syntax groups
|
-- Style to be applied to different syntax groups
|
||||||
-- Value is any valid attr-list value `:help attr-list`
|
-- Value is any valid attr-list value for `:help nvim_set_hl`
|
||||||
comments = "italic",
|
comments = { italic = true },
|
||||||
keywords = "italic",
|
keywords = { italic = true },
|
||||||
functions = "NONE",
|
functions = {},
|
||||||
variables = "NONE",
|
variables = {},
|
||||||
-- Background styles. Can be "dark", "transparent" or "normal"
|
-- Background styles. Can be "dark", "transparent" or "normal"
|
||||||
sidebars = "dark", -- style for sidebars, see below
|
sidebars = "dark", -- style for sidebars, see below
|
||||||
floats = "dark", -- style for floating windows
|
floats = "dark", -- style for floating windows
|
||||||
|
|||||||
Reference in New Issue
Block a user