mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
fix(gruvbox_material): not base0 but base0E
This commit is contained in:
parent
b2b154c253
commit
5d8164facc
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ M.polish_hl = {
|
|||
Include = { fg = M.base_16.base0E },
|
||||
TSVariable = { fg = M.base_16.base08 },
|
||||
TSProperty = { fg = M.base_16.base0C },
|
||||
Repeat = { fg = M.base_16.base0 },
|
||||
Repeat = { fg = M.base_16.base0E },
|
||||
}
|
||||
|
||||
vim.opt.bg = "dark"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue