From 25f6830c9cf7c2164871f8cb3d26ceb4ef725414 Mon Sep 17 00:00:00 2001 From: fdarcey Date: Tue, 28 Nov 2023 12:43:13 -0700 Subject: [PATCH] gave dark grays text-with-main-color and text-with-accent-color at #FFFFFF --- src/renderer/themes.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/renderer/themes.css b/src/renderer/themes.css index 603b21750..a2dc1bbf2 100644 --- a/src/renderer/themes.css +++ b/src/renderer/themes.css @@ -369,6 +369,7 @@ it can be safely elided. This looks quite pleasant on this theme. */ --primary-color: #696969; --primary-color-hover: #555555; --primary-color-active: #4E4E4E; + --text-with-main-color: #FFFFFF; } .mainDraculaCyan, @@ -765,6 +766,7 @@ it can be safely elided. This looks quite pleasant on this theme. */ --accent-color-active: #4E4E4E; --accent-color-light: #A5A5A5; --accent-color-visited: #444444; + --text-with-accent-color: #FFFFFF; --accent-color-opacity1: rgba(105,105,105,0.04); --accent-color-opacity2: rgba(105,105,105,0.12); --accent-color-opacity3: rgba(105,105,105,0.16);