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/rosepine | |
| parent | update submodule (diff) | |
update submodule, include new nvchad themes
Diffstat (limited to 'lua/rosepine')
| -rw-r--r-- | lua/rosepine/palette.lua | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lua/rosepine/palette.lua b/lua/rosepine/palette.lua index 9215042..23743ed 100644 --- a/lua/rosepine/palette.lua +++ b/lua/rosepine/palette.lua @@ -31,20 +31,20 @@ local colors = { folder_bg = "#6aadc8", base00 = "#191724", base01 = "#1f1d2e", - base02 = "#403d52", + base02 = "#26233a", base03 = "#6e6a86", base04 = "#908caa", base05 = "#e0def4", - base06 = "#cecacd", - base07 = "#fffaf3", - base08 = "#e2e1e7", - base09 = "#eb6f92", - base0A = "#f6c177", - base0B = "#ebbcba", - base0C = "#4d90ab", - base0D = "#93c6cf", - base0E = "#c4a7e7", - base0F = "#e5e5e5", + base06 = "#e0def4", + base07 = "#524f67", + base08 = "#eb6f92", + base09 = "#f6c177", + base0A = "#ebbcba", + base0B = "#31748f", + base0C = "#9ccfd8", + base0D = "#c4a7e7", + base0E = "#f6c177", + base0F = "#524f67", } return colors
\ No newline at end of file |