Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code line number difficult to read

For most dark themes the line number of visual studio code are too dark and difficult to read. How to make it brighter?

That is, how to format the line numbers in terms of font weight, brightness...

like image 922
Arthur Cheung Avatar asked Jul 15 '26 06:07

Arthur Cheung


1 Answers

You could easily change their color and brighten them for your theme via:

"workbench.colorCustomizations": {
  "editorLineNumber.foreground": "#ffff",
}

In your setting.json. vscode reference: theme colors for an editor

like image 103
Mark Avatar answered Jul 17 '26 18:07

Mark



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!