-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvs_code_theme_settings.json
More file actions
46 lines (40 loc) · 1.28 KB
/
vs_code_theme_settings.json
File metadata and controls
46 lines (40 loc) · 1.28 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
{
"workbench.colorTheme": "One Dark Pro Vivid",
"workbench.colorCustomizations": {
"[One Dark Pro Vivid]": {
"activityBar.background": "#0c0c0c",
"editor.background": "#000000",
"editorGroupHeader.tabsBackground": "#0c0c0c",
"tab.inactiveBackground": "#000000",
"tab.activeBackground": "#111111",
"sideBar.background": "#050505",
"sideBarSectionHeader.background": "#111111",
"list.hoverBackground": "#22283b",
"terminal.foreground": "#c8c8c8"
}
},
"editor.tokenColorCustomizations": {
"[One Dark Pro Vivid]": {
"functions": "#ff0d86",
"keywords": "#ff0d86",
"strings": "#00f693",
"numbers": "#faef00",
"types": "#00fffb"
}
},
"editor.detectIndentation": true,
"editor.fontSize": 16,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.wordWrap": "on",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"html.format.contentUnformatted": "pre,code,textarea,style",
"terminal.integrated.fontSize": 16,
"terminal.integrated.rendererType": "dom",
"window.zoomLevel": 0,
"workbench.editor.enablePreview": false,
"workbench.sideBar.location": "left",
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.visible": false
}