From f53b37a332bb1d6f0d4a7f397dfe955900c69db2 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Fri, 18 Oct 2024 05:48:34 +0000 Subject: [PATCH] feat: 4bitcss json files and credits ( Fixes #79, Fixes #80 ) Adjusting json value casing --- json/xcodedark.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/xcodedark.json b/json/xcodedark.json index 64cd8092e..24c688782 100644 --- a/json/xcodedark.json +++ b/json/xcodedark.json @@ -1 +1 @@ -{"name":"xcodedark","black":"#414453","red":"#ff8170","green":"#78c2b3","yellow":"#d9c97c","blue":"#4eb0cc","purple":"#ff7ab2","cyan":"#b281eb","white":"#dfdfe0","brightBlack":"#7f8c98","brightRed":"#ff8170","brightGreen":"#acf2e4","brightYellow":"#ffa14f","brightBlue":"#6bdfff","brightPurple":"#ff7ab2","brightCyan":"#dabaff","brightWhite":"#dfdfe0","background":"#292a30","foreground":"#dfdfe0","cursorColor":"#dfdfe0","selectionBackground":"#414453","Credits":null} \ No newline at end of file +{"name":"xcodedark","black":"#414453","red":"#ff8170","green":"#78c2b3","yellow":"#d9c97c","blue":"#4eb0cc","purple":"#ff7ab2","cyan":"#b281eb","white":"#dfdfe0","brightBlack":"#7f8c98","brightRed":"#ff8170","brightGreen":"#acf2e4","brightYellow":"#ffa14f","brightBlue":"#6bdfff","brightPurple":"#ff7ab2","brightCyan":"#dabaff","brightWhite":"#dfdfe0","background":"#292a30","foreground":"#dfdfe0","cursorColor":"#dfdfe0","selectionBackground":"#414453","credits":[]} \ No newline at end of file