Skip to content

Commit 2fb4572

Browse files
committed
Update menu selected state colors
1 parent 362ac63 commit 2fb4572

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

extensions/theme-defaults/themes/dark_modern.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"inputOption.activeBorder": "#2488DB",
5555
"keybindingLabel.foreground": "#CCCCCC",
5656
"menu.background": "#1F1F1F",
57+
"menu.selectionBackground": "#0078d4",
5758
"notificationCenterHeader.background": "#1F1F1F",
5859
"notificationCenterHeader.foreground": "#CCCCCC",
5960
"notifications.background": "#1F1F1F",

extensions/theme-defaults/themes/light_modern.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
"list.hoverBackground": "#F2F2F2",
6363
"list.focusAndSelectionOutline": "#005FB8",
6464
"menu.border": "#CECECE",
65+
"menu.selectionBackground": "#005FB8",
66+
"menu.selectionForeground": "#ffffff",
6567
"notebook.cellBorderColor": "#E5E5E5",
6668
"notebook.selectedCellBackground": "#C8DDF150",
6769
"notificationCenterHeader.background": "#FFFFFF",

0 commit comments

Comments
 (0)