alm
Version:
The best IDE for TypeScript
10 lines (8 loc) • 336 B
CSS
/* Make the highlights same as the one is other lists */
.monaco-list .monaco-highlighted-label .highlight {
color: #66d9ef ; /* same as `selectListView` renderMatchedSegments style */
}
/* make the default + selected background color more amenable */
.vs-dark .monaco-list-row.focused {
background-color: #00305a;
}