sponsor Vim development Vim logo Vim Book Ad

lithochromatic : A clarity oriented, consistent vim color theme.

 script karma  Rating 47/14, Downloaded by 4657  Comments, bugs, improvements  Vim wiki

created by
Göktuğ Kayaalp
 
script type
color scheme
 
description
Lithochromatic Theme for Vim

For more info, see https://github.com/cadadr/vim-lithochromatic

I'll likely forget to upload new versions here, so you probably want to watch the github.
 
install details
I've been away from vim for quite a while, so I don't know which package manager is used widely these days, but using one should be straightforward.

To install manually:

$ mkdir -p ~/.vim/colors/
$ curl https://raw.github.com/cadadr/vim-lithochromatic/default/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 only supports 256-color terminals and GUI Vim.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
lithochromatic-1.2.tar.gz 1.2 2013-11-08 7.0 Göktuğ Kayaalp Add support for spell.
lithochromatic-1.1.tar.gz 1.1 2013-08-02 7.3 Göktuğ Kayaalp Drop patch number from version.

Enhance markdown highlighting.
lithochromatic-1.0.7.tar.gz 1.0.7 2013-06-09 7.3 Göktuğ Kayaalp Fixes SpecialKey so that tabs do not look different from background when :set listchars.
lithochromatic-1.0.6.tar.gz 1.0.6 2013-06-08 7.3 Göktuğ Kayaalp Fixes NonText display. Also switched to MIT License.
lithochromatic-1.0.5.tar.gz 1.0.5 2013-04-11 7.0 Göktuğ Kayaalp Removed all bolds.
lithochromatic-1.0.4.tar.gz 1.0.4 2013-03-05 7.3 Göktuğ Kayaalp Fixes Pmenu colors for Gvim.
lithochromatic-1.0.3.tar.gz 1.0.3 2013-02-08 7.3 Göktuğ Kayaalp I don't know why I skipped 1.0.2, but it just happened. This version includes changes that enrich the look of Js and Css files, Markdown files, and improves on gui/terminal consistency.
lithochromatic-1.0.1.tar.gz 1.0.1 2013-01-28 7.3 Göktuğ Kayaalp Fixes a silly mistake in the licence text.
lithochromatic-1.0.0.tar.gz 1.0.0 2013-01-23 7.3 Göktuğ Kayaalp Initial upload
ip used for rating: 3.135.216.174

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github