From d573c1e5d335615b017015c5cd360441b1f6c655 Mon Sep 17 00:00:00 2001 From: mvllow Date: Sun, 7 Jan 2024 17:32:17 -0600 Subject: [PATCH] fix: none palette value --- lua/rose-pine/palette.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/rose-pine/palette.lua b/lua/rose-pine/palette.lua index 6b49f68..b995a9d 100644 --- a/lua/rose-pine/palette.lua +++ b/lua/rose-pine/palette.lua @@ -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", }, }