Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gagath/vim_pygments_colorscheme
A Pygments theme for GVim.
https://github.com/gagath/vim_pygments_colorscheme
Last synced: about 5 hours ago
JSON representation
A Pygments theme for GVim.
- Host: GitHub
- URL: https://github.com/gagath/vim_pygments_colorscheme
- Owner: gagath
- License: wtfpl
- Created: 2015-07-07T10:47:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T10:50:40.000Z (over 9 years ago)
- Last Synced: 2024-04-16T02:12:16.187Z (7 months ago)
- Language: VimL
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Pygment color scheme for Vim
This is a (very) small Vim colorscheme inspired from the default
python-pygments theme. gVim-only compatible.Feel free to send patchs to make it closer to the original theme!
## Screenshot
![Theme preview](http://i.imgur.com/pc7XMGd.png)
## Installation
In order to use this colorscheme in your gVim, you first have to copy (or link)
the theme to your `~/.vim/colors` directory::::console
$ mkdir -p ~/.vim/colors
$ cp pygments.vim ~/.vim/colors/Then, you can activate it in your vimrc using the following lines:
:::vim
" Color scheme for GUI only
if has('gui_running')
colorscheme pygments
endifWe are setting the theme for gVim only because CLI version is not handled in
this theme (this theme is white-background-based while most terminals are
black-background-based).## Copyright
This project is licensed under WTFPL. For further informations, please read
the COPYING file.