Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.7 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.7 KB

Hero

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.

vscode.dev MIT

motion.page

Showcase Screen

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",
}