mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
feat(gruvbox_material): base16 updates
This commit is contained in:
parent
7c38e3da57
commit
37dd415d58
1 changed files with 6 additions and 6 deletions
|
|
@ -34,22 +34,22 @@ M.base_30 = {
|
|||
}
|
||||
|
||||
M.base_16 = {
|
||||
base0A = "#e0c080",
|
||||
base0A = "#d8a657",
|
||||
base04 = "#d4be98",
|
||||
base07 = "#c7b89d",
|
||||
base05 = "#c0b196",
|
||||
base0E = "#d3869b",
|
||||
base0D = "#7daea3",
|
||||
base0C = "#86b17f",
|
||||
base0D = "#749689",
|
||||
base0C = "#89b482",
|
||||
base0B = "#a9b665",
|
||||
base02 = "#323232",
|
||||
base0F = "#d65d0e",
|
||||
base0F = "#dd8044",
|
||||
base03 = "#434343",
|
||||
base08 = "#ec6b64",
|
||||
base08 = "#ea6962",
|
||||
base01 = "#2e2e2e",
|
||||
base00 = "#282828",
|
||||
base09 = "#e78a4e",
|
||||
base06 = "#c3b499",
|
||||
base06 = "#d4be98",
|
||||
}
|
||||
|
||||
vim.opt.bg = "dark"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue