We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84bf97 commit 2cd4581Copy full SHA for 2cd4581
.vscode/settings.json
@@ -1,11 +1,16 @@
1
{
2
- "cSpell.words": [
3
- "Cichocki",
4
- "Draggable",
5
- "Marcin",
6
- "com",
7
- "gmail",
8
- "marcincichocki"
9
- ],
10
- "javascript.format.insertSpaceBeforeFunctionParenthesis": true
11
-}
+ "cSpell.words": [
+ "Cichocki",
+ "Draggable",
+ "Marcin",
+ "com",
+ "gmail",
+ "marcincichocki"
+ ],
+ "javascript.format.insertSpaceBeforeFunctionParenthesis": true,
+ "workbench.colorCustomizations": {
12
+ "activityBar.background": "#0e3b35",
13
+ "titleBar.activeBackground": "#145219",
14
+ "titleBar.activeForeground": "#FDFAF5"
15
+ }
16
+}
0 commit comments