I have been using this tweaked theme for quite a while, so I've decided to push it out. This theme was tweaked in the way, so you could keep working for countless hours without eye strain. It works great in both dark rooms or rooms full of sunshine. Retinas and TN panels, you count it.
Optional font-family, icons and workbench parameters inside settings.json
.
{
"editor.fontFamily": "JetBrains Mono, Fira Code, MesloLGS NF, Menlo, monospace",
"workbench.colorCustomizations": {
"[Equilibrium]": {
"editorInlayHint.background": "#42475A",
"editorInlayHint.foreground": "#FFFFFF",
"editorInlayHint.parameterBackground": "#42475A",
"editorInlayHint.parameterForeground": "#FFFFFF",
"editorInlayHint.typeBackground": "#42475A",
"editorInlayHint.typeForeground": "#FFFFFF"
}
},
"workbench.fontAliasing": "antialiased",
"workbench.iconTheme": "vscode-simpler-icons",
}