chezmoi/dot_config/kitty/kitty-themes/dot_tools/executable_extract-vscode.sh
kjuulh 9cedfd61f6
feat: chezmoi
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-24 12:31:59 +02:00

6 lines
281 B
Bash

#!/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"