From 65fc9ecd61f00f338a8cedbc3ca2719f84429c9c 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. --- docs/Adventure/Adventure.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Adventure/Adventure.css b/docs/Adventure/Adventure.css index 62c6e97d9..d2e2a1ecb 100644 --- a/docs/Adventure/Adventure.css +++ b/docs/Adventure/Adventure.css @@ -20,6 +20,8 @@ --red: #d84a33; --black: #040404; --name: 'Adventure'; + --Luma: 0.0156862745098039; + --Contrast: 0.98348; --IsBright: 0; --IsDark: 1; }