-
Notifications
You must be signed in to change notification settings - Fork 0
/
linux_customization.json
108 lines (108 loc) · 4.76 KB
/
linux_customization.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"workbench.iconTheme": "vscode-icons",
"editor.fontSize": 15,
"editor.fontWeight": "normal",
"editor.mouseWheelZoom": true,
"workbench.colorTheme": "Monokai",
"workbench.colorCustomizations":
{
"dropdown.background": "#4b4b4b",
"list.activeSelectionBackground": "#535658",
"quickInputList.focusBackground": "#393d43",
"dropdown.listBackground": "#1c1d1f",
"list.inactiveSelectionBackground": "#393e43",
"list.hoverBackground": "#32373e",
"list.dropBackground": "#393e43",
"list.highlightForeground": "#f2f6f8",
"button.background": "#5e6975",
"editor.background": "#2e2e2ed2",
"editor.foreground": "#f2f6f8",
"selection.background": "#878b9180",
"editor.selectionHighlightBackground": "#575b6180",
"editor.selectionBackground": "#878b9180",
"minimap.selectionHighlight": "#878b9180",
"editor.wordHighlightBackground": "#4a4a7680",
"editor.wordHighlightStrongBackground": "#6a6a9680",
"editor.lineHighlightBackground": "#32373e",
"editorLineNumber.activeForeground": "#bfc1c2",
"editorCursor.foreground": "#f0f5f8",
"editorWhitespace.foreground": "#414447",
"editorIndentGuide.background": "#414547",
"editorIndentGuide.activeBackground": "#717477",
"editorGroupHeader.tabsBackground": "#1c1e1f",
"editorGroup.dropBackground": "#393e4380",
"tab.inactiveBackground": "#2f3235",
"tab.border": "#1c1e1f",
"tab.inactiveForeground": "#c7cacc",
"tab.lastPinnedBorder": "#393c43",
"widget.shadow": "#00000098",
"progressBar.background": "#525758",
"badge.background": "#4d5052",
"badge.foreground": "#f2f5f8",
"editorLineNumber.foreground": "#8a8e90",
"panelTitle.activeForeground": "#f2f5f8",
"panelTitle.activeBorder": "#4f575a",
"panelTitle.inactiveForeground": "#818586",
"panel.border": "#000000",
"settings.focusedRowBackground": "#393e435a",
"titleBar.activeBackground": "#1c1e1f",
"statusBar.noFolderBackground": "#394043",
"statusBar.debuggingBackground": "#4e565c",
"statusBarItem.remoteBackground": "#186aac",
"ports.iconRunningProcessForeground": "#c7cacc",
"activityBar.background": "#2d2d2e85",
"activityBar.foreground": "#f2f7f8",
"activityBar.activeBackground": "#212424",
"sideBar.background": "#212424",
"sideBarSectionHeader.background": "#222528",
"menu.background": "#1c1e1f",
"menu.foreground": "#cccccc",
"pickerGroup.foreground": "#45484b",
"input.background": "#393f43",
"inputOption.activeBorder": "#4f5253",
"focusBorder": "#5e6d75",
"editorWidget.background": "#1e1f1c",
"debugToolBar.background": "#1e1f1c",
"diffEditor.insertedTextBackground": "#4b661680",
"diffEditor.removedTextBackground": "#90274A70",
"inputValidation.errorBackground": "#90274A",
"inputValidation.errorBorder": "#f92672",
"inputValidation.warningBackground": "#848528",
"inputValidation.warningBorder": "#e2e22e",
"inputValidation.infoBackground": "#546190",
"inputValidation.infoBorder": "#819aff",
"editorHoverWidget.background": "#393f43",
"editorHoverWidget.border": "#5e6d75",
"editorSuggestWidget.background": "#222628",
"editorSuggestWidget.border": "#565b61",
"editorGroup.border": "#2f3235",
"peekView.border": "#656b6e",
"peekViewEditor.background": "#222528",
"peekViewResult.background": "#1c1e1f",
"peekViewTitle.background": "#1c1d1f",
"peekViewResult.selectionBackground": "#393d43",
"peekViewResult.matchHighlightBackground": "#444546",
"peekViewEditor.matchHighlightBackground": "#3b3b3b",
"statusBar.background": "#262727",
"terminal.background": "#2f3030",
"terminal.foreground": "#4f5b63",
"terminal.ansiBlack": "#2d3139",
"terminal.ansiBlue": "#b9ccf1",
"terminal.ansiGreen": "#7bb4ca",
"terminal.ansiYellow": "#e5c07b",
"terminal.ansiCyan": "#56b6c2",
"terminal.ansiMagenta": "#c678dd",
"terminal.ansiRed": "#e22d3c",
"terminal.ansiWhite": "#d7dae0",
"terminal.ansiBrightBlack": "#7f848e",
"terminal.ansiBrightBlue": "#ec8181",
"terminal.ansiBrightGreen": "#6dc1db",
"terminal.ansiBrightYellow": "#e5c07b",
"terminal.ansiBrightCyan": "#56b6c2",
"terminal.ansiBrightMagenta": "#7e0097",
"terminal.ansiBrightRed": "#f44747",
"terminal.ansiBrightWhite": "#d7dae0",
"terminalCursor.foreground": "#6f76bb",
},
"files.autoSave": "afterDelay",
}