From e0707e2bb1c8a897f8666c35b35296da314bb96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Sun, 6 Sep 2026 17:38:48 +0200 Subject: [PATCH] change colors a bit --- client/homebrew/editor/snippetbar/snippetbar.less | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index 92faf61ed..9149778bf 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -8,7 +8,6 @@ --textColor : black; --hoverMenuColor : #; - @menuHeight : 25px; position : relative; display : flex; @@ -238,8 +237,7 @@ } .editor.darkMode .snippetBar { - --activeTriggerColor: #777; - --menuColor : #333; - --textColor : #ddd; + --activeTriggerColor: #888; + --menuColor : #666; + --textColor : #eee; } -