mirror of
https://github.com/gabehf/base46.git
synced 2026-03-16 02:35:56 -07:00
feat(gruvbox_material): polishing highlight groups
This commit is contained in:
parent
c025b6db43
commit
171f1458b5
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,10 @@ M.base_16 = {
|
||||||
base06 = "#d4be98",
|
base06 = "#d4be98",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
M.polish_hl = {
|
||||||
|
TSVariable = { fg = M.base_16.base08 },
|
||||||
|
}
|
||||||
|
|
||||||
vim.opt.bg = "dark"
|
vim.opt.bg = "dark"
|
||||||
|
|
||||||
M = require("base46").override_theme(M, "gruvbox_material")
|
M = require("base46").override_theme(M, "gruvbox_material")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue