From 36bf17aee29af70756bff1fdbabe9c7af73c22b9 Mon Sep 17 00:00:00 2001 From: choco Date: Fri, 3 Oct 2025 10:03:09 +0200 Subject: [PATCH] rename accent purple labels to primary purple --- LightlessSync/UI/SettingsUi.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LightlessSync/UI/SettingsUi.cs b/LightlessSync/UI/SettingsUi.cs index a4e450a..9cc1114 100644 --- a/LightlessSync/UI/SettingsUi.cs +++ b/LightlessSync/UI/SettingsUi.cs @@ -978,9 +978,9 @@ public class SettingsUi : WindowMediatorSubscriberBase var colorNames = new[] { - ("LightlessPurple", "Accent Purple", "Section titles and dividers"), - ("LightlessPurpleActive", "Accent Purple (Active)", "Active tabs and hover highlights"), - ("LightlessPurpleDefault", "Accent Purple (Inactive)", "Inactive tabs and default dividers"), + ("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"), ("LightlessGreen", "Success Green", "Join buttons and success messages"),