diff options
| author | Ken Zhou <kendotzhou@gmail.com> | 2023-04-19 13:59:30 -0400 |
|---|---|---|
| committer | Ken Zhou <kendotzhou@gmail.com> | 2023-04-19 13:59:30 -0400 |
| commit | 9b142cf7ecef300d6e66f05ed8ae77f4e358bfcd (patch) | |
| tree | 0d7ff3d6832133a0dc71ae15dffe0f13d1feeddf /lua/gruvchad | |
| parent | update submodule (diff) | |
update submodule, include new nvchad themes
Diffstat (limited to 'lua/gruvchad')
| -rw-r--r-- | lua/gruvchad/palette.lua | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lua/gruvchad/palette.lua b/lua/gruvchad/palette.lua index 810168f..1753963 100644 --- a/lua/gruvchad/palette.lua +++ b/lua/gruvchad/palette.lua @@ -29,22 +29,22 @@ local colors = { lightbg = "#2d3031", pmenu_bg = "#89b482", folder_bg = "#6d8dad", - base0A = "#e0c080", - base04 = "#d4be98", - base07 = "#c7b89d", - base05 = "#c0b196", - base0E = "#d3869b", - base0D = "#7daea3", - base0C = "#86b17f", - base0B = "#a9b665", + base00 = "#1e2122", + base01 = "#2c2f30", base02 = "#36393a", - base0F = "#d65d0e", base03 = "#404344", + base04 = "#d4be98", + base05 = "#c0b196", + base06 = "#c3b499", + base07 = "#c7b89d", base08 = "#ec6b64", - base01 = "#2c2f30", - base00 = "#1e2122", base09 = "#e78a4e", - base06 = "#c3b499", + base0A = "#e0c080", + base0B = "#a9b665", + base0C = "#86b17f", + base0D = "#7daea3", + base0E = "#d3869b", + base0F = "#d65d0e", } return colors
\ No newline at end of file |