nightfox styles
This commit is contained in:
parent
9f7728e357
commit
259bf17eda
1 changed files with 12 additions and 12 deletions
|
@ -36,18 +36,18 @@ function nightfox()
|
|||
-- transparent = false, -- Disable setting background
|
||||
-- terminal_colors = true, -- Set terminal colors (vim.g.terminal_color_*) used in `:terminal`
|
||||
-- dim_inactive = false, -- Non focused panes set to alternative background
|
||||
-- styles = { -- Style to be applied to different syntax groups
|
||||
-- comments = "NONE", -- Value is any valid attr-list value `:help attr-list`
|
||||
-- conditionals = "NONE",
|
||||
-- constants = "NONE",
|
||||
-- functions = "NONE",
|
||||
-- keywords = "NONE",
|
||||
-- numbers = "NONE",
|
||||
-- operators = "NONE",
|
||||
-- strings = "NONE",
|
||||
-- types = "NONE",
|
||||
-- variables = "NONE",
|
||||
-- },
|
||||
styles = { -- Style to be applied to different syntax groups
|
||||
comments = "italic", -- Value is any valid attr-list value `:help attr-list`
|
||||
-- conditionals = "NONE",
|
||||
-- constants = "NONE",
|
||||
-- functions = "NONE",
|
||||
-- keywords = "NONE",
|
||||
-- numbers = "NONE",
|
||||
-- operators = "NONE",
|
||||
-- strings = "NONE",
|
||||
-- types = "NONE",
|
||||
-- variables = "NONE",
|
||||
},
|
||||
-- inverse = { -- Inverse highlight for different types
|
||||
-- match_paren = false,
|
||||
-- visual = false,
|
||||
|
|
Loading…
Reference in a new issue