add seperate colors for labels and update color inputs

This commit is contained in:
azyges
2025-10-11 07:52:52 +09:00
parent 2a9b5812ed
commit 6a0f8c507c
3 changed files with 215 additions and 70 deletions

View File

@@ -26,6 +26,9 @@ namespace LightlessSync.UI
{ "LightlessAdminGlow", "#b09343" },
{ "LightlessModeratorText", "#94ffda" },
{ "LightlessModeratorGlow", "#599c84" },
{ "Lightfinder", "#ad8af5" },
{ "LightfinderEdge", "#000000" },
};
private static LightlessConfigService? _configService;