From db366739bd8d8ce46d63af2a9ebde987aa2f3cfb Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Fri, 18 Oct 2024 06:09:12 +0000 Subject: [PATCH] feat: 4bitcss luma and contrast ( Fixes #81, Fixes #82 ) Making a single value --- json/xcodelighthc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/xcodelighthc.json b/json/xcodelighthc.json index 61a6eb7cd..b6a79fde4 100644 --- a/json/xcodelighthc.json +++ b/json/xcodelighthc.json @@ -1 +1 @@ -{"name":"xcodelighthc","black":"#b4d8fd","red":"#ad1805","green":"#355d61","yellow":"#78492a","blue":"#0058a1","purple":"#9c2191","cyan":"#703daa","white":"#000000","brightBlack":"#8a99a6","brightRed":"#ad1805","brightGreen":"#174145","brightYellow":"#78492a","brightBlue":"#003f73","brightPurple":"#9c2191","brightCyan":"#441ea1","brightWhite":"#000000","background":"#ffffff","foreground":"#000000","cursorColor":"#000000","selectionBackground":"#b4d8fd","credits":[],"luma":[1.0],"contrast":[1.0]} \ No newline at end of file +{"name":"xcodelighthc","black":"#b4d8fd","red":"#ad1805","green":"#355d61","yellow":"#78492a","blue":"#0058a1","purple":"#9c2191","cyan":"#703daa","white":"#000000","brightBlack":"#8a99a6","brightRed":"#ad1805","brightGreen":"#174145","brightYellow":"#78492a","brightBlue":"#003f73","brightPurple":"#9c2191","brightCyan":"#441ea1","brightWhite":"#000000","background":"#ffffff","foreground":"#000000","cursorColor":"#000000","selectionBackground":"#b4d8fd","credits":[],"luma":1.0,"contrast":[1.0]} \ No newline at end of file