From 112bffe9846ea7e80dbc3f3abfd0f406155390a8 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Fri, 15 Aug 2025 17:50:33 -0400 Subject: [PATCH] Fixed Catppuccin theme (double ##) --- Assets/ColorSchemes/Catppuccin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ColorSchemes/Catppuccin.json b/Assets/ColorSchemes/Catppuccin.json index ac63b64..5336a71 100644 --- a/Assets/ColorSchemes/Catppuccin.json +++ b/Assets/ColorSchemes/Catppuccin.json @@ -10,7 +10,7 @@ "mOnError": "#11111b", "mSurface": "#1e1e2e", - "mOnSurface": "##cdd6f4", + "mOnSurface": "#cdd6f4", "mSurfaceVariant": "#313244", "mOnSurfaceVariant": "#a3b4eb", "mOutline": "#45475a",