From 775c9d07108ee9a1f10b4aa71542ef50eeabfa2a Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Thu, 24 Oct 2024 06:48: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/Alabaster.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/Alabaster.css b/css/Alabaster.css index 851c94713..9034edca8 100644 --- a/css/Alabaster.css +++ b/css/Alabaster.css @@ -20,8 +20,10 @@ --red: #aa3731; --black: #000000; --name: 'Alabaster'; - --IsBright: 1; - --IsDark: 0; + --Luma: 0.968627450980392; + --Contrast: 0.968627450980392; + --IsBright: 0; + --IsDark: 1; } .colorSchemeName::before, .ColorSchemeName::before { content: 'Alabaster'; }