From e1498c6e8ae9f54cf426633e0e0295b2d1876e6a Mon Sep 17 00:00:00 2001 From: bmvisoky <49735648+bmvisoky@users.noreply.github.com> Date: Fri, 27 Nov 2020 06:03:06 -0700 Subject: [PATCH] Fix graphite light wordcount (#2392) --- src/renderer/assets/themes/graphite.theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/assets/themes/graphite.theme.css b/src/renderer/assets/themes/graphite.theme.css index 7044f4a8..0ecd712c 100644 --- a/src/renderer/assets/themes/graphite.theme.css +++ b/src/renderer/assets/themes/graphite.theme.css @@ -17,7 +17,7 @@ --editorColor60: rgba(43, 48, 50, .6); --editorColor50: rgba(43, 48, 50, .5); --editorColor40: rgba(43, 48, 50, .4); - --editorColor30: rgba(43, 48, 50, .3); + --editorColor30: rgba(150, 150, 150, .8); --editorColor10: rgba(43, 48, 50, .1); --editorColor04: rgba(43, 48, 50, .04); --editorBgColor: #f7f7f7;