From b858e74981fb8c5a949ac75f9dc36e3c53ee32fd 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. --- css/zenbones-light.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/zenbones-light.css b/css/zenbones-light.css index a5dd11e84..0d888cc4c 100644 --- a/css/zenbones-light.css +++ b/css/zenbones-light.css @@ -20,8 +20,10 @@ --red: #a8334c; --black: #f0edec; --name: 'zenbones_light'; - --IsBright: 1; - --IsDark: 0; + --Luma: 0.931629803921569; + --Contrast: 0.726503529411765; + --IsBright: 0; + --IsDark: 1; } .colorSchemeName::before, .ColorSchemeName::before { content: 'zenbones_light'; }