summaryrefslogtreecommitdiff
path: root/lua/decay
diff options
context:
space:
mode:
authorKen Zhou <kendotzhou@gmail.com>2023-04-19 13:59:30 -0400
committerKen Zhou <kendotzhou@gmail.com>2023-04-19 13:59:30 -0400
commit9b142cf7ecef300d6e66f05ed8ae77f4e358bfcd (patch)
tree0d7ff3d6832133a0dc71ae15dffe0f13d1feeddf /lua/decay
parentupdate submodule (diff)
update submodule, include new nvchad themes
Diffstat (limited to 'lua/decay')
-rw-r--r--lua/decay/palette.lua24
1 files changed, 12 insertions, 12 deletions
diff --git a/lua/decay/palette.lua b/lua/decay/palette.lua
index 83d1fb3..b63122e 100644
--- a/lua/decay/palette.lua
+++ b/lua/decay/palette.lua
@@ -10,21 +10,21 @@ local colors = {
grey_fg = "#494d52",
grey_fg2 = "#505459",
light_grey = "#5a5e63",
- red = "#e05f65",
- baby_pink = "#ea696f",
- pink = "#c68aee",
+ red = "#e26c7c",
+ baby_pink = "#c79bf0",
+ pink = "#c296eb",
line = "#282d35",
green = "#78DBA9",
vibrant_green = "#87eab8",
- blue = "#70a5eb",
- nord_blue = "#74bee9",
- yellow = "#f1cf8a",
- sun = "#e7c580",
+ blue = "#86aaec",
+ nord_blue = "#96b5ee",
+ yellow = "#ecd3a0",
+ sun = "#f1d8a5",
purple = "#c68aee",
dark_purple = "#b77bdf",
teal = "#7ddac5",
orange = "#e9a180",
- cyan = "#74bee9",
+ cyan = "#98d3ee",
statusline_bg = "#1c2026",
lightbg = "#2b3038",
pmenu_bg = "#7ddac5",
@@ -37,14 +37,14 @@ local colors = {
base05 = "#b6beca",
base06 = "#dee1e6",
base07 = "#dee1e6",
- base08 = "#e05f65",
+ base08 = "#70A5EB",
base09 = "#e9a180",
base0A = "#f1cf8a",
base0B = "#78DBA9",
- base0C = "#9cd1ff",
- base0D = "#74bee9",
+ base0C = "#e26c7c",
+ base0D = "#86aaec",
base0E = "#c68aee",
- base0F = "#e05f65",
+ base0F = "#9cd1ff",
}
return colors \ No newline at end of file