|
16 | 16 | "window.commandCenter": false, |
17 | 17 | "window.menuBarVisibility": "compact", |
18 | 18 | "window.title": " ", |
19 | | - "window.titleBarStyle": "custom", |
20 | | - "window.zoomLevel": 2, |
| 19 | + "window.titleBarStyle": "native", |
| 20 | + "window.zoomLevel": 1.2, |
21 | 21 | "workbench.editor.empty.hint": "hidden", |
22 | 22 | "workbench.editor.labelFormat": "default", |
23 | 23 | "workbench.editor.showTabs": "multiple", |
|
76 | 76 | /* --------------------------- */ |
77 | 77 | /* THEME */ |
78 | 78 | /* --------------------------- */ |
79 | | - "workbench.colorTheme": "One Dark Pro Darker", |
| 79 | + "workbench.colorTheme": "TryCatch Theme", |
80 | 80 | /* --------------------------- */ |
81 | 81 | /* ICONS */ |
82 | 82 | /* --------------------------- */ |
|
90 | 90 | /* --------------------------- */ |
91 | 91 | /* FONTS */ |
92 | 92 | /* --------------------------- */ |
93 | | - "editor.fontFamily": "Cascadia Code", |
94 | | - "editor.fontSize": 11, |
95 | | - "editor.fontLigatures": false, |
| 93 | + "editor.fontFamily": "Iosevka Nerd Font", |
| 94 | + "editor.fontSize": 14.8, |
| 95 | + "editor.fontLigatures": true, |
96 | 96 | /* ------------------------------ */ |
97 | 97 | /* TERMINAL */ |
98 | 98 | /* ------------------------------ */ |
99 | 99 | "terminal.integrated.cursorStyle": "line", |
100 | 100 | "terminal.integrated.defaultProfile.linux": "Git Bash", |
101 | | - "terminal.integrated.fontSize": 14, |
| 101 | + "terminal.integrated.defaultProfile.windows": "Git Bash", |
| 102 | + "terminal.integrated.fontSize": 15, |
102 | 103 | "terminal.integrated.minimumContrastRatio": 1, |
103 | 104 | /* --------------------------- */ |
104 | 105 | /* FILES */ |
|
237 | 238 | "workbench.activityBar.location": "default", |
238 | 239 | "git.autofetch": true, |
239 | 240 | "editor.quickSuggestionsDelay": 0, |
240 | | - "editor.acceptSuggestionOnEnter": "smart", |
| 241 | + "editor.acceptSuggestionOnEnter": "on", |
241 | 242 | "editor.snippetSuggestions": "top", |
242 | 243 | "editor.suggesti.filterGraceful": true, |
243 | 244 | "workbench.colorCustomizations": {} |
|
0 commit comments