|
1 | 1 | { |
2 | 2 | // ========== Visuals ========== |
3 | 3 | "editor.cursorSmoothCaretAnimation": "on", |
4 | | - "editor.fontFamily": "Cascadia Code", |
| 4 | + "editor.fontFamily": "JetBrains Mono", |
5 | 5 | "editor.guides.bracketPairs": "active", |
6 | 6 | "editor.lineNumbers": "on", |
7 | 7 | "editor.renderWhitespace": "none", |
8 | 8 | "window.autoDetectColorScheme": false, |
9 | | - "workbench.colorTheme": "One Dark Pro", |
| 9 | + "workbench.colorTheme": "Cursor like theme", |
10 | 10 | "workbench.editor.tabActionLocation": "left", |
11 | 11 | "workbench.fontAliasing": "antialiased", |
12 | 12 | "workbench.list.smoothScrolling": true, |
13 | | - "workbench.preferredDarkColorTheme": "One Dark Pro", |
14 | | - "workbench.preferredLightColorTheme": "One Dark Pro", |
| 13 | + "workbench.preferredDarkColorTheme": "Cursor like theme", |
| 14 | + "workbench.preferredLightColorTheme": "Cursor like theme", |
15 | 15 | "workbench.productIconTheme": "fluent-icons", |
16 | | - "workbench.sideBar.location": "right", |
| 16 | + "workbench.sideBar.location": "left", |
17 | 17 | "workbench.startupEditor": "newUntitledFile", |
18 | 18 | "workbench.tree.expandMode": "singleClick", |
19 | 19 | "workbench.tree.indent": 4, |
|
51 | 51 | "terminal.integrated.cursorStyle": "block", |
52 | 52 | "terminal.integrated.persistentSessionReviveProcess": "never", |
53 | 53 | "terminal.integrated.tabs.enabled": false, |
54 | | - "terminal.integrated.fontSize": 15, |
| 54 | + "terminal.integrated.fontSize": 18, |
55 | 55 | "workbench.editor.closeOnFileDelete": true, |
56 | 56 | "workbench.editor.highlightModifiedTabs": true, |
57 | 57 | "workbench.editor.limit.enabled": true, |
|
165 | 165 | "prettier.singleQuote": true, |
166 | 166 | // ========== File Nesting ========== |
167 | 167 | "explorer.fileNesting.enabled": true, |
168 | | - "editor.fontSize": 14.11, |
| 168 | + "editor.fontSize": 14.20, |
169 | 169 | "files.autoSave": "afterDelay", |
170 | 170 | "editor.minimap.enabled": false, |
171 | 171 | "editor.minimap.maxColumn": 55, |
172 | | - "window.zoomLevel": 1.89, |
173 | | - "terminal.integrated.fontFamily": "Cascadia code", |
| 172 | + "window.zoomLevel": 1, |
| 173 | + "terminal.integrated.fontFamily": "Iosevka Nerd Font Mono", |
174 | 174 | "editor.wordWrap": "on", |
175 | 175 | "editor.fontLigatures": true, |
176 | 176 | "editor.formatOnPaste": true, |
|
196 | 196 | "editor.cursorBlinking": "blink", |
197 | 197 | "editor.smoothScrolling": true, |
198 | 198 | "editor.fastScrollSensitivity": 10, |
199 | | - "editor.cursorStyle": "line", |
| 199 | + "editor.cursorStyle": "block", |
200 | 200 | "editor.find.cursorMoveOnType": false, |
201 | 201 | "emmet.syntaxProfiles": { |
202 | 202 | "html": { |
|
207 | 207 | "editor.snippetSuggestions": "top", |
208 | 208 | "window.nativeFullScreen": true, |
209 | 209 | "editor.guides.indentation": false, |
210 | | - "workbench.preferredHighContrastLightColorTheme": "One Dark Pro", |
211 | | - "workbench.preferredHighContrastColorTheme": "One Dark Pro", |
| 210 | + "workbench.preferredHighContrastLightColorTheme": "Cursor like theme", |
| 211 | + "workbench.preferredHighContrastColorTheme": "Cursor like theme", |
212 | 212 | "workbench.activityBar.location": "default", |
213 | | - "workbench.iconTheme": "symbols", |
| 213 | + "workbench.iconTheme": "material-icon-theme", |
214 | 214 | "workbench.tree.renderIndentGuides": "none", |
215 | | - "breadcrumbs.enabled": true, |
| 215 | + "breadcrumbs.enabled": false, |
216 | 216 | "breadcrumbs.icons": true, |
217 | 217 | "breadcrumbs.showArrays": false, |
218 | 218 | "breadcrumbs.showBooleans": false, |
|
269 | 269 | "file:///c:/Users/jefer/.vscode/extensions/brandonkirbyson.vscode-animations-2.0.4/dist/updateHandler.js" |
270 | 270 | ], |
271 | 271 | "workbench.editor.wrapTabs": false, |
272 | | - "editor.semanticTokenColorCustomizations": { |
273 | | - "[One Dark Pro]": { |
274 | | - "enabled": true, |
275 | | - "rules": { |
276 | | - "*.declaration": { |
277 | | - "bold": true, |
278 | | - } |
279 | | - } |
280 | | - } |
281 | | - }, |
282 | | - "terminal.integrated.defaultProfile.windows": "Git Bash", |
283 | | - "apc.font.family": "Cascadia Code", |
| 272 | + "editor.fontWeight": "bold", |
| 273 | + "terminal.integrated.defaultProfile.windows": "PowerShell", |
284 | 274 | "git.blame.editorDecoration.enabled": true, |
285 | 275 | "[php]": { |
286 | 276 | "editor.defaultFormatter": "bmewburn.vscode-intelephense-client" |
287 | 277 | }, |
288 | 278 | "rapidapi.terminalLink.enabled": false, |
289 | 279 | "chat.commandCenter.enabled": false, |
290 | 280 | "editor.scrollbar.vertical": "hidden", |
291 | | - "editor.lineHeight": 23, |
292 | 281 | "editor.linkedEditing": true, |
293 | | - "oneDarkPro.bold": true, |
294 | | - "oneDarkPro.italic": true, |
295 | | - "oneDarkPro.vivid": true |
| 282 | + "editor.lineHeight": 19, |
| 283 | + "editor.suggest.insertMode": "replace", |
| 284 | + "tabnine.experimentalAutoImports": true, |
296 | 285 | } |
0 commit comments