WickyNilliams / poimandres-theme

poimandres vsc theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poimandres is a minimal, frameless theme based on the blueberry dark-theme.

The screencap above uses the following settings:

{
  "workbench.colorTheme": "poimandres",
  "workbench.iconTheme": "quill-icons-minimal",
  "workbench.productIconTheme": "icons-carbon",
  "editor.renderIndentGuides": false,
  "editor.renderWhitespace": "none",
  "editor.minimap.renderCharacters": false,
  "editor.fontSize": 13.5,
  "editor.fontFamily": "Menlo",
  "window.zoomLevel": 0.5,
}

Contribute

git clone https://github.com/drcmda/poimandres-theme
cd poimandres-theme
npm install
npm run dev

Go to Run and Debug, click the ▶ icon, any change you make in src/theme.js will now be reflected when you save.

About

poimandres vsc theme


Languages

Language:JavaScript 100.0%