Skip to content

Instantly share code, notes, and snippets.

@okayurisotto
Created August 24, 2025 15:25
Show Gist options
  • Select an option

  • Save okayurisotto/772a1a4f0f4b80ae1e0826908fedb2e5 to your computer and use it in GitHub Desktop.

Select an option

Save okayurisotto/772a1a4f0f4b80ae1e0826908fedb2e5 to your computer and use it in GitHub Desktop.
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
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment