Skip to content

Instantly share code, notes, and snippets.

@RMcNeely
Last active February 4, 2020 03:36
Show Gist options
  • Save RMcNeely/96fe02d694a286b9ba5dde801ecb0f28 to your computer and use it in GitHub Desktop.
Save RMcNeely/96fe02d694a286b9ba5dde801ecb0f28 to your computer and use it in GitHub Desktop.
These styles match the elementary OS's own Code application for a more native looking theme of VSCode. Feel free to contribute!
"workbench.colorCustomizations": {
"terminal.selectionBackground": "#D4D4D4",
"terminal.background": "#2B2B2B",
"panel.background": "#002B36",
"editor.background": "#002B36",
"editorGutter.background": "#073642",
"menubar.background": "#ff0000",
"menu.background": "#ff0000",
"activityBar.background": "#3d3d3d",
"sideBar.background": "#3d3d3d",
"sideBar.dropBackground": "#3d3d3d",
"sideBarSectionHeader.background": "#3d3d3d",
"sideBarSectionHeader.border": "#002B36"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment