tca-cli-0.4.0 is not a library.
Tca-Cli
CLI tool for validating and exporting TCA theme files.
Installation
Or from source:
Commands
validate
Checks a theme file for correctness: hex color syntax, color reference resolution, and WCAG contrast ratios.
export
Converts a theme to another application's config format.
Supported formats:
| Format | Output |
|---|---|
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 JSON |
iterm2 |
iTerm2 color preset plist |
tmux |
tmux status/pane color config |
list
Lists all installed themes.
Theme Directory
Themes are .toml files in ~/.local/share/tca-themes/ (or $XDG_DATA_HOME/tca-themes/).
Roadmap
- Init command to create default config and add default theme files
- Download and install themes
- Import base16/24 themes into TCA format
- Export to base24
License
MIT