| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
| |
Switch to Darkly for default QT style
Use qt5ct-kde and qt6ct-kde
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* user template system
* fix when templates dir doesnt exist
Also color -> colour
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
|
| |
|
|
| |
Fixes #27
|
| | |
|
| | |
|
| |
|
|
| |
Also fix some stuff with scheme checking
|
| |
|
|
|
| |
Also remove multiple dynamic flavours
Add extended material (success colours)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Also change template replacement format
|
| | |
|
| | |
|
| | |
|
| |
|