This commit is contained in:
2020-05-25 16:07:30 +03:00
parent 0753359f07
commit 13971100cf
55 changed files with 32279 additions and 6964 deletions

20
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,20 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#d04649",
"activityBar.activeBorder": "#37cb34",
"activityBar.background": "#d04649",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#37cb34",
"activityBarBadge.foreground": "#15202b",
"statusBar.background": "#b52e31",
"statusBar.border": "#b52e31",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#d04649",
"titleBar.activeBackground": "#b52e31",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.border": "#b52e31",
"titleBar.inactiveBackground": "#b52e3199",
"titleBar.inactiveForeground": "#e7e7e799"
}
}