-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.json
160 lines (160 loc) · 5.6 KB
/
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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
// #region: "APC Config"
"window.titleBarStyle": "native",
"apc.font.family": "Geist Mono",
"apc.menubar.compact": false,
"apc.electron": {
"frame": false,
"titleBarStyle": "customButtonsOnHover",
"trafficLightPosition": {
"x": 10,
"y": 12
},
"customButtonsOnHover": true,
},
"apc.header": {
"height": 40
},
"apc.listRow": {
"fontSize": 13.7,
"height": 26
},
"apc.sidebar.titlebar": {
"height": 40
},
"apc.activityBar": {
"size": 46,
"itemSize": 40,
"itemMargin": 6
},
"apc.stylesheet": {
// Command Palette Center
".quick-input-widget": {
"border": "1px solid #3e465b !important",
},
".quick-input-widget .quick-input-header": "padding:0px!important;margin-bottom:10px!important;",
".quick-input-widget .monaco-inputbox": "background: #2e3646!important;",
".quick-input-widget .monaco-list-row:hover": "background: #424e65a0 !important;",
// Editor
".line-numbers": {
"position": " relative !important",
"font-size": "16px !important",
"opacity": ".8"
},
// Sidebar
".sidebar .title-label": "display: none !important",
".sidebar .composite.title": "display: block !important",
".nosidebar .inline-tabs-placeholder": "width: 75px",
".split-view-view:first-child .pane-header": "display: none !important;",
".monaco-workbench .part.sidebar .title-actions .actions-container": "justify-content: space-evenly !important",
//".filematch .monaco-icon-label:before, .custom-list-row.results .monaco-list-row .monaco-icon-label:before": "background-position: bottom !important",
//".filematch .monaco-count-badge": "padding: 5px 6px 0 6px !important",
//".monaco-workbench .monaco-list:not(.element-focused):focus:before": "outline: none !important",
//".monaco-editor .cursors-layer .cursor": "background-image: linear-gradient(135deg, #c35e0a 10%, #6c782e 100%)",
//".sidebar .title-label h2": "line-height: 2.8 !important",
//".monaco-editor .scroll-decoration": "display: none !important",
//".monaco-scrollable-element > .shadow.top": "display: none !important",
},
"apc.statusBar": {
"position": "editor-bottom",
},
"apc.imports": [
"Users/nbplopes/.vscode/scripts/resize-quickinput-widget.js",
],
// #endregion
// #region: Color Theme
"workbench.colorCustomizations": {
"activityBar.foreground": "#5ce0c4",
"activityBar.background": "#0f1318",
"activityBar.border": "#0f141b",
"activityBar.inactiveForeground": "#484c5e99",
"sideBar.background": "#151a21",
"sideBar.foreground": "#a6accd77",
"statusBarItem.remoteBackground": "#252b37",
"panel.border": "#1E242E",
"panel.background": "#1E242E",
"panelTitle.inactiveForeground": "#646882",
"panelTitle.activeForeground": "#646882",
"scrollbar.shadow": "#ffffff00",
"widget.shadow": "#ffffff00",
"quickInput.background": "#2e3646",
"quickInput.foreground": "#E4F0FB",
"quickInputList.focusBackground": "#424e65",
"editorCursor.foreground": "#63ffe4",
"terminalCursor.foreground": "#63ffe4",
"terminal.ansiBlack": "#252b3799",
"terminal.ansiBlue": "#89ddff99",
"terminal.ansiBrightBlack": "#a6accd99",
"terminal.ansiBrightBlue": "#ADD7FF99",
"terminal.ansiBrightCyan": "#ADD7FF99",
"terminal.ansiBrightGreen": "#5DE4c799",
"terminal.ansiBrightMagenta": "#f087bd99",
"terminal.ansiBrightRed": "#d0679d99",
"terminal.ansiBrightWhite": "#ffffff99",
"terminal.ansiBrightYellow": "#fffac299",
"terminal.ansiCyan": "#89ddff",
"terminal.ansiGreen": "#5DE4c799",
"terminal.ansiMagenta": "#f087bd99",
"terminal.ansiRed": "#d0679d99",
"terminal.ansiWhite": "#ffffff99",
"terminal.ansiYellow": "#fffac299",
},
"editor.tokenColorCustomizations": {
"textMateRules": []
},
// #endregion
"workbench.tree.indent": 12,
"workbench.tree.renderIndentGuides": "none",
"git-graph.graph.colours": [
"#fabb55",
"#58a9db",
"#d99191",
"#91abd9",
"#d991c9",
"#aedb8c"
],
"FSharp.showExplorerOnStartup": false,
"editor.minimap.enabled": false,
"editor.cursorStyle": "line",
"editor.cursorBlinking": "blink",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorWidth": 3,
"editor.fontSize": 13.7,
"editor.fontFamily": "Geist Mono",
"editor.codeLensFontFamily": "Geist Mono",
"editor.fontLigatures": "'ss01', 'cv03', 'zero'",
"debug.console.fontFamily": "Geist Mono",
"debug.console.fontSize": 13,
"debug.console.lineHeight": 35,
"debug.toolBarLocation": "docked",
"diffEditor.ignoreTrimWhitespace": false,
"diffEditor.renderSideBySide": false,
"terminal.integrated.fontFamily": "GeistMono NF",
"terminal.integrated.fontSize": 13,
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"symbols.hidesExplorerArrows": false,
"extensions.experimental.affinity": {
"asvetliakov.vscode-neovim": 1
},
"workbench.productIconTheme": "fluent-icons",
"explorer.compactFolders": false,
"explorer.decorations.badges": false,
"explorer.openEditors.visible": 1,
"update.mode": "start",
"editor.scrollbar.verticalScrollbarSize": 5,
"editor.scrollbar.horizontalScrollbarSize": 5,
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"editor.formatOnPaste": true,
"omnisharp.organizeImportsOnFormat": true,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 120,
"terminal.external.osxExec": "Warp.app",
"workbench.colorTheme": "poimandres-storm",
"workbench.editor.showTabs": "single",
"vscode_custom_css.imports": [],
"terminal.integrated.lineHeight": 1.2,
"workbench.iconTheme": "symbols",
}