flowchart LR
colorScheme --> preferredColorScheme
colorScheme --> selectedColorScheme
lightThemes --> themes
darkThemes --> themes
preferredColorScheme --> isPreferredLightColorScheme
preferredColorScheme --> isPreferredDarkColorScheme
selectedLightTheme --> lightThemes
selectedLightTheme --> selectedLightThemeId
selectedDarkTheme --> darkThemes
selectedDarkTheme --> selectedDarkThemeId
theme --> colorScheme
theme --> selectedLightTheme
theme --> selectedDarkTheme
Created
August 24, 2025 15:25
-
-
Save okayurisotto/772a1a4f0f4b80ae1e0826908fedb2e5 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment