Update 'theme-arc-blue.css'

This commit is contained in:
nous 2020-12-10 20:25:42 +01:00
parent b0af3642d9
commit 11481eda2c
1 changed files with 17 additions and 0 deletions

View File

@ -1116,3 +1116,20 @@
.monaco-editor .minimap-slider, .monaco-editor .minimap-slider .minimap-slider-horizontal {
background: #09539d66;
}
.chroma {
background-color: inherit;
}
a.blob-excerpt {
background: #131;
}
.chroma .s1 {
color: #aaa;
}
.chroma .gd {
color: #faa;
background-color: #622;
}
.chroma .gi {
color: #ada;
background-color: #242;
}