diff --git a/vscode/settings.json b/vscode/settings.json index 5044456..ecde79d 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -7,7 +7,17 @@ "breadcrumbs.enabled": false, "editor.fontFamily": "JetBrains Mono, 'Courier New', monospace", - "editor.fontSize": 14, + "editor.fontSize": 16, "editor.fontWeight": "normal", - "editor.lineHeight": 1.5 + "editor.lineHeight": 1.5, + + "editor.lineNumbers": "relative", + "vim.statusBarColorControl": true, + "workbench.colorCustomizations": { + "statusBar.background": "#005f5f", + "statusBar.noFolderBackground": "#005f5f", + "statusBar.debuggingBackground": "#005f5f", + "statusBar.foreground": "#ffffff", + "statusBar.debuggingForeground": "#ffffff" + } } \ No newline at end of file