mobile bluesky app made with flutter lazurite.stormlightlabs.org/
mobile bluesky flutter
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at build/fastlane 15 lines 367 B view raw
1export type ThemeVariant = "light" | "dark"; 2 3export type ThemeColors = { name: string; variant: ThemeVariant; background: string; text: string; primary: string }; 4 5export type ThemeKey = 6 | "lazurite" 7 | "lazurite-light" 8 | "oxocarbon" 9 | "oxocarbon-light" 10 | "catppuccin" 11 | "catppuccin-light" 12 | "nord" 13 | "nord-light" 14 | "rosePine" 15 | "rosePine-light";