Skip to content

Instantly share code, notes, and snippets.

@jakeleboeuf
Last active May 31, 2017 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakeleboeuf/aab1986c0337fa607008ed8e6fe196ae to your computer and use it in GitHub Desktop.
Save jakeleboeuf/aab1986c0337fa607008ed8e6fe196ae to your computer and use it in GitHub Desktop.
VS Code Atom One Dark settings
{
[...],
"workbench.colorTheme": "Atom One Dark",
"workbench.colorCustomizations": {
"activityBar.background": "#282C34",
"activityBar.foreground": "#eeeeee",
"activityBarBadge.background": "#2C313A",
"activityBarBadge.foreground": "#ABB2BF",
"sideBar.background": "#2C313A",
"sideBarSectionHeader.background": "#393f48",
"input.background": "#21252c",
"list.activeSelectionBackground": "#3E4451",
"list.activeSelectionForeground": "#ffffff",
"list.inactiveSelectionBackground": "#353944",
"list.focusBackground": "#282C34",
"list.hoverBackground": "#282C34",
"tab.activeBackground": "#282c34",
"tab.inactiveBackground": "#21252c",
"editorGroup.background": "#282c34",
"editorGroupHeader.tabsBackground": "#191c21",
"statusBar.background": "#191c21"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment