Skip to content

Commit

Permalink
(style) added custom colors for vscode in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Dec 5, 2019
1 parent 43c1cec commit a7b2c58
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#ffe05c",
"activityBar.activeBorder": "#5a1700",
"activityBar.foreground": "#5a1700",
"activityBar.inactiveForeground": "#995700",
"activityBarBadge.background": "#534741",
"activityBarBadge.foreground": "#ffffff",
"titleBar.activeBackground": "#995700",
"titleBar.inactiveBackground": "#99570099",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#995700",
"statusBarItem.hoverBackground": "#cc7400",
"statusBar.foreground": "#e7e7e7"
},
"peacock.color": "#995700"
}

0 comments on commit a7b2c58

Please sign in to comment.