Light theme with a slightly darkened background #309
monochromer
started this conversation in
Ideas
Replies: 3 comments
|
You can put preferences and personal colour tweaks in your settings.json |
0 replies
Perhaps it would be useful not only for me |
0 replies
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How about adding a background like in your code snippets in markdown?
For example:
The pure white color makes eyes more tired.
All reactions