From a7b2c588c08be7545dc808e2bbafbbb042d2c9d1 Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Thu, 5 Dec 2019 03:42:19 +0100 Subject: [PATCH] (style) added custom colors for vscode in repo --- .vscode/settings.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..68578af --- /dev/null +++ b/.vscode/settings.json @@ -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" +}