From 33ecd68a70351752ed2e23bf30fbb221bddcad7f Mon Sep 17 00:00:00 2001 From: Starfall Date: Mon, 6 Nov 2023 10:06:15 -0600 Subject: Tomorrow's Stars: rescale greys in oklch --- preview.html | 33 ++++++++++++++++----------------- tomorrows-stars.theme | 8 ++++---- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/preview.html b/preview.html index 8bdf75e..411f7f8 100644 --- a/preview.html +++ b/preview.html @@ -142,10 +142,10 @@ a:hover { @@ -184,6 +183,6 @@ a:hover { ██████████████████
██████████████████
-██████████████████████
-Adapted from Chris Kempson's Tomorrow themes. +████████████████████
+Adapted from Chris Kempson's Tomorrow themes, grey rescaled in the Oklch color space and yellow made a little less green-tinted. diff --git a/tomorrows-stars.theme b/tomorrows-stars.theme index bb51246..c745075 100644 --- a/tomorrows-stars.theme +++ b/tomorrows-stars.theme @@ -1,8 +1,8 @@ [Scheme] Name=Tomorrow's Stars -ColorForeground=#c5c8c6 -ColorBackground=#1d1f21 +ColorForeground=#e6dec8 +ColorBackground=#0f171f TabActivityColor=#f5871f -ColorPalette=#282a2e;#d54e53;#b9ca4a;#e7ba47;#7aa6da;#c397d8;#70c0b1;#969896;#373b41;#cc6666;#b5bd68;#f0c674;#81a2be;#b294bb;#8abeb7;#c5c8c6 -ColorBold=#d6d6d6 +ColorPalette=#282f35;#d54e53;#b9ca4a;#e7ba47;#7aa6da;#c397d8;#70c0b1;#a19e98;#44484d;#cc6666;#b5bd68;#f0c674;#81a2be;#b294bb;#8abeb7;#e6dec8 +ColorBold=#f9eed1 ColorBoldUseDefault=FALSE -- cgit