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/yoru | |
| parent | update submodule (diff) | |
update submodule, include new nvchad themes
Diffstat (limited to 'lua/yoru')
| -rw-r--r-- | lua/yoru/palette.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/yoru/palette.lua b/lua/yoru/palette.lua index ab4941c..9bd1a2b 100644 --- a/lua/yoru/palette.lua +++ b/lua/yoru/palette.lua @@ -2,7 +2,7 @@ local colors = { white = "#edeff0", darker_black = "#060809", black = "#0c0e0f", - black2 = "#0d181c", + black2 = "#141617", lighter_black = "#121415", one_bg = "#161819", one_bg2 = "#1f2122", |