From 259bf17eda87d57ed3b95f9969096e1cd003094d Mon Sep 17 00:00:00 2001 From: Andy Teijelo Date: Wed, 17 Aug 2022 08:31:01 -0400 Subject: [PATCH] nightfox styles --- lua/colorschemes.lua | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lua/colorschemes.lua b/lua/colorschemes.lua index 62394f3..9cdee77 100644 --- a/lua/colorschemes.lua +++ b/lua/colorschemes.lua @@ -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,