Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Undo setting.json change
  • Loading branch information
kamranayub committed Apr 8, 2020
commit 6976cb37eda39f530f192ae51e535e0a7c3e7282
23 changes: 6 additions & 17 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#ff7482",
"activityBar.activeBackground": "#ff7482",
"activityBar.activeBorder": "#70ff60",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#70ff60",
"activityBarBadge.foreground": "#15202b",
"titleBar.activeBackground": "#ff4154",
"titleBar.inactiveBackground": "#ff415499",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#ff4154",
"statusBarItem.hoverBackground": "#ff7482",
"statusBar.foreground": "#e7e7e7"
},
"peacock.color": "#ff4154"
}
"titleBar.activeBackground": "#ff4154", // change this color!
"titleBar.inactiveBackground": "#ff4154", // change this color!
"titleBar.activeForeground": "#ffffff", // change this color!
"titleBar.inactiveForeground": "#ffffff" // change this color!
}
}