From 931009607b0ee4e36f8cb3e886958ff6b87f3c06 Mon Sep 17 00:00:00 2001 From: choco Date: Fri, 3 Oct 2025 10:33:36 +0200 Subject: [PATCH] color key name change --- LightlessSync/UI/SettingsUi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LightlessSync/UI/SettingsUi.cs b/LightlessSync/UI/SettingsUi.cs index 9cc1114..231294e 100644 --- a/LightlessSync/UI/SettingsUi.cs +++ b/LightlessSync/UI/SettingsUi.cs @@ -981,7 +981,7 @@ public class SettingsUi : WindowMediatorSubscriberBase ("LightlessPurple", "Primary Purple", "Section titles and dividers"), ("LightlessPurpleActive", "Primary Purple (Active)", "Active tabs and hover highlights"), ("LightlessPurpleDefault", "Primary Purple (Inactive)", "Inactive tabs and default dividers"), - ("LightlessBlue", "Status Blue", "On/true toggles and 'Upload complete' status"), + ("LightlessBlue", "Secondary Blue", "Secondary title colors, visable pairs"), ("LightlessGreen", "Success Green", "Join buttons and success messages"),