feat: Smooth change in colour, no hard cut

Added option smoothing on colour change so there is no hard cut made when switching subjects
This commit is contained in:
2026-04-06 13:39:25 +09:30
parent 3c613f4938
commit f667ff9e9b
6 changed files with 147 additions and 6 deletions
+1
View File
@@ -43,6 +43,7 @@ export interface SettingsState {
iconOnlySidebar?: boolean;
adaptiveThemeColour?: boolean;
adaptiveThemeGradient?: boolean;
adaptiveThemeColourTransition?: boolean;
// depreciated keys
animatedbk: boolean;