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; } -