Update 'theme-arc-blue.css'

This commit is contained in:
nous 2021-04-25 22:50:40 +02:00
parent 4a38fbeb32
commit 439eb20625
1 changed files with 9 additions and 0 deletions

View File

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