summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: dd10108fb4e453eaf2f92783a6d6f41ce1a08943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
     "workbench.colorCustomizations": {
          "activityBar.activeBackground": "#1a1a1a",
          "activityBar.background": "#1a1a1a",
          "activityBar.foreground": "#e7e7e7",
          "activityBar.inactiveForeground": "#e7e7e799",
          "activityBarBadge.background": "#606020",
          "activityBarBadge.foreground": "#e7e7e7",
          "commandCenter.border": "#e7e7e799",
          "sash.hoverBorder": "#1a1a1a",
          "statusBar.background": "#000000",
          "statusBar.foreground": "#e7e7e7",
          "statusBarItem.hoverBackground": "#1a1a1a",
          "statusBarItem.remoteBackground": "#000000",
          "statusBarItem.remoteForeground": "#e7e7e7",
          "titleBar.activeBackground": "#000000",
          "titleBar.activeForeground": "#e7e7e7",
          "titleBar.inactiveBackground": "#00000099",
          "titleBar.inactiveForeground": "#e7e7e799"
     },
     "peacock.color": "black"
}