Theming
Every themed app reads from one shared color scheme, applied and reloaded together through tinty.
Sobarch themes the desktop through tinty, using the base16/base24 color scheme ecosystem. The default scheme is OneDark, but any base16, base24, or tinted8 scheme installed by tinty can be applied.
Themed apps: Hyprland, waybar, mako, fuzzel, hyprlock, qt6ct, starship, fastfetch, the desktop wallpaper, and kitty's terminal colors.
Switching schemes
Open the theme picker from Super โ Sobarch, or run ~/.config/hypr/scripts/themes-menu.sh directly. It lists every scheme tinty knows about, tagging non-base16 systems for clarity ((24-color), (8-color)), and applies whichever one you pick.
Applying a scheme writes each app's color file and reloads that app: hyprctl reload for Hyprland, makoctl reload for mako, a full restart for waybar (it has no live file-watcher for its own config), and so on. This reload behavior is wired per-app in tinty's own config. The picker itself doesn't need to know about it; it only calls tinty apply.
Adding a scheme
tinty install fetches new schemes and runs automatically on login, so newly available schemes show up in the picker without any manual step.