mirror of
https://github.com/gabehf/base46.git
synced 2026-03-17 03:06:30 -07:00
improve gruvchad theme
This commit is contained in:
parent
cc49b9115f
commit
959a675c4a
2 changed files with 14 additions and 14 deletions
|
|
@ -1,15 +1,15 @@
|
||||||
local colors = {
|
local colors = {
|
||||||
white = "#c7b89d",
|
white = "#c7b89d",
|
||||||
darker_black = "#1e2122",
|
darker_black = "#1a1d1e",
|
||||||
black = "#222526", -- nvim bg
|
black = "#1e2122", -- nvim bg
|
||||||
black2 = "#282b2c",
|
black2 = "#232627",
|
||||||
one_bg = "#2b2e2f",
|
one_bg = "#282b2c",
|
||||||
one_bg2 = "#3b3e3f",
|
one_bg2 = "#2f3233",
|
||||||
one_bg3 = "#313435",
|
one_bg3 = "#373a3b",
|
||||||
grey = "#46494a",
|
grey = "#3e4142",
|
||||||
grey_fg = "#5d6061",
|
grey_fg = "#46494a",
|
||||||
grey_fg2 = "#5b5e5f",
|
grey_fg2 = "#4d5051",
|
||||||
light_grey = "#585b5c",
|
light_grey = "#545758",
|
||||||
red = "#ec6b64",
|
red = "#ec6b64",
|
||||||
baby_pink = "#ce8196",
|
baby_pink = "#ce8196",
|
||||||
pink = "#ff75a0",
|
pink = "#ff75a0",
|
||||||
|
|
@ -25,9 +25,9 @@ local colors = {
|
||||||
teal = "#749689",
|
teal = "#749689",
|
||||||
orange = "#e78a4e",
|
orange = "#e78a4e",
|
||||||
cyan = "#82b3a8",
|
cyan = "#82b3a8",
|
||||||
statusline_bg = "#252829",
|
statusline_bg = "#222526",
|
||||||
lightbg = "#2d3139",
|
lightbg = "#2d3031",
|
||||||
lightbg2 = "#262a32",
|
lightbg2 = "#252829",
|
||||||
pmenu_bg = "#89b482",
|
pmenu_bg = "#89b482",
|
||||||
folder_bg = "#6d8dad",
|
folder_bg = "#6d8dad",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ return {
|
||||||
base03 = "404344",
|
base03 = "404344",
|
||||||
base08 = "ec6b64",
|
base08 = "ec6b64",
|
||||||
base01 = "2c2f30",
|
base01 = "2c2f30",
|
||||||
base00 = "222526",
|
base00 = "1e2122",
|
||||||
base09 = "e78a4e",
|
base09 = "e78a4e",
|
||||||
base06 = "c3b499"
|
base06 = "c3b499"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue