Skip to content

Commit 70b9023

Browse files
authored
update built-in dark themes as menus look pale (microsoft#59123)
1 parent 1b2fdd1 commit 70b9023

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

extensions/theme-defaults/themes/dark_defaults.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"sideBarTitle.foreground": "#BBBBBB",
1414
"input.placeholderForeground": "#A6A6A6",
1515
"settings.textInputBackground": "#292929",
16-
"settings.numberInputBackground": "#292929"
16+
"settings.numberInputBackground": "#292929",
17+
"menu.background": "#252526",
18+
"menu.foreground": "#CCCCCC"
1719
}
1820
}

extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"activityBar.background": "#221a0f",
3030
"activityBar.foreground": "#d3af86",
3131
"sideBar.background": "#362712",
32+
"menu.background": "#362712",
33+
"menu.foreground": "#CCCCCC",
3234
"editor.lineHighlightBackground": "#5e452b",
3335
"editorCursor.foreground": "#d3af86",
3436
"editorWhitespace.foreground": "#a57a4c",

extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
"activityBarBadge.background": "#3655b5",
3636
"sideBar.background": "#272727",
3737
"sideBarSectionHeader.background": "#505050",
38+
"menu.background": "#272727",
39+
"menu.foreground": "#CCCCCC",
3840
"pickerGroup.foreground": "#b0b0b0",
3941
"terminal.ansiWhite": "#ffffff",
4042
"inputOption.activeBorder": "#3655b5",

extensions/theme-monokai/themes/monokai-color-theme.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
"activityBar.dropBackground": "#414339",
5555
"sideBar.background": "#1e1f1c",
5656
"sideBarSectionHeader.background": "#272822",
57+
"menu.background": "#1e1f1c",
58+
"menu.foreground": "#cccccc",
5759
"pickerGroup.foreground": "#75715E",
5860
"input.background": "#414339",
5961
"inputOption.activeBorder": "#75715E",

0 commit comments

Comments
 (0)