From 6fc80daaa1b20c190eaff465568a0bffccca6ac2 Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Wed, 14 Jan 2026 12:22:25 +0300 Subject: [PATCH] moved palletes and templates into categories in extra --- extra/README.md | 30 +++++++++--------- extra/palettes/{ => dark}/cursed/cursed.png | Bin extra/palettes/{ => dark}/cursed/cursed.toml | 0 extra/palettes/{ => dark}/cursed/readme.md | 0 extra/palettes/{ => dark}/nord/nord.png | Bin extra/palettes/{ => dark}/nord/nord.toml | 0 extra/palettes/{ => dark}/nord/readme.md | 0 .../{ => light}/cursed-light/cursed-light.png | Bin .../cursed-light/cursed-light.toml | 0 .../{ => light}/cursed-light/readme.md | 0 extra/templates/{ => apps}/telegram/readme.md | 0 .../telegram/telegram.tdesktop-theme | 0 .../{ => browsers}/firefox/readme.md | 0 .../{ => browsers}/firefox/userChrome.css | 0 extra/templates/{ => desktop}/gtk/gtk.css | 0 extra/templates/{ => desktop}/gtk/readme.md | 0 .../{ => desktop}/qt/kvantum.kvconfig | 0 extra/templates/{ => desktop}/qt/kvantum.svg | 0 extra/templates/{ => desktop}/qt/qtct.conf | 0 extra/templates/{ => desktop}/qt/readme.md | 0 .../{ => terminals}/alacritty/alacritty.toml | 0 .../{ => terminals}/alacritty/readme.md | 0 .../{ => terminals}/ghostty/ghostty.conf | 0 .../{ => terminals}/ghostty/readme.md | 0 .../{ => terminals}/kitty/kitty.conf | 0 .../templates/{ => terminals}/kitty/readme.md | 0 .../{ => text-editors}/neovim/nvim.lua | 0 .../{ => text-editors}/neovim/readme.md | 0 .../{ => text-editors}/vscode/code.json | 0 .../{ => text-editors}/vscode/readme.md | 0 .../{ => wms}/hyprland/hyprland.conf | 0 extra/templates/{ => wms}/hyprland/readme.md | 0 32 files changed, 15 insertions(+), 15 deletions(-) rename extra/palettes/{ => dark}/cursed/cursed.png (100%) rename extra/palettes/{ => dark}/cursed/cursed.toml (100%) rename extra/palettes/{ => dark}/cursed/readme.md (100%) rename extra/palettes/{ => dark}/nord/nord.png (100%) rename extra/palettes/{ => dark}/nord/nord.toml (100%) rename extra/palettes/{ => dark}/nord/readme.md (100%) rename extra/palettes/{ => light}/cursed-light/cursed-light.png (100%) rename extra/palettes/{ => light}/cursed-light/cursed-light.toml (100%) rename extra/palettes/{ => light}/cursed-light/readme.md (100%) rename extra/templates/{ => apps}/telegram/readme.md (100%) rename extra/templates/{ => apps}/telegram/telegram.tdesktop-theme (100%) rename extra/templates/{ => browsers}/firefox/readme.md (100%) rename extra/templates/{ => browsers}/firefox/userChrome.css (100%) rename extra/templates/{ => desktop}/gtk/gtk.css (100%) rename extra/templates/{ => desktop}/gtk/readme.md (100%) rename extra/templates/{ => desktop}/qt/kvantum.kvconfig (100%) rename extra/templates/{ => desktop}/qt/kvantum.svg (100%) rename extra/templates/{ => desktop}/qt/qtct.conf (100%) rename extra/templates/{ => desktop}/qt/readme.md (100%) rename extra/templates/{ => terminals}/alacritty/alacritty.toml (100%) rename extra/templates/{ => terminals}/alacritty/readme.md (100%) rename extra/templates/{ => terminals}/ghostty/ghostty.conf (100%) rename extra/templates/{ => terminals}/ghostty/readme.md (100%) rename extra/templates/{ => terminals}/kitty/kitty.conf (100%) rename extra/templates/{ => terminals}/kitty/readme.md (100%) rename extra/templates/{ => text-editors}/neovim/nvim.lua (100%) rename extra/templates/{ => text-editors}/neovim/readme.md (100%) rename extra/templates/{ => text-editors}/vscode/code.json (100%) rename extra/templates/{ => text-editors}/vscode/readme.md (100%) rename extra/templates/{ => wms}/hyprland/hyprland.conf (100%) rename extra/templates/{ => wms}/hyprland/readme.md (100%) diff --git a/extra/README.md b/extra/README.md index 9489a75..d6ea47c 100644 --- a/extra/README.md +++ b/extra/README.md @@ -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/` 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/` with the app name 2. Add your template file(s) 3. Add a `readme.md` with installation instructions 4. Submit a PR diff --git a/extra/palettes/cursed/cursed.png b/extra/palettes/dark/cursed/cursed.png similarity index 100% rename from extra/palettes/cursed/cursed.png rename to extra/palettes/dark/cursed/cursed.png diff --git a/extra/palettes/cursed/cursed.toml b/extra/palettes/dark/cursed/cursed.toml similarity index 100% rename from extra/palettes/cursed/cursed.toml rename to extra/palettes/dark/cursed/cursed.toml diff --git a/extra/palettes/cursed/readme.md b/extra/palettes/dark/cursed/readme.md similarity index 100% rename from extra/palettes/cursed/readme.md rename to extra/palettes/dark/cursed/readme.md diff --git a/extra/palettes/nord/nord.png b/extra/palettes/dark/nord/nord.png similarity index 100% rename from extra/palettes/nord/nord.png rename to extra/palettes/dark/nord/nord.png diff --git a/extra/palettes/nord/nord.toml b/extra/palettes/dark/nord/nord.toml similarity index 100% rename from extra/palettes/nord/nord.toml rename to extra/palettes/dark/nord/nord.toml diff --git a/extra/palettes/nord/readme.md b/extra/palettes/dark/nord/readme.md similarity index 100% rename from extra/palettes/nord/readme.md rename to extra/palettes/dark/nord/readme.md diff --git a/extra/palettes/cursed-light/cursed-light.png b/extra/palettes/light/cursed-light/cursed-light.png similarity index 100% rename from extra/palettes/cursed-light/cursed-light.png rename to extra/palettes/light/cursed-light/cursed-light.png diff --git a/extra/palettes/cursed-light/cursed-light.toml b/extra/palettes/light/cursed-light/cursed-light.toml similarity index 100% rename from extra/palettes/cursed-light/cursed-light.toml rename to extra/palettes/light/cursed-light/cursed-light.toml diff --git a/extra/palettes/cursed-light/readme.md b/extra/palettes/light/cursed-light/readme.md similarity index 100% rename from extra/palettes/cursed-light/readme.md rename to extra/palettes/light/cursed-light/readme.md diff --git a/extra/templates/telegram/readme.md b/extra/templates/apps/telegram/readme.md similarity index 100% rename from extra/templates/telegram/readme.md rename to extra/templates/apps/telegram/readme.md diff --git a/extra/templates/telegram/telegram.tdesktop-theme b/extra/templates/apps/telegram/telegram.tdesktop-theme similarity index 100% rename from extra/templates/telegram/telegram.tdesktop-theme rename to extra/templates/apps/telegram/telegram.tdesktop-theme diff --git a/extra/templates/firefox/readme.md b/extra/templates/browsers/firefox/readme.md similarity index 100% rename from extra/templates/firefox/readme.md rename to extra/templates/browsers/firefox/readme.md diff --git a/extra/templates/firefox/userChrome.css b/extra/templates/browsers/firefox/userChrome.css similarity index 100% rename from extra/templates/firefox/userChrome.css rename to extra/templates/browsers/firefox/userChrome.css diff --git a/extra/templates/gtk/gtk.css b/extra/templates/desktop/gtk/gtk.css similarity index 100% rename from extra/templates/gtk/gtk.css rename to extra/templates/desktop/gtk/gtk.css diff --git a/extra/templates/gtk/readme.md b/extra/templates/desktop/gtk/readme.md similarity index 100% rename from extra/templates/gtk/readme.md rename to extra/templates/desktop/gtk/readme.md diff --git a/extra/templates/qt/kvantum.kvconfig b/extra/templates/desktop/qt/kvantum.kvconfig similarity index 100% rename from extra/templates/qt/kvantum.kvconfig rename to extra/templates/desktop/qt/kvantum.kvconfig diff --git a/extra/templates/qt/kvantum.svg b/extra/templates/desktop/qt/kvantum.svg similarity index 100% rename from extra/templates/qt/kvantum.svg rename to extra/templates/desktop/qt/kvantum.svg diff --git a/extra/templates/qt/qtct.conf b/extra/templates/desktop/qt/qtct.conf similarity index 100% rename from extra/templates/qt/qtct.conf rename to extra/templates/desktop/qt/qtct.conf diff --git a/extra/templates/qt/readme.md b/extra/templates/desktop/qt/readme.md similarity index 100% rename from extra/templates/qt/readme.md rename to extra/templates/desktop/qt/readme.md diff --git a/extra/templates/alacritty/alacritty.toml b/extra/templates/terminals/alacritty/alacritty.toml similarity index 100% rename from extra/templates/alacritty/alacritty.toml rename to extra/templates/terminals/alacritty/alacritty.toml diff --git a/extra/templates/alacritty/readme.md b/extra/templates/terminals/alacritty/readme.md similarity index 100% rename from extra/templates/alacritty/readme.md rename to extra/templates/terminals/alacritty/readme.md diff --git a/extra/templates/ghostty/ghostty.conf b/extra/templates/terminals/ghostty/ghostty.conf similarity index 100% rename from extra/templates/ghostty/ghostty.conf rename to extra/templates/terminals/ghostty/ghostty.conf diff --git a/extra/templates/ghostty/readme.md b/extra/templates/terminals/ghostty/readme.md similarity index 100% rename from extra/templates/ghostty/readme.md rename to extra/templates/terminals/ghostty/readme.md diff --git a/extra/templates/kitty/kitty.conf b/extra/templates/terminals/kitty/kitty.conf similarity index 100% rename from extra/templates/kitty/kitty.conf rename to extra/templates/terminals/kitty/kitty.conf diff --git a/extra/templates/kitty/readme.md b/extra/templates/terminals/kitty/readme.md similarity index 100% rename from extra/templates/kitty/readme.md rename to extra/templates/terminals/kitty/readme.md diff --git a/extra/templates/neovim/nvim.lua b/extra/templates/text-editors/neovim/nvim.lua similarity index 100% rename from extra/templates/neovim/nvim.lua rename to extra/templates/text-editors/neovim/nvim.lua diff --git a/extra/templates/neovim/readme.md b/extra/templates/text-editors/neovim/readme.md similarity index 100% rename from extra/templates/neovim/readme.md rename to extra/templates/text-editors/neovim/readme.md diff --git a/extra/templates/vscode/code.json b/extra/templates/text-editors/vscode/code.json similarity index 100% rename from extra/templates/vscode/code.json rename to extra/templates/text-editors/vscode/code.json diff --git a/extra/templates/vscode/readme.md b/extra/templates/text-editors/vscode/readme.md similarity index 100% rename from extra/templates/vscode/readme.md rename to extra/templates/text-editors/vscode/readme.md diff --git a/extra/templates/hyprland/hyprland.conf b/extra/templates/wms/hyprland/hyprland.conf similarity index 100% rename from extra/templates/hyprland/hyprland.conf rename to extra/templates/wms/hyprland/hyprland.conf diff --git a/extra/templates/hyprland/readme.md b/extra/templates/wms/hyprland/readme.md similarity index 100% rename from extra/templates/hyprland/readme.md rename to extra/templates/wms/hyprland/readme.md