-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode-settings.json
62 lines (61 loc) · 2.91 KB
/
vscode-settings.json
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
53
54
55
56
57
58
59
60
61
62
{
"editor.fontFamily": "Roboto mono, Iosevka Nerd Font, Feather",
"workbench.colorTheme": "One Dark Pro Darker",
"window.menuBarVisibility": "toggle",
"terminal.integrated.tabs.enabled": true,
"oneDarkPro.markdownStyle": false,
"window.titleBarStyle": "custom",
"window.customMenuBarAltFocus": false,
"workbench.colorCustomizations": {
"[One Dark Pro Darker]": {
"terminal.background": "#1b1b25",
"sideBar.background": "#1b1b25",
"focusBorder": "#16161e",
"activityBar.background": "#16161e",
"editor.background": "#1b1b25",
"button.background": "#16161e",
"widget.shadow": "#16161e",
"selection.background": "#16161e",
"descriptionForeground": "#F8F8F2",
"errorForeground": "#F8F8F2",
"icon.foreground": "#F8F8F2",
"window.activeBorder": "#16161e",
"window.inactiveBorder": "#16161e",
"editorGroup.border": "#302e31",
"editorGroup.dropBackground": "#16161e",
"editorGroupHeader.noTabsBackground": "#16161e",
"editorGroupHeader.tabsBackground": "#16161e",
"editorGroupHeader.tabsBorder": "#16161e",
"editorGroupHeader.border": "#1b1b25",
"editorGroup.emptyBackground": "#1b1b25",
"editorGroup.focusedEmptyBorder": "#16161e",
"tab.activeBackground": "#1b1b25",
"tab.unfocusedActiveBackground": "#1b1b25",
"tab.activeForeground": "#fff",
"tab.inactiveForeground": "#F8F8F2",
"tab.inactiveBackground": "#16161e",
"tab.unfocusedInactiveBackground": "#16161e",
"editorPane.background": "#16161e",
"foreground": "#F8F8F2",
"sideBar.border": "#302e31",
"sideBarSectionHeader.background": "#16161e",
"editorWidget.background": "#16161e",
"editorSuggestWidget.background": "#16161e",
"editorWidget.foreground": "#F8F8F2",
"sideBar.foreground": "#F8F8F2",
"list.activeSelectionBackground": "#16161e",
"list.activeSelectionForeground": "#fff",
"list.inactiveSelectionBackground": "#16161e",
"list.inactiveSelectionForeground": "#F8F8F2",
"textLink.foreground": "#F8F8F2",
"statusBar.background": "#16161e",
"statusBar.noFolderBackground": "#16161e",
"statusBar.debuggingBackground": "#16161e",
"statusBarItem.remoteBackground": "#16161e",
"statusBarItem.remoteForeground": "#fff"
}
},
"editor.fontSize": 16,
"editor.minimap.enabled": false,
"window.zoomLevel": -1
}