From 188190f285e9f5c6753080b93e5dd802f04f6cfd Mon Sep 17 00:00:00 2001 From: not Date: Mon, 8 Jan 2024 09:27:46 -0600 Subject: [PATCH] revert: improve palette contrast (#207) This commit restores the official palette colours. A future update will address contrast. --- lua/rose-pine/palette.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/rose-pine/palette.lua b/lua/rose-pine/palette.lua index b995a9d..540625e 100644 --- a/lua/rose-pine/palette.lua +++ b/lua/rose-pine/palette.lua @@ -11,7 +11,7 @@ local variants = { love = "#eb6f92", gold = "#f6c177", rose = "#ebbcba", - pine = "#3e8fb0", + pine = "#31748f", foam = "#9ccfd8", iris = "#c4a7e7", highlight_low = "#21202e", @@ -45,7 +45,7 @@ local variants = { overlay = "#f2e9e1", muted = "#9893a5", subtle = "#797593", - text = "#464261", + text = "#575279", love = "#b4637a", gold = "#ea9d34", rose = "#d7827e",