From 282adbf2cec932a4693229bb08a047be5b708e09 Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Mon, 16 Oct 2023 00:52:46 +0100 Subject: [PATCH] =?UTF-8?q?[=F0=9F=90=9B]=20Fixed=20code=20editor=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.less | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/style.less b/src/style.less index 09d74d8..092c6d8 100644 --- a/src/style.less +++ b/src/style.less @@ -179,15 +179,11 @@ launcher { font-family: monospace; } -.ace-monokai .ace_marker-layer .ace_active-line { +.ace_marker-layer .ace_active-line, .ace_layer.ace_gutter-layer.ace_folding-enabled, .ace_gutter { background: var(--mantle)!important; } -.ace_layer.ace_gutter-layer.ace_folding-enabled { - background: var(--mantle)!important; -} - -.ace_content { +.ace_content, .ace_scroller { background: var(--base)!important; } @@ -195,6 +191,6 @@ launcher { background: var(--crust)!important; } -.ace-monokai .ace_marker-layer .ace_selection { +.ace_marker-layer .ace_selection { background: var(--surface-0)!important; } \ No newline at end of file