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/chocolate | |
| parent | update submodule (diff) | |
update submodule, include new nvchad themes
Diffstat (limited to 'lua/chocolate')
| -rw-r--r-- | lua/chocolate/palette.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/chocolate/palette.lua b/lua/chocolate/palette.lua index d497a6f..bc6d827 100644 --- a/lua/chocolate/palette.lua +++ b/lua/chocolate/palette.lua @@ -31,10 +31,10 @@ local colors = { folder_bg = "#768b9b", beige = "#ab9382", base00 = "#252221", - base01 = "#2f2c2b", - base02 = "#393635", - base03 = "#43403f", - base04 = "#4d4a49", + base01 = "#2b2827", + base02 = "#2f2c2b", + base03 = "#393635", + base04 = "#43403f", base05 = "#c8bAA4", base06 = "#beae94", base07 = "#cdc0ad", |