mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
53 lines
1.1 KiB
Markdown
53 lines
1.1 KiB
Markdown
# Extras
|
|
|
|
Pre-configured palettes and templates for clrsync.
|
|
|
|
## Palettes
|
|
|
|
| Palette | Preview |
|
|
|---------|---------|
|
|
| [Nord](palettes/nord) |  |
|
|
| [Cursed](palettes/cursed) |  |
|
|
| [Cursed Light](palettes/cursed-light) |  |
|
|
|
|
## Templates
|
|
|
|
### Terminals
|
|
- [Alacritty](templates/alacritty)
|
|
- [Ghostty](templates/ghostty)
|
|
- [Kitty](templates/kitty)
|
|
|
|
### Text Editors
|
|
- [Neovim](templates/neovim)
|
|
- [VS Code](templates/vscode)
|
|
|
|
### Browsers
|
|
- [Firefox](templates/firefox)
|
|
|
|
### Desktop
|
|
- [GTK](templates/gtk)
|
|
- [Qt](templates/qt)
|
|
|
|
### Window Managers
|
|
- [Hyprland](templates/hyprland)
|
|
|
|
### Apps
|
|
- [Telegram](templates/telegram)
|
|
|
|
## Contributing
|
|
|
|
To add a new palette:
|
|
|
|
1. Create a folder in `palettes/` with your palette name
|
|
2. Add your `.toml` palette file
|
|
3. Add a `readme.md` with description
|
|
4. Add a screenshot (`.png`)
|
|
5. Submit a PR
|
|
|
|
To add a new template:
|
|
|
|
1. Create a folder in `templates/` with the app name
|
|
2. Add your template file(s)
|
|
3. Add a `readme.md` with installation instructions
|
|
4. Submit a PR
|