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/dark_horizon | |
| parent | update submodule (diff) | |
update submodule, include new nvchad themes
Diffstat (limited to 'lua/dark_horizon')
| -rw-r--r-- | lua/dark_horizon/palette.lua | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lua/dark_horizon/palette.lua b/lua/dark_horizon/palette.lua index 4d91fe4..4b7194d 100644 --- a/lua/dark_horizon/palette.lua +++ b/lua/dark_horizon/palette.lua @@ -10,7 +10,7 @@ local colors = { grey_fg = "#404040", grey_fg2 = "#4a4a4a", light_grey = "#525252", - red = "#dc322f", + red = "#db627e", baby_pink = "#a72e5b", pink = "#ff75a0", line = "#1d1d1d", @@ -18,6 +18,7 @@ local colors = { vibrant_green = "#b9e75b", nord_blue = "#18a3af", blue = "#25B0BC", + seablue = "#169AC9", yellow = "#fdb830", sun = "#ffc038", purple = "#da70d6", @@ -37,13 +38,13 @@ local colors = { base05 = "#c9c7be", base06 = "#E6E1CF", base07 = "#D9D7CE", - base08 = "#D9D7CE", + base08 = "#db627e", base09 = "#eaa273", - base0A = "#825aff", + base0A = "#169AC9", base0B = "#E3A587", base0C = "#F09483", - base0D = "#FFA500", - base0E = "#2ca9b4", + base0D = "#32d5e3", + base0E = "#6BE4E6", base0F = "#d75271", } |