Skip to content

Commit

Permalink
fix monaco suggest list highlight color overlap in light theme
Browse files Browse the repository at this point in the history
Signed-off-by: vencial lee <venciallee@gmail.com>
  • Loading branch information
liwenchao committed Apr 18, 2023
1 parent f8654ec commit bdc7a9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/monaco/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@
background-color: var(--theia-input-background) !important;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused>.contents>.main .monaco-highlighted-label .highlight {
color: var(--vscode-editorSuggestWidget-focusHighlightForeground) !important;
}

.symbol-icon-center {
align-self: center;
margin-right: 4px;
Expand Down

0 comments on commit bdc7a9d

Please sign in to comment.