mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-25 02:08:48 +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
|
-- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue