mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
add: update config
This commit is contained in:
parent
8b1ecc923b
commit
6da1a73df0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue