
I love the dark theme of White from Arthur White. I only do a couple of tweaks to add a little more contrast:
{
"editor.tokenColorCustomizations": {
"[White]": {
"comments": "#6b7a88"
},
"[White Night]": {
"comments": "#a8a8b1"
}
},
"workbench.colorCustomizations": {
"[White]": {
"tab.inactiveForeground": "#6b7a88",
"sideBarTitle.foreground": "#6b7a88"
},
"[White Night]": {
"tab.inactiveForeground": "#a8a8b1",
"sideBarTitle.foreground": "#a8a8b1",
"editorLineNumber.activeForeground": "#a8a8b1",
"editorLineNumber.foreground": "#747481"
}
}
}