mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-24 20:44:34 +02:00
enc: add colorfull cmp, add new simple icon, enhance odeium config
This commit is contained in:
parent
be2518be72
commit
6d87fbb90a
5 changed files with 93 additions and 17 deletions
|
@ -25,6 +25,7 @@ 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" },
|
||||
CmpItemAbbr = { fg = "#ABB2BF" },
|
||||
CmpItemKind = { fg = "#ABB2BF" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue