add: config color theme

This commit is contained in:
asep komarudin 2024-03-12 08:10:10 +07:00
parent e3bf405a83
commit 6f68c8d7b0

View file

@ -54,9 +54,8 @@ return {
-- overide nvimtree text fill color root folder -- overide nvimtree text fill color root folder
NvimTreeRootFolder = { fg = "${yellow}" }, NvimTreeRootFolder = { fg = "${yellow}" },
NvimTreeSpecialFile = { fg = "${yellow}" }, NvimTreeSpecialFile = { fg = "${yellow}" },
NvimTreeWinSeparator = { NvimTreeWinSeparator = { fg = "#202329" },
fg = "#202329", NvimTreeIndentMarker = { fg = "#3E4450" },
},
-- overide indenline fill color -- overide indenline fill color
IblIndent = { fg = "#3E4450" }, IblIndent = { fg = "#3E4450" },
-- overide cmp cursorline fill color with #333842 -- overide cmp cursorline fill color with #333842