tca-cli-0.1.0 is not a library.
tca
CLI tool for validating and exporting TCA themes.
Installation
Or build from source:
Usage
Commands
validate
Validate a TCA theme file, checking hex color syntax, reference resolution, and WCAG contrast ratios.
export
Export a theme to a target application's config format.
Supported formats:
| Format | Description |
|---|---|
kitty |
Kitty terminal color scheme |
alacritty |
Alacritty terminal color scheme |
base16 |
Base16 YAML scheme |
vim |
Vim colorscheme |
helix |
Helix editor theme |
starship |
Starship prompt palette |
vscode |
VS Code color theme |
iterm2 |
iTerm2 color preset |
tmux |
tmux color configuration |
list
List all installed themes from the shared themes directory ($XDG_DATA_HOME/tca/themes/).
Theme Directory
Themes are stored as .toml files in $XDG_DATA_HOME/tca/themes/ (typically ~/.local/share/tca/themes/ on Linux).