moved palletes and templates into categories in extra

This commit is contained in:
2026-01-14 12:22:25 +03:00
parent 4293421166
commit 6fc80daaa1
32 changed files with 15 additions and 15 deletions

View File

@@ -6,39 +6,39 @@ Pre-configured palettes and templates for clrsync.
| Palette | Preview |
|---------|---------|
| [Nord](palettes/nord) | ![nord](palettes/nord/nord.png) |
| [Cursed](palettes/cursed) | ![cursed](palettes/cursed/cursed.png) |
| [Cursed Light](palettes/cursed-light) | ![cursed-light](palettes/cursed-light/cursed-light.png) |
| [Nord](palettes/dark/nord) | ![nord](palettes/dark/nord/nord.png) |
| [Cursed](palettes/dark/cursed) | ![cursed](palettes/dark/cursed/cursed.png) |
| [Cursed Light](palettes/light/cursed-light) | ![cursed-light](palettes/light/cursed-light/cursed-light.png) |
## Templates
### Terminals
- [Alacritty](templates/alacritty)
- [Ghostty](templates/ghostty)
- [Kitty](templates/kitty)
- [Alacritty](templates/terminals/alacritty)
- [Ghostty](templates/terminals/ghostty)
- [Kitty](templates/terminals/kitty)
### Text Editors
- [Neovim](templates/neovim)
- [VS Code](templates/vscode)
- [Neovim](templates/text-editors/neovim)
- [VS Code](templates/text-editors/vscode)
### Browsers
- [Firefox](templates/firefox)
- [Firefox](templates/browsers/firefox)
### Desktop
- [GTK](templates/gtk)
- [Qt](templates/qt)
- [GTK](templates/desktop/gtk)
- [Qt](templates/desktop/qt)
### Window Managers
- [Hyprland](templates/hyprland)
- [Hyprland](templates/wms/hyprland)
### Apps
- [Telegram](templates/telegram)
- [Telegram](templates/apps/telegram)
## Contributing
To add a new palette:
1. Create a folder in `palettes/` with your palette name
1. Create a folder in `palettes/<dark/light>` with your palette name
2. Add your `.toml` palette file
3. Add a `readme.md` with description
4. Add a screenshot (`.png`)
@@ -46,7 +46,7 @@ To add a new palette:
To add a new template:
1. Create a folder in `templates/` with the app name
1. Create a folder in `templates/<category>` with the app name
2. Add your template file(s)
3. Add a `readme.md` with installation instructions
4. Submit a PR

View File

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 235 KiB

View File

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 243 KiB

View File

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 243 KiB

View File

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 170 KiB