mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-04 09:54:40 +02:00
enc: add option nvim-tree or neo-tree
This commit is contained in:
parent
c29942d4a7
commit
3f3e84aa49
7 changed files with 436 additions and 290 deletions
|
@ -27,6 +27,7 @@ return {
|
|||
["@string.css"] = { fg = colors.pink },
|
||||
["@punctuation.delimiter.lua"] = { fg = colors.orange },
|
||||
NvimTreeFolderIcon = { fg = "#6776a7" },
|
||||
NeoTreeDirectoryIcon = { fg = "#6776a7" },
|
||||
CmpItemAbbr = { fg = "#ABB2BF" },
|
||||
CmpItemKind = { fg = "#ABB2BF" },
|
||||
CmpItemAbbrDeprecated = { fg = "#ABB2BF" },
|
||||
|
@ -53,6 +54,10 @@ return {
|
|||
WinBarNC = { fg = colors.fg, bg = colors.bg },
|
||||
MasonBackdrop = { link = "NormalFloat" },
|
||||
CodeiumSuggestion = { fg = "#94969c" },
|
||||
NeoTreeTabInactive = { fg = "#6776a7", bg = colors.bg },
|
||||
NeoTreeTabSeparatorActive = { fg = "#6776a7", bg = colors.bg },
|
||||
NeoTreeTabSeparatorInactive = { fg = "#6776a7", bg = colors.bg },
|
||||
NeoTreeTabActive = { fg = colors.fg, bg = colors.selection },
|
||||
},
|
||||
transparent_bg = false,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue