Update menu selected state colors

This commit is contained in:
David Dossett 2024-04-17 15:18:30 -07:00
parent 362ac635f5
commit 2fb4572cce
No known key found for this signature in database
GPG Key ID: 52AE5593859A97F3
2 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,7 @@
"inputOption.activeBorder": "#2488DB",
"keybindingLabel.foreground": "#CCCCCC",
"menu.background": "#1F1F1F",
"menu.selectionBackground": "#0078d4",
"notificationCenterHeader.background": "#1F1F1F",
"notificationCenterHeader.foreground": "#CCCCCC",
"notifications.background": "#1F1F1F",

View File

@ -62,6 +62,8 @@
"list.hoverBackground": "#F2F2F2",
"list.focusAndSelectionOutline": "#005FB8",
"menu.border": "#CECECE",
"menu.selectionBackground": "#005FB8",
"menu.selectionForeground": "#ffffff",
"notebook.cellBorderColor": "#E5E5E5",
"notebook.selectedCellBackground": "#C8DDF150",
"notificationCenterHeader.background": "#FFFFFF",