From 2951af7bbd839ebef25e33f8bd01bd5c501f76c8 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sat, 29 Oct 2022 18:19:38 +0200 Subject: Update how options and colorscheme is set (#12) * Update loading of colorscheme * Fix typo * Fix setting of style * Fix highlighting * Unpack style * Add empty table if props are nil * Fix concat of tables * Fix typo * Update settings * Add call set in settings * Add deep extend * Remove style field * Update README BREAKING CHANGE: updates how the colorscheme is set and the structure of the options table --- lua/no-clown-fiesta/highlight-group/nvim-tree.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/no-clown-fiesta/highlight-group/nvim-tree.lua') diff --git a/lua/no-clown-fiesta/highlight-group/nvim-tree.lua b/lua/no-clown-fiesta/highlight-group/nvim-tree.lua index ffe7897..21cdc25 100644 --- a/lua/no-clown-fiesta/highlight-group/nvim-tree.lua +++ b/lua/no-clown-fiesta/highlight-group/nvim-tree.lua @@ -7,7 +7,7 @@ function M.highlight(palette) NvimTreeNormal = { fg = palette.light_gray, bg = palette.alt_bg }, NvimTreeVertSplit = { fg = palette.alt_bg, bg = palette.alt_bg }, NvimTreeFolderName = { fg = palette.white }, - NvimTreeOpenedFolderName = { fg = palette.white, style = "bold" }, + NvimTreeOpenedFolderName = { fg = palette.white, bold = true }, NvimTreeEmptyFolderName = { fg = palette.medium_gray }, NvimTreeGitIgnored = { fg = palette.medium_gray }, NvimTreeImageFile = { fg = palette.light_gray }, @@ -22,7 +22,7 @@ function M.highlight(palette) NvimTreeGitMerge = { fg = palette.info_yellow }, NvimTreeGitDirty = { fg = palette.info_yellow }, NvimTreeSymlink = { fg = palette.cyan }, - NvimTreeRootFolder = { fg = palette.fg, style = "bold" }, + NvimTreeRootFolder = { fg = palette.fg, bold = true }, NvimTreeExecFile = { fg = palette.green }, NvimTreeStatusLine = { fg = palette.alt_bg, bg = palette.alt_bg }, NvimTreeStatusLineNC = { fg = palette.alt_bg, bg = palette.alt_bg }, -- cgit v1.2.3-70-g09d2