Skip to content

cadadr/vim-lithochromatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Lithochromatic Theme for Vim


Note: this repo is recreated from the version published on the VimScripts website at https://www.vim.org/scripts/script.php?script_id=4406. It's pretty crude right now, but I'll probably update the Readme and maybe the theme a bit in the future.


Lithochromatic is a minimalist light Vim theme

Demo screenshot with line numbers and themse source code.  Light theme with purple, green and blue highlights. Line numbers column with khaki bg and black fg, so that it stands out. screenshot with 3 splits: C code, python code, and markdown. The panel with C has the visual mode on, and the highlight has flashy green bg colour.

Installation

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.

About

A light colour theme for vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published