Skip to content

Commit

Permalink
update built-in dark themes as menus look pale (#59123)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatten committed Sep 24, 2018
1 parent 1b2fdd1 commit 70b9023
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extensions/theme-defaults/themes/dark_defaults.json
Expand Up @@ -13,6 +13,8 @@
"sideBarTitle.foreground": "#BBBBBB",
"input.placeholderForeground": "#A6A6A6",
"settings.textInputBackground": "#292929",
"settings.numberInputBackground": "#292929"
"settings.numberInputBackground": "#292929",
"menu.background": "#252526",
"menu.foreground": "#CCCCCC"
}
}
Expand Up @@ -29,6 +29,8 @@
"activityBar.background": "#221a0f",
"activityBar.foreground": "#d3af86",
"sideBar.background": "#362712",
"menu.background": "#362712",
"menu.foreground": "#CCCCCC",
"editor.lineHighlightBackground": "#5e452b",
"editorCursor.foreground": "#d3af86",
"editorWhitespace.foreground": "#a57a4c",
Expand Down
Expand Up @@ -35,6 +35,8 @@
"activityBarBadge.background": "#3655b5",
"sideBar.background": "#272727",
"sideBarSectionHeader.background": "#505050",
"menu.background": "#272727",
"menu.foreground": "#CCCCCC",
"pickerGroup.foreground": "#b0b0b0",
"terminal.ansiWhite": "#ffffff",
"inputOption.activeBorder": "#3655b5",
Expand Down
2 changes: 2 additions & 0 deletions extensions/theme-monokai/themes/monokai-color-theme.json
Expand Up @@ -54,6 +54,8 @@
"activityBar.dropBackground": "#414339",
"sideBar.background": "#1e1f1c",
"sideBarSectionHeader.background": "#272822",
"menu.background": "#1e1f1c",
"menu.foreground": "#cccccc",
"pickerGroup.foreground": "#75715E",
"input.background": "#414339",
"inputOption.activeBorder": "#75715E",
Expand Down

0 comments on commit 70b9023

Please sign in to comment.