feat: Ajout ~/.config/kitty

This commit is contained in:
2025-02-13 22:47:08 +01:00
parent b49f5153a0
commit d810919bf3
227 changed files with 9389 additions and 0 deletions
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
theme=$1
jq ".colors | to_entries | map(select(.key | match(\"terminal.*\"))) | map({(.key | gsub(\"\\\\.(?<a>.)\"; .a | ascii_upcase) | ltrimstr(\"terminal\") | sub(\"(?<a>.)\"; .a | ascii_downcase)):.value}) | add" < "$theme" > "terminal/${theme%.*}.json"