Skip to content

mudit2812/poimandres-theme-python

 
 

Repository files navigation

This is a fork of the Poimandres theme with better highlighting for Python. To use it without installing Node.js, clone the repository locally and symlink it to the folder where VSCode extensions are saved. For MacOS, use the following:

git clone https://github.com/mudit2812/poimandres-theme-python.git
cd poimandres-theme-python
ln -s . "$HOME/.vscode/extensions/pmndrs.pmndrs-python-0.3.7"

Upstream repository's README content:

Poimandres is a minimal, frameless dark-theme inspired mostly by blueberry. This theme tries to focus on semantic meaning instead of color variety. You'll find that it colors things like errors, voids, throws and deletes in red, types are slighty darker so that the spotlight is on the code, green new's, etc.

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/mudit2812/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.

Related

Hyper theme

hyper i hyper-pmndrs

About

⚫️ poimandres vsc theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.8%
  • CSS 3.2%