From 42c51cb8a445e2e9538242c69389db1e331a0912 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Fri, 31 Oct 2025 22:57:44 -0400 Subject: [PATCH] Rosepine: replacing tertiary by pine. - Kainoa gonna hate me, but since we use the colors for app themings we really need something vibrant in the tertiary slot. - Will probably compensate by not using tertiary for hovers in the UI. --- Assets/ColorScheme/Rosepine/Rosepine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/ColorScheme/Rosepine/Rosepine.json b/Assets/ColorScheme/Rosepine/Rosepine.json index 6b6f2f52..c6fc5c8f 100644 --- a/Assets/ColorScheme/Rosepine/Rosepine.json +++ b/Assets/ColorScheme/Rosepine/Rosepine.json @@ -4,7 +4,7 @@ "mOnPrimary": "#191724", "mSecondary": "#9ccfd8", "mOnSecondary": "#191724", - "mTertiary": "#524f67", + "mTertiary": "#31748f", "mOnTertiary": "#e0def4", "mError": "#eb6f92", "mOnError": "#191724", @@ -20,8 +20,8 @@ "mOnPrimary": "#faf4ed", "mSecondary": "#56949f", "mOnSecondary": "#faf4ed", - "mTertiary": "#cecacd", - "mOnTertiary": "#575279", + "mTertiary": "#286983", + "mOnTertiary": "#faf4ed", "mError": "#b4637a", "mOnError": "#faf4ed", "mSurface": "#fffaf3",