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;