burnttoast256 : A dark color scheme for 256-color terminals that I find easily readable.
script karma |
Rating 44/14,
Downloaded by 1942 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Francois Labelle |
|
script type |
color scheme |
|
description |
Github: https://github.com/quantum-omega/vim-burnttoast256
This is the color theme I made for myself as I prefer to work on a dark background, namely black, without text that is too bright while still keeping a good contrast. I based it heavily on http://www.vim.org/scripts/script.php?script_id=2140 and if you don't like my scheme you might like his. Check it out.
It includes colors for the normal text, the cursor and cursor line and column, search, status line, selection, line numbers, etc., as well as colors for syntax highlighting, diff mode, and some others.
The color scheme should be exactly the same in gvim but hasn't been tested for readability in gvim recently. Requires version 7.3+, as it has colors for "CursorLineNr", but it probably will work on previous versions without any problems.
|
|
install details |
Manual
====
To install, just put the file `colors/burntoast256.vim` in your `~/.vim/colors` folder and add to your .vimrc:
colorscheme burnttoast256
Vundle
====
After `call vundle#begin()`, place:
Plugin 'quantum-omega/vim-burnttoast256', { 'name': 'burnttoast256' }
After `call vundle#end()`, place:
colorscheme burnttoast256
In Vim, run:
:PluginInstall |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 44.220.184.63
|