From 7a951dcf090813be4a4a6a52216d23b0a4bfa719 Mon Sep 17 00:00:00 2001 From: Joseph Humfrey Date: Thu, 16 Jun 2022 09:38:08 +0100 Subject: [PATCH] Make customInstruction colour more faded for focus theme --- app/renderer/focus.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/renderer/focus.css b/app/renderer/focus.css index 6d30a860..e1e3600d 100644 --- a/app/renderer/focus.css +++ b/app/renderer/focus.css @@ -139,8 +139,8 @@ } /* Custom instructions, e.g. >>> */ -.window.focus .window.contrast .ace_editor span.ace_customInstruction { - color: #c36f6f; +.window.focus .ace_editor span.ace_customInstruction { + color: #5f4c4c; } .window.focus ::-webkit-scrollbar {