mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-06 19:04:50 +02:00
enc: update config, add cmp colorfull and cmp RG
This commit is contained in:
parent
20e96da865
commit
76277745b3
8 changed files with 419 additions and 222 deletions
|
@ -25,7 +25,9 @@ return {
|
|||
["@tag.css"] = { fg = colors.pink },
|
||||
["@keyword.css"] = { fg = colors.fg },
|
||||
["@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" },
|
||||
|
@ -51,6 +53,11 @@ return {
|
|||
WinBar = { bg = colors.bg },
|
||||
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