CLI
List Available Themes
Display all palettes in the configured palettes_path:
clrsync_cli --list-themesApply Default Theme
Apply the theme specified by default_theme in configuration:
clrsync_cli --applyApply Specific Theme
Apply a theme by name (must exist in palettes_path):
clrsync_cli --apply --theme cursedApply from Custom Path
Apply a theme from an arbitrary file path:
clrsync_cli --apply --path /path/to/theme.tomlShow Color Variables
Display all available color variables:
clrsync_cli --show-varsCustom Configuration
Use an alternate configuration file:
clrsync_cli --config /path/to/config.toml --applyHelp
clrsync_cli --helpGUI
Launch
clrsync_gui