-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
52 lines (42 loc) · 1.74 KB
/
settings.json
File metadata and controls
52 lines (42 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"editor.fontSize": 15,
"editor.fontFamily": "'Dank Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.lineHeight": 42,
"workbench.colorTheme": "Material Theme Palenight High Contrast",
"workbench.iconTheme": "eq-material-theme-icons-palenight",
"workbench.colorCustomizations": {
"activityBarBadge.background": "#64FFDA",
"list.activeSelectionForeground": "#64FFDA",
"list.inactiveSelectionForeground": "#64FFDA",
"list.highlightForeground": "#64FFDA",
"scrollbarSlider.activeBackground": "#64FFDA50",
"editorSuggestWidget.highlightForeground": "#64FFDA",
"textLink.foreground": "#64FFDA",
"progressBar.background": "#64FFDA",
"pickerGroup.foreground": "#64FFDA",
"tab.activeBorder": "#64FFDA",
"notificationLink.foreground": "#64FFDA",
"editorWidget.resizeBorder": "#64FFDA",
"editorWidget.border": "#64FFDA",
"settings.modifiedItemIndicator": "#64FFDA",
"settings.headerForeground": "#64FFDA",
"panelTitle.activeBorder": "#64FFDA",
"breadcrumb.activeSelectionForeground": "#64FFDA",
"menu.selectionForeground": "#64FFDA",
"menubar.selectionForeground": "#64FFDA"
},
"materialTheme.cache.workbench.settings": {
"accent": "Acid Lime",
"accentPrevious": "Orange"
},
"editor.cursorStyle": "line-thin",
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.smoothScrolling": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"window.zoomLevel": 0,
"workbench.editor.enablePreview": false,
"materialTheme.accent": "Bright Teal"
}