Light theme with a slightly darkened background #309
Replies: 3 comments
-
You can put preferences and personal colour tweaks in your settings.json |
Beta Was this translation helpful? Give feedback.
-
Perhaps it would be useful not only for me |
Beta Was this translation helpful? Give feedback.
-
For reference, here's an example // Merge this with your current config (don't copy the root object)
{
"workbench.colorCustomizations": {
"[GitHub Light]": {
// This is slightly darker than GitHub code blocks for better contrast with surrounding UI.
// Current background color of code blocks (July, 2020): #f6f8fa
"editor.background": "#f3f5f7"
}
}
} To use it: Ctrl / Cmd+Shift+P, then begin typing
For sure! Personally I prefer the default, but there's definitely a set of people that prefer a slightly darker editor background. Modifying it yourself is probably your best option for now. |
Beta Was this translation helpful? Give feedback.
-
How about adding a background like in your code snippets in markdown?
For example:
The pure white color makes eyes more tired.
Beta Was this translation helpful? Give feedback.
All reactions