Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpapa committed Oct 8, 2019
1 parent ff8a2ce commit 6af71e0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"eslint.enable": true,
"workbench.colorCustomizations": {
"activityBar.background": "#f9e64f",
"activityBar.background": "#fbed80",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#059a89",
"activityBarBadge.foreground": "#e7e7e7",
"activityBarBadge.background": "#06b9a5",
"activityBarBadge.foreground": "#15202b",
"titleBar.activeBackground": "#f9e64f",
"titleBar.inactiveBackground": "#f9e64f99",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveForeground": "#15202b99",
"statusBar.background": "#f9e64f",
"statusBarItem.hoverBackground": "#f7df1e",
"statusBar.foreground": "#15202b",
"panel.border": "#f9e64f",
"sideBar.border": "#f9e64f",
"editorGroup.border": "#f9e64f",
"tab.activeBorder": "#f9e64f"
"panel.border": "#fbed80",
"sideBar.border": "#fbed80",
"editorGroup.border": "#fbed80",
"tab.activeBorder": "#fbed80"
},
"peacock.color": "#f9e64f"
"peacock.color": "#f9e64f",
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 6af71e0

Please sign in to comment.