Skip to content

Commit

Permalink
monaco: fix suggest list highlighting (#12317)
Browse files Browse the repository at this point in the history
The commit fixes the theming for the suggest list when searching for terms. Previously the highlighting would be difficult to see especially for light color themes. 

Signed-off-by: venciallee <venciallee@gmail.com>
  • Loading branch information
venciallee authored May 15, 2023
1 parent 8194a49 commit 7f1d6a8
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 7f1d6a8

Please sign in to comment.