|
@@ -58,5 +58,29 @@
|
|
},
|
|
},
|
|
"editor.tabSize": 4,
|
|
"editor.tabSize": 4,
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
- "typescript.preferences.importModuleSpecifier": "relative"
|
|
|
|
|
|
+ "typescript.preferences.importModuleSpecifier": "relative",
|
|
|
|
+ "workbench.colorCustomizations": {
|
|
|
|
+ "activityBar.background": "#3F3461",
|
|
|
|
+ "activityBar.foreground": "#d5d2ca",
|
|
|
|
+ "activityBarBadge.background": "#bb464b",
|
|
|
|
+ "titleBar.activeBackground": "#201936",
|
|
|
|
+ "panelTitle.activeForeground": "#d5d2ca",
|
|
|
|
+ "tab.activeBackground": "#bb464b",
|
|
|
|
+ "menubar.selectionBackground": "#bb464b",
|
|
|
|
+ "menubar.selectionForeground": "#ffffff",
|
|
|
|
+ "menu.background": "#2a2342",
|
|
|
|
+ "menu.selectionBackground": "#bb464b",
|
|
|
|
+ "dropdown.background": "#2a2342",
|
|
|
|
+ "dropdown.listBackground": "#2a2342",
|
|
|
|
+ "dropdown.border": "#3F3461",
|
|
|
|
+ "button.background": "#3F3461",
|
|
|
|
+ "button.foreground": "#d5d2ca",
|
|
|
|
+ "panel.border": "#3F3461",
|
|
|
|
+ "panelTitle.activeBorder": "#9379e6",
|
|
|
|
+ "statusBar.background": "#9379e6",
|
|
|
|
+ "focusBorder": "#3F3461",
|
|
|
|
+ "list.activeSelectionBackground": "#3F3461",
|
|
|
|
+ "textLink.foreground": "#3F3461",
|
|
|
|
+ "textLink.activeForeground": "#9379e6",
|
|
|
|
+ }
|
|
}
|
|
}
|