Skip to content

Instantly share code, notes, and snippets.

@fklement
Created June 11, 2019 08:06
Show Gist options
  • Save fklement/b5b437599b404e2e417611ef1d5eb863 to your computer and use it in GitHub Desktop.
Save fklement/b5b437599b404e2e417611ef1d5eb863 to your computer and use it in GitHub Desktop.
Workbench adjustments for VS-Code for OneDark-Pro-bold
{
"workbench.colorCustomizations": {
"focusBorder": "#FFFFFF00",
"editorCursor.foreground": "#ffcc00a8",
"editorRuler.foreground": "#4E5579",
"scrollbar.shadow": "#292D3E00",
"editorLink.activeForeground": "#A6ACCD",
"selection.background": "#A6ACCD",
"progressBar.background": "#80CBC4",
"textLink.foreground": "#80CBC4",
"textLink.activeForeground": "#A6ACCD",
"editorLineNumber.foreground": "#3A3F58",
"editorLineNumber.activeForeground": "#757CA1",
"editorBracketMatch.border": "#FFCC0050",
"editorBracketMatch.background": "#292D3E",
"editorWhitespace.foreground": "#A6ACCD40",
"editor.background": "#292D3E",
"editor.foreground": "#A6ACCD",
"editor.lineHighlightBackground": "#00000050",
"editor.selectionBackground": "#717CB450",
"editor.selectionHighlightBackground": "#FFCC0020",
"editorOverviewRuler.border": "#292D3E",
"editorHoverWidget.background": "#292D3E",
"editorHoverWidget.border": "#FFFFFF10",
"editorIndentGuide.background": "#4E557970",
"editorIndentGuide.activeBackground": "#4E5579",
"editorGroupHeader.tabsBackground": "#292D3E",
"editorGroup.border": "#00000030",
"editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "#C3E88D60",
"editorGutter.deletedBackground": "#FF537060",
"tab.activeBorder": "#ffe70b",
"tab.activeBackground": "#1b1e2bc9",
"tab.unfocusedActiveBorder": "#676E95",
"tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#757CA1",
"tab.inactiveBackground": "#292D3E",
"tab.unfocusedActiveForeground": "#A6ACCD",
"tab.border": "#292D3E",
"statusBar.noFolderBackground": "#292D3E",
"statusBar.border": "#00000060",
"statusBar.background": "#1B1E2B",
"statusBar.foreground": "#676E95",
"statusBar.debuggingBackground": "#C792EA",
"statusBar.debuggingForeground": "#ffffff",
"statusBarItem.hoverBackground": "#676E9520",
"activityBar.background": "#1B1E2B",
"activityBar.border": "#00000060",
"activityBar.foreground": "#A6ACCD",
"activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000",
"titleBar.activeBackground": "#1B1E2B",
"titleBar.activeForeground": "#A6ACCD",
"titleBar.inactiveBackground": "#1B1E2B",
"titleBar.inactiveForeground": "#757CA1",
"sideBar.background": "#1B1E2B",
"sideBar.foreground": "#757CA1",
"sideBar.border": "#00000060",
"titleBar.border": "#00000060",
"sideBarTitle.foreground": "#A6ACCD",
"sideBarSectionHeader.background": "#1B1E2B",
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment