add: update config theme

This commit is contained in:
asep komarudin 2024-03-11 21:07:15 +07:00
parent bb946438c1
commit c51f92053f
4 changed files with 8 additions and 3 deletions

View file

@ -235,6 +235,11 @@ return {
italic_comment = true,
lualine_bg_color = colors.bg,
overrides = {
Keywords = { fg = colors.cyan, italic = true },
Function = { fg = colors.yellow, italic = true },
["@keyword"] = { fg = colors.pink, italic = true },
["@keyword.function"] = { fg = colors.cyan, italic = true },
["@function"] = { fg = colors.green, italic = true },
NvimTreeFolderIcon = { fg = "#6776a7" },
CmpItemAbbr = { fg = "#ABB2BF" },
CmpItemKind = { fg = "#ABB2BF" },