pi matugen theme

This commit is contained in:
2026-02-19 23:59:42 +00:00
parent 371ab008ae
commit a9362d767e
4 changed files with 239 additions and 3 deletions

View File

@@ -46,3 +46,8 @@ output_path = '~/.config/jjui/themes/matugen.toml'
input_path = '~/.config/matugen/templates/neovim.lua'
output_path = '~/.config/nvim/lua/plugins/dankcolors.lua'
post_hook = 'nohup ~/.config/matugen/scripts/sync-nvim-mac.sh >/dev/null 2>&1 &'
[templates.pi]
input_path = '~/.config/matugen/templates/pi-theme.json'
output_path = '~/.pi/agent/themes/matugen.json.tmp'
post_hook = 'cat ~/.pi/agent/themes/matugen.json.tmp > ~/.pi/agent/themes/matugen.json'