summaryrefslogtreecommitdiff
path: root/src/caelestia/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
* theme: add nvtop, htop, and cava support (#45)Batuhan Edgüer2025-08-183-0/+205
| | | | | | | * templates: add nvtop, htop, and cava support * Triggers htop and cava theme reloads Sends a USR2 signal to htop and cava after their themes are applied. This prompts the applications to reload their configuration files, ensuring new themes are visible instantly without requiring a manual restart.
* schemes: add dark green scheme2 * r + 2 * t2025-08-172-0/+200
| | | | Scheme by @depcustodian with some tweaks
* theme: add Warp terminal theme support (#42)Batuhan Edgüer2025-08-171-0/+26
| | | | | | | | | | | | | | | * theme: add Warp terminal theme support Add support for Warp terminal theming with proper template and integration. - Add warp.yaml template with standard theme variables - Implement apply_warp function with correct 'darker'/'lighter' values - Integrate with main theme application pipeline via enableWarp config * warp: improve theme generation and use proper data directory - Use gen_replace with hash=True for consistent color formatting - Remove # symbols from template to avoid double hashes - Replace warp_mode manually after gen_replace instead of adding to colors dict - Use data_dir for XDG-compliant theme location
* data: add new colours2 * r + 2 * t2025-08-1516-0/+160
| | | | | NOTE: clear your scheme cache when updating to this version `rm -r ~/.cache/caelestia/schemes`
* theme: better qt theming2 * r + 2 * t2025-08-154-6/+300
| | | | | Switch to Darkly for default QT style Use qt5ct-kde and qt6ct-kde
* discord: add borders2 * r + 2 * t2025-06-301-1/+1
| | | | Cause separators and other stuff also use this colour
* schemes: fix static themes2 * r + 2 * t2025-06-2516-1226/+1466
| | | | add term colours
* scheme: add extended material to fixed schemes2 * r + 2 * t2025-06-2416-16/+80
|
* [CI] emojis: update datagithub-actions2025-06-231-9732/+9832
|
* emojis: add missing emojis2 * r + 2 * t2025-06-221-0/+8
| | | | Also add a few common unicode symbols
* scheme: add list and get subcommands2 * r + 2 * t2025-06-176-486/+0
|
* feat: theme qt2 * r + 2 * t2025-06-162-0/+10
|
* feat: theme gtk2 * r + 2 * t2025-06-151-0/+17
|
* scheme: impl random + fix single schemes2 * r + 2 * t2025-06-123-0/+0
|
* theme: better spicetify colours2 * r + 2 * t2025-06-113-17/+38
|
* feat: theme btop2 * r + 2 * t2025-06-113-27/+110
| | | | Also change template replacement format
* feat: theme fuzzel2 * r + 2 * t2025-06-111-0/+41
|
* feat: theme spicetify2 * r + 2 * t2025-06-111-0/+17
|
* feat: theme discord2 * r + 2 * t2025-06-112-51/+174
|
* internal: refactor for packaging2 * r + 2 * t2025-06-1124-0/+14075
Package using python-build, python-installer and hatch