From f8b2a478047813863459e85caf0fe8713b55588c Mon Sep 17 00:00:00 2001 From: Texas Toland Date: Wed, 6 Oct 2021 08:55:59 +0800 Subject: [PATCH] Fix contrast of invalid scope Fixes #30 with the foreground color from the dark theme. Increases contrast from 1.01 (invisible): https://polypane.app/color-contrast/#fg=#F8F8F0&bg=#f8f8ff&level=aa&format=hex To 1.93: https://polypane.app/color-contrast/#fg=#B3B3D4&bg=#f8f8ff&level=aa&format=hex --- themes/Tinacious Design (Light)-color-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Tinacious Design (Light)-color-theme.json b/themes/Tinacious Design (Light)-color-theme.json index e91002f..98f5003 100644 --- a/themes/Tinacious Design (Light)-color-theme.json +++ b/themes/Tinacious Design (Light)-color-theme.json @@ -680,7 +680,7 @@ "settings": { "background": "#FF3399", "fontStyle": "", - "foreground": "#F8F8F0" + "foreground": "#B3B3D4" } }, {