VSCode: Add line numbers config
This commit is contained in:
parent
40577ea5c6
commit
a369502b87
1 changed files with 12 additions and 2 deletions
|
|
@ -7,7 +7,17 @@
|
||||||
"breadcrumbs.enabled": false,
|
"breadcrumbs.enabled": false,
|
||||||
|
|
||||||
"editor.fontFamily": "JetBrains Mono, 'Courier New', monospace",
|
"editor.fontFamily": "JetBrains Mono, 'Courier New', monospace",
|
||||||
"editor.fontSize": 14,
|
"editor.fontSize": 16,
|
||||||
"editor.fontWeight": "normal",
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue