moved palletes and templates into categories in extra
@@ -6,39 +6,39 @@ Pre-configured palettes and templates for clrsync.
|
||||
|
||||
| Palette | Preview |
|
||||
|---------|---------|
|
||||
| [Nord](palettes/nord) |  |
|
||||
| [Cursed](palettes/cursed) |  |
|
||||
| [Cursed Light](palettes/cursed-light) |  |
|
||||
| [Nord](palettes/dark/nord) |  |
|
||||
| [Cursed](palettes/dark/cursed) |  |
|
||||
| [Cursed Light](palettes/light/cursed-light) |  |
|
||||
|
||||
## 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
|
||||
|
||||
|
Before Width: | Height: | Size: 235 KiB After Width: | Height: | Size: 235 KiB |
|
Before Width: | Height: | Size: 243 KiB After Width: | Height: | Size: 243 KiB |
|
Before Width: | Height: | Size: 243 KiB After Width: | Height: | Size: 243 KiB |
|
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 170 KiB |