All Projects → uraimo → pygments-vimstyles

uraimo / pygments-vimstyles

Licence: other
Vim Styles as pygments CSS

Programming Languages

CSS
56736 projects

Pygments VIM Styles

License Forks Stars

A collection of famous VIM themes, fixed and converted to pygments CSS. Feel free to fork and add your favorite theme using the guide below!

Screenshot

Included vim color schemes:

DARK BACKGROUND

Update 2015:

Update 2014:

  • codeschool
  • guardian
  • twilight
  • GRB256

Update 2013:

LIGHT BACKGROUND

Update 2014:

  • github light

Update 2013:

  • nuvola

Convert your VIM styles

These CSS have been generated using the following script:

Troubleshooting:

Two possible issues you may encounter when converting your vim color scheme but that have an easy workaround:

  • Launching pygmentize you could get a Python error related to a line that starts with a colon. Opening the .py you'll notice that the content of the line is duplicated by the previous one, simply delete the line starting with colon and relaunch pygmentize.
  • Some vim schemes define color variables (it's vimscript afterall) and evaluate them using exec '>color declaration>' syntax, a dumb way to make the scheme digestible for vim2pygments is to manually replace the variables with their values and remove the exec '' calls. A bit of manual labour is involved but it works.

Themes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].