https://github.com/cadadr/vim-lithochromatic
A light colour theme for vim
https://github.com/cadadr/vim-lithochromatic
vim vim-theme
Last synced: about 1 year ago
JSON representation
A light colour theme for vim
- Host: GitHub
- URL: https://github.com/cadadr/vim-lithochromatic
- Owner: cadadr
- License: mit
- Created: 2021-08-28T15:02:49.000Z (over 4 years ago)
- Default Branch: default
- Last Pushed: 2021-08-28T15:05:19.000Z (over 4 years ago)
- Last Synced: 2025-01-03T14:49:32.846Z (about 1 year ago)
- Topics: vim, vim-theme
- Language: Vim script
- Homepage:
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Lithochromatic Theme for Vim
---
**Note**: this repo is recreated from the version published on the
VimScripts website at
. 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
## 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:
```vimscript
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.