lithochromatic : A clarity oriented, consistent vim color theme.
| script karma |
Rating 14/5,
Downloaded by 100
|
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Göktuğ Kayaalp |
| |
| script type |
| color scheme |
| |
| description |
Lithochromatic is a theme that aims better readabilty. It uses a small color
set.
A screenshot is available at http://gkayaalp.com/img/lithochromatic-1.0.0-gnome-terminal.png .
One of main concerns is to be consistent in highlighting, which means
using same or related colors for related elements of source code. This makes
maintaining concentration while editing and reading easier.
Recently I have changed whole color set of LithoChromatic from a less
consistent set to a better one. I have also set colors for gvim this time. |
| |
| install details |
If you have Pathogen, or alike, just clone this repo to your `~/.vim/bundle/`:
$ cd ~/.vim/bundle/
$ git clone https://github.com/gkya/lithochromatic-vim.git
Otherwise, get the colors/lithochromatic.vim file from this repository's
tree, and put it into ~/.vim/colors/:
$ mkdir ~/.vim/colors/ # if you dont have it there already
$ curl https://raw.github.com/gkya/\
lithochromatic-vim/master/colors/lithochromatic.vim >> \
~/.vim/colors/lithochromatic.vim
Then set your colorscheme to lithochromatic:
if &term=~'xterm' || has("gui_running")
set t_Co=256
colorscheme lithochromatic
endif
Important: This color scheme has no support for non-256-color terminals. |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 107.20.129.212
|