nightfox styles

This commit is contained in:
Andy Teijelo 2022-08-17 08:31:01 -04:00
parent 9f7728e357
commit 259bf17eda

View file

@ -36,18 +36,18 @@ function nightfox()
-- transparent = false, -- Disable setting background -- transparent = false, -- Disable setting background
-- terminal_colors = true, -- Set terminal colors (vim.g.terminal_color_*) used in `:terminal` -- terminal_colors = true, -- Set terminal colors (vim.g.terminal_color_*) used in `:terminal`
-- dim_inactive = false, -- Non focused panes set to alternative background -- dim_inactive = false, -- Non focused panes set to alternative background
-- styles = { -- Style to be applied to different syntax groups styles = { -- Style to be applied to different syntax groups
-- comments = "NONE", -- Value is any valid attr-list value `:help attr-list` comments = "italic", -- Value is any valid attr-list value `:help attr-list`
-- conditionals = "NONE", -- conditionals = "NONE",
-- constants = "NONE", -- constants = "NONE",
-- functions = "NONE", -- functions = "NONE",
-- keywords = "NONE", -- keywords = "NONE",
-- numbers = "NONE", -- numbers = "NONE",
-- operators = "NONE", -- operators = "NONE",
-- strings = "NONE", -- strings = "NONE",
-- types = "NONE", -- types = "NONE",
-- variables = "NONE", -- variables = "NONE",
-- }, },
-- inverse = { -- Inverse highlight for different types -- inverse = { -- Inverse highlight for different types
-- match_paren = false, -- match_paren = false,
-- visual = false, -- visual = false,