From de99de0babdb8e8b8380ff2ebdced3c6246eb43a Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Thu, 24 Oct 2024 06:49:31 +0000 Subject: [PATCH] feat: Export-4bitCSS - Adding --Luma and --Contrast ( Fixes #94, Fixes #95 ) Also, changing brightness threshold to match iTermColorSchemes repo. Fixing inner function name. --- docs/xcodelight/xcodelight.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/xcodelight/xcodelight.css b/docs/xcodelight/xcodelight.css index f067718ac..e08609cdf 100644 --- a/docs/xcodelight/xcodelight.css +++ b/docs/xcodelight/xcodelight.css @@ -20,8 +20,10 @@ --red: #d12f1b; --black: #b4d8fd; --name: 'xcodelight'; - --IsBright: 1; - --IsDark: 0; + --Luma: 1; + --Contrast: 0.850980392156863; + --IsBright: 0; + --IsDark: 1; } .colorSchemeName::before, .ColorSchemeName::before { content: 'xcodelight'; }