diff --git a/theme-arc-blue.css b/theme-arc-blue.css index 3136cc9..472b2f2 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -1017,6 +1017,15 @@ input[type="checkbox"]:checked { .monaco-editor .minimap-slider, .monaco-editor .minimap-slider .minimap-slider-horizontal { background: #09539d66 !important; } +.monaco-editor .find-widget .button { + background: #333 !important; + color: #ddd !important; +} +.codicon[class*="codicon-"] { + background: #333 !important; + color: #ddd !important; +} + .chroma { background-color: inherit; }