Minor changes to base layer | Fixes some typos

This commit is contained in:
pgm-chardelv1 2021-07-22 10:00:24 +02:00
parent 95de6c7055
commit 8660f73ac1
5 changed files with 50 additions and 17 deletions

View file

@ -1,3 +1,8 @@
{
"files.eol": "\n"
"files.eol": "\n",
"workbench.colorCustomizations": {
"activityBar.background": "#551907",
"titleBar.activeBackground": "#78230A",
"titleBar.activeForeground": "#FFFBFA"
}
}