mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
fix(gruvbox_material): updated base_16 table
This commit is contained in:
parent
efd4265840
commit
b4b472a535
1 changed files with 1 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ M.base_16 = {
|
||||||
base0E = "#ea6962",
|
base0E = "#ea6962",
|
||||||
base0D = "#a9b665",
|
base0D = "#a9b665",
|
||||||
base0C = "#89b482",
|
base0C = "#89b482",
|
||||||
base0B = "#a9b665",
|
base0B = "#89b482",
|
||||||
base02 = "#323232",
|
base02 = "#323232",
|
||||||
base0F = "#dd8044",
|
base0F = "#dd8044",
|
||||||
base03 = "#434343",
|
base03 = "#434343",
|
||||||
|
|
@ -56,7 +56,6 @@ 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 },
|
TSProperty = { fg = M.base_16.base0C },
|
||||||
TSString = { fg = M.base_16.base0C },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.opt.bg = "dark"
|
vim.opt.bg = "dark"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue