Skip to content

Commit 2cd4581

Browse files
committed
add project color theme
1 parent c84bf97 commit 2cd4581

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

.vscode/settings.json

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2-
"cSpell.words": [
3-
"Cichocki",
4-
"Draggable",
5-
"Marcin",
6-
"com",
7-
"gmail",
8-
"marcincichocki"
9-
],
10-
"javascript.format.insertSpaceBeforeFunctionParenthesis": true
11-
}
2+
"cSpell.words": [
3+
"Cichocki",
4+
"Draggable",
5+
"Marcin",
6+
"com",
7+
"gmail",
8+
"marcincichocki"
9+
],
10+
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
11+
"workbench.colorCustomizations": {
12+
"activityBar.background": "#0e3b35",
13+
"titleBar.activeBackground": "#145219",
14+
"titleBar.activeForeground": "#FDFAF5"
15+
}
16+
}

0 commit comments

Comments
 (0)