diff --git a/sa-mp.code-workspace b/sa-mp.code-workspace index 88249c5..7c2cc5c 100644 --- a/sa-mp.code-workspace +++ b/sa-mp.code-workspace @@ -25,6 +25,16 @@ "**/*.zip": true, "**/*.*.old": true, "include": true, - } + }, + "workbench.colorCustomizations": { + "titleBar.activeBackground": "#009acc", + "titleBar.inactiveBackground": "#009acc99", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveForeground": "#e7e7e799", + "statusBar.background": "#009acc", + "statusBarItem.hoverBackground": "#00c1ff", + "statusBar.foreground": "#e7e7e7" + }, + "peacock.color": "#00C0FF" } } \ No newline at end of file