Skip to content

Commit 999faff

Browse files
authored
style: design light selected background color (#4016)
1 parent b6a321f commit 999faff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/design/src/browser/theme/light-theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ export default {
562562
'editorGroup.dropBackground': '#5F656B40',
563563
'editorGroup.emptyBackground': '#ffffff',
564564
'editorGroupHeader.tabsBackground': '#DDE8F4',
565-
'editorSuggestWidget.selectedBackground': '#1A66AC',
565+
'editorSuggestWidget.selectedBackground': '#6eb6fa40',
566566
errorForeground: '#D21F28',
567567
focusBorder: '#151b2129',
568568
foreground: '#151b21d9',

0 commit comments

Comments
 (0)