diff options
Diffstat (limited to 'kitty/kitty-themes/.tools/extract-vscode.sh')
| -rwxr-xr-x | kitty/kitty-themes/.tools/extract-vscode.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kitty/kitty-themes/.tools/extract-vscode.sh b/kitty/kitty-themes/.tools/extract-vscode.sh deleted file mode 100755 index 71a69305d..000000000 --- a/kitty/kitty-themes/.tools/extract-vscode.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/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" |
