diff --git a/lua/hl_themes/gruvchad.lua b/lua/hl_themes/gruvchad.lua index 2142f2b..ed1ba35 100644 --- a/lua/hl_themes/gruvchad.lua +++ b/lua/hl_themes/gruvchad.lua @@ -1,15 +1,15 @@ local colors = { white = "#c7b89d", - darker_black = "#1e2122", - black = "#222526", -- nvim bg - black2 = "#282b2c", - one_bg = "#2b2e2f", - one_bg2 = "#3b3e3f", - one_bg3 = "#313435", - grey = "#46494a", - grey_fg = "#5d6061", - grey_fg2 = "#5b5e5f", - light_grey = "#585b5c", + darker_black = "#1a1d1e", + black = "#1e2122", -- nvim bg + black2 = "#232627", + one_bg = "#282b2c", + one_bg2 = "#2f3233", + one_bg3 = "#373a3b", + grey = "#3e4142", + grey_fg = "#46494a", + grey_fg2 = "#4d5051", + light_grey = "#545758", red = "#ec6b64", baby_pink = "#ce8196", pink = "#ff75a0", @@ -25,9 +25,9 @@ local colors = { teal = "#749689", orange = "#e78a4e", cyan = "#82b3a8", - statusline_bg = "#252829", - lightbg = "#2d3139", - lightbg2 = "#262a32", + statusline_bg = "#222526", + lightbg = "#2d3031", + lightbg2 = "#252829", pmenu_bg = "#89b482", folder_bg = "#6d8dad", } diff --git a/lua/themes/gruvchad-base16.lua b/lua/themes/gruvchad-base16.lua index 6643ab8..40abb47 100644 --- a/lua/themes/gruvchad-base16.lua +++ b/lua/themes/gruvchad-base16.lua @@ -12,7 +12,7 @@ return { base03 = "404344", base08 = "ec6b64", base01 = "2c2f30", - base00 = "222526", + base00 = "1e2122", base09 = "e78a4e", base06 = "c3b499" }