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