fix: none palette value (#200)

This commit is contained in:
not 2024-01-07 17:35:36 -06:00 committed by GitHub
commit ea1df11122
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
},
}