mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: none palette value
This commit is contained in:
parent
080c8a1bbf
commit
d573c1e5d3
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ local variants = {
|
|||
highlight_low = "#21202e",
|
||||
highlight_med = "#403d52",
|
||||
highlight_high = "#524f67",
|
||||
none = "NONE",
|
||||
},
|
||||
moon = {
|
||||
_nc = "#1f1d30",
|
||||
|
|
@ -35,6 +36,7 @@ local variants = {
|
|||
highlight_low = "#2a283e",
|
||||
highlight_med = "#44415a",
|
||||
highlight_high = "#56526e",
|
||||
none = "NONE",
|
||||
},
|
||||
dawn = {
|
||||
_nc = "#f8f0e7",
|
||||
|
|
@ -53,6 +55,7 @@ local variants = {
|
|||
highlight_low = "#f4ede8",
|
||||
highlight_med = "#dfdad9",
|
||||
highlight_high = "#cecacd",
|
||||
none = "NONE",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue