mirror of
https://github.com/harivansh-afk/cozybox.nvim.git
synced 2026-04-15 07:04:45 +00:00
light theme update
This commit is contained in:
parent
17ff5498cd
commit
c70aeb9ab7
1 changed files with 7 additions and 3 deletions
|
|
@ -5,11 +5,15 @@ local selection = "#c3c7c9"
|
|||
return {
|
||||
contrast = "hard",
|
||||
palette_overrides = {
|
||||
bright_red = "#923f3a",
|
||||
bright_red = "#c5524a",
|
||||
bright_green = "#427b58",
|
||||
bright_yellow = "#d79921",
|
||||
bright_blue = "#4261a5",
|
||||
neutral_red = "#f42d25",
|
||||
neutral_red = "#c5524a",
|
||||
neutral_green = "#427b58",
|
||||
neutral_blue = "#3c7678",
|
||||
faded_red = "#923f3a",
|
||||
faded_red = "#c5524a",
|
||||
faded_green = "#427b58",
|
||||
faded_blue = "#4261a5",
|
||||
dark_red = "#ff717b",
|
||||
dark_red_soft = "#ff7076",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue