add: update config

This commit is contained in:
asep.komarudin 2024-04-25 07:26:16 +07:00
parent 8b1ecc923b
commit 6da1a73df0

View file

@ -89,7 +89,7 @@ return {
-- ["@property.javascript"] = { fg = "${cyan}" }, -- similar to `@field`
["@lsp.type.parameter"] = { fg = "${fg}" },
["@lsp.type.property.lua"] = { fg = "${red}" },
["@lsp.type.variable.lua"] = { fg = "${fg}" },
["@lsp.type.variable"] = { fg = "${fg}" },
NvimTreeGitDirty = { fg = "${yellow}" },
Pmenu = { fg = "${fg}", bg = "${bg}" },
PmenuThumb = { bg = "${gray}" }, -- Popup menu: Thumb of the scrollbar.