mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 02:05:56 -07:00
fix(gruvbox_material): TSProperty doesn't use the same color as TSVariable
This commit is contained in:
parent
6dcc14829f
commit
eb1d3dbaa0
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ M.base_16 = {
|
||||||
M.polish_hl = {
|
M.polish_hl = {
|
||||||
Include = { fg = M.base_16.base0E },
|
Include = { fg = M.base_16.base0E },
|
||||||
TSVariable = { fg = M.base_16.base08 },
|
TSVariable = { fg = M.base_16.base08 },
|
||||||
|
TSProperty = { fg = M.base_16.base0C },
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.opt.bg = "dark"
|
vim.opt.bg = "dark"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue