From c3507dee7e4ed61d841778f8cb48f799aafa088f Mon Sep 17 00:00:00 2001 From: folke Date: Mon, 12 Sep 2022 05:51:50 +0000 Subject: [PATCH] chore(docs): auto generate vimdoc --- doc/tokyonight.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/tokyonight.txt b/doc/tokyonight.txt index 3105117..6d227b9 100644 --- a/doc/tokyonight.txt +++ b/doc/tokyonight.txt @@ -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* @@ -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 styles = { -- Style to be applied to different syntax groups - -- Value is any valid attr-list value `:help attr-list` - comments = "italic", - keywords = "italic", - functions = "NONE", - variables = "NONE", + -- Value is any valid attr-list value for `:help nvim_set_hl` + comments = { italic = true }, + keywords = { italic = true }, + functions = {}, + variables = {}, -- Background styles. Can be "dark", "transparent" or "normal" sidebars = "dark", -- style for sidebars, see below floats = "dark", -- style for floating windows