Skip to content

Instantly share code, notes, and snippets.

@bonanitech
Last active May 15, 2019 19:55
Show Gist options
  • Save bonanitech/088818b68fbb794a875a126da5fe698e to your computer and use it in GitHub Desktop.
Save bonanitech/088818b68fbb794a875a126da5fe698e to your computer and use it in GitHub Desktop.
VSCode Midnight Dark Theme (applied over Default Dark+)
{
"workbench.colorCustomizations": {
"activityBar.background": "#434954",
"editor.background": "#2E333A",
"editor.lineHighlightBorder": "#383C45",
"list.inactiveSelectionBackground": "#383C45",
"sideBar.background": "#383C45",
"sideBarSectionHeader.background": "#434954"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment