🎨 ux(vscodium): color and height changes

This commit is contained in:
Sergio Laín 2024-08-12 12:45:05 +02:00
parent ba1d9ce14d
commit afd7ca18e1
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -21,7 +21,10 @@
"editorGroupHeader.tabsBackground": "mantle", "editorGroupHeader.tabsBackground": "mantle",
"tab.inactiveBackground": "mantle", "tab.inactiveBackground": "mantle",
"tab.unfocusedActiveBackground": "mantle", "tab.unfocusedActiveBackground": "mantle",
"tab.unfocusedInactiveBackground": "mantle" "tab.unfocusedInactiveBackground": "mantle",
"statusBar.background": "base",
"statusBar.border": "base",
"sideBar.border": "base"
} }
}, },
@ -43,7 +46,7 @@
"editor.stickyScroll.enabled": true, "editor.stickyScroll.enabled": true,
"window.commandCenter": false, "window.commandCenter": false,
"editor.lineNumbers": "relative", "editor.lineNumbers": "relative",
"editor.lineHeight": 23, "editor.lineHeight": 25,
"window.menuBarVisibility": "toggle", "window.menuBarVisibility": "toggle",
"editor.minimap.enabled": false, "editor.minimap.enabled": false,
"editor.overviewRulerBorder": false, "editor.overviewRulerBorder": false,
@ -104,18 +107,19 @@
"apc.activityBar": { "apc.activityBar": {
"position": "bottom", "position": "bottom",
"hideSettings": true, "hideSettings": true,
"size": 26 "size": 28,
"itemMargin": 5
}, },
"apc.listRow": { "apc.listRow": {
"lists": ["explorer-folders-view", "quick-input-list", "results"], "lists": ["explorer-folders-view", "quick-input-list", "results"],
"height": 23, "height": 26,
"fontSize": 12 "fontSize": 12
}, },
"apc.font.family": "JetBrainsMono Nerd Font", "apc.font.family": "JetBrainsMono Nerd Font",
"apc.monospace.font.family": "JetBrainsMono Nerd Font", "apc.monospace.font.family": "JetBrainsMono Nerd Font",
"apc.statusBar": { "apc.statusBar": {
"position": "editor-bottom", "position": "editor-bottom",
"height": 26, "height": 28,
"fontSize": 12 "fontSize": 12
}, },
// Custom css // Custom css
@ -192,6 +196,7 @@
"vue.updateImportsOnFileMove.enabled": true, "vue.updateImportsOnFileMove.enabled": true,
"python.analysis.typeCheckingMode": "basic", "python.analysis.typeCheckingMode": "basic",
"python.analysis.autoImportCompletions": true, "python.analysis.autoImportCompletions": true,
"svelte.enable-ts-plugin": true,
"[json]": { "[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
@ -248,6 +253,7 @@
// File explorer // File explorer
// Terminal // Terminal
"terminal.integrated.cursorBlinking": true, "terminal.integrated.cursorBlinking": true,
"terminal.integrated.stickyScroll.enabled": false,
"terminal.external.linuxExec": "kitty", "terminal.external.linuxExec": "kitty",
"terminal.integrated.cursorStyle": "line", "terminal.integrated.cursorStyle": "line",
"terminal.integrated.defaultProfile.linux": "fish", "terminal.integrated.defaultProfile.linux": "fish",