Skip to content

Commit

Permalink
fix: none palette value (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvllow authored Jan 7, 2024
1 parent 080c8a1 commit ea1df11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/rose-pine/palette.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ local variants = {
highlight_low = "#21202e",
highlight_med = "#403d52",
highlight_high = "#524f67",
none = "NONE",
},
moon = {
_nc = "#1f1d30",
Expand All @@ -35,6 +36,7 @@ local variants = {
highlight_low = "#2a283e",
highlight_med = "#44415a",
highlight_high = "#56526e",
none = "NONE",
},
dawn = {
_nc = "#f8f0e7",
Expand All @@ -53,6 +55,7 @@ local variants = {
highlight_low = "#f4ede8",
highlight_med = "#dfdad9",
highlight_high = "#cecacd",
none = "NONE",
},
}

Expand Down

0 comments on commit ea1df11

Please sign in to comment.