Skip to content

Commit 97d1077

Browse files
committed
add settings.json to vscode
1 parent 0cd6e0e commit 97d1077

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
///////////////////////////////////
4+
"window.activeBorder": "#ff2424",
5+
///////////////////////////////////
6+
"activityBar.background": "#b4b100",
7+
"activityBar.foreground": "#000000",
8+
"activityBar.inactiveForeground": "#414141",
9+
///////////////////////////////////
10+
"titleBar.activeBackground": "#b4b100",
11+
"titleBar.activeForeground": "#000000",
12+
"titleBar.inactiveBackground": "#b4b100",
13+
"titleBar.inactiveForeground": "#000000",
14+
"titleBar.foreground": "#ffffff"
15+
///////////////////////////////////
16+
},
17+
"window.title": "📦 ${rootName} | ${activeEditorShort}${separator}${dirty}"
18+
}

0 commit comments

Comments
 (0)