From 8453bb64d330ba4bbb268e2593e95a86477eec1c Mon Sep 17 00:00:00 2001
From: Indrajith K L
Date: Sun, 23 Nov 2025 19:20:09 +0530
Subject: Dot File for niri Desktop
---
kitty/kitty-themes/.tools/extract-vscode.sh | 5 -----
1 file changed, 5 deletions(-)
delete mode 100755 kitty/kitty-themes/.tools/extract-vscode.sh
(limited to 'kitty/kitty-themes/.tools/extract-vscode.sh')
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 | ascii_upcase) | ltrimstr(\"terminal\") | sub(\"(?.)\"; .a | ascii_downcase)):.value}) | add" < "$theme" > "terminal/${theme%.*}.json"
--
cgit v1.2.3