Extend wallpaper theming to Zen, VSCodium, and GNOME accents
- Zen browser: generates userChrome.css with palette colors - VSCodium: merges workbench.colorCustomizations into settings.json - GNOME: maps palette hue to closest accent color preset - Add jq to GNOME packages for JSON merging Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1ca92e96ba
commit
8359853fc9
5 changed files with 96 additions and 0 deletions
|
|
@ -48,6 +48,14 @@
|
|||
input_path = "${inputs.self}/templates/gtk4-colors.css"
|
||||
output_path = "${config.home.homeDirectory}/.config/gtk-4.0/colors.css"
|
||||
|
||||
[templates.zen]
|
||||
input_path = "${inputs.self}/templates/zen-userChrome.css"
|
||||
output_path = "${config.home.homeDirectory}/.zen/fraudek5.Default Profile/chrome/userChrome.css"
|
||||
|
||||
[templates.vscodium]
|
||||
input_path = "${inputs.self}/templates/vscodium-colors.json"
|
||||
output_path = "${config.home.homeDirectory}/.local/share/matugen/vscodium-colors.json"
|
||||
|
||||
[templates.recolor-folders]
|
||||
input_path = "${inputs.self}/templates/recolor-folders.sh"
|
||||
output_path = "${config.home.homeDirectory}/.local/share/matugen/recolor-folders.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue