mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add: config color theme
This commit is contained in:
parent
e3bf405a83
commit
6f68c8d7b0
1 changed files with 2 additions and 3 deletions
|
@ -54,9 +54,8 @@ return {
|
|||
-- overide nvimtree text fill color root folder
|
||||
NvimTreeRootFolder = { fg = "${yellow}" },
|
||||
NvimTreeSpecialFile = { fg = "${yellow}" },
|
||||
NvimTreeWinSeparator = {
|
||||
fg = "#202329",
|
||||
},
|
||||
NvimTreeWinSeparator = { fg = "#202329" },
|
||||
NvimTreeIndentMarker = { fg = "#3E4450" },
|
||||
-- overide indenline fill color
|
||||
IblIndent = { fg = "#3E4450" },
|
||||
-- overide cmp cursorline fill color with #333842
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue