Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gryf/wombat256grf
Modified wombat color scheme for vim
https://github.com/gryf/wombat256grf
vim vim-colorscheme
Last synced: 1 day ago
JSON representation
Modified wombat color scheme for vim
- Host: GitHub
- URL: https://github.com/gryf/wombat256grf
- Owner: gryf
- License: other
- Created: 2017-05-31T19:26:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T09:13:10.000Z (over 3 years ago)
- Last Synced: 2023-03-30T08:50:02.330Z (over 1 year ago)
- Topics: vim, vim-colorscheme
- Language: Vim script
- Size: 422 KB
- Stars: 20
- Watchers: 1
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Wombat colorscheme for Vim
==========================This colorscheme is an fork/copy of original wombat_ colorscheme by Lars
Nielsen, which has been ported to GUI version of vim with additional changes.Features
========* Most colors was slightly changed, most notable changes:
* search color changed from violet to orange
* comments are gray instead of yellowish
* changed diff colors to be less vivid* Added ``colorColumn`` color
* Added appropriate colors for ShowMarks_ plugin
* Added syntax colors for Syntastic_ plugin.. figure:: /images/wombat256grf.png
:alt: Colorscheme overviewColorscheme overview
.. figure:: /images/wombat256grf-diff.png
:alt: Diff modeDiff mode
Installation
------------To install it, any kind of Vim package manager can be used, like NeoBundle_,
Pathogen_, Vundle_ or vim-plug_.For manual installation, copy subdirectories from this repository to your
``~/.vim`` directory. To use it, just type ``:colorscheme wombat256grf``, or
append line:.. code:: vim
...
" change colorscheme
colorscheme wombat256grf
...to make it permanent.
License
-------This work is licensed on 3-clause BSD license. See LICENSE file for details.
.. _Pathogen: https://github.com/tpope/vim-pathogen
.. _Vundle: https://github.com/gmarik/Vundle.vim
.. _NeoBundle: https://github.com/Shougo/neobundle.vim
.. _vim-plug: https://github.com/junegunn/vim-plug
.. _wombat: http://www.vim.org/scripts/script.php?script_id=1778
.. _desert256.vim: http://www.vim.org/scripts/script.php?script_id=1243
.. _ShowMarks: http://www.vim.org/scripts/script.php?script_id=152
.. _Syntastic: https://github.com/vim-syntastic/syntastic