mirror of
https://github.com/gabehf/base46.git
synced 2026-03-14 09:46:00 -07:00
fix(gruvbox_material): TSInclude should be 1st
This commit is contained in:
parent
ef2208ca42
commit
2b0c13cb3b
1 changed files with 1 additions and 1 deletions
|
|
@ -53,8 +53,8 @@ M.base_16 = {
|
||||||
}
|
}
|
||||||
|
|
||||||
M.polish_hl = {
|
M.polish_hl = {
|
||||||
TSVariable = { fg = M.base_16.base08 },
|
|
||||||
TSInclude = { fg = M.base_16.base0E },
|
TSInclude = { fg = M.base_16.base0E },
|
||||||
|
TSVariable = { fg = M.base_16.base08 },
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.opt.bg = "dark"
|
vim.opt.bg = "dark"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue