https://github.com/philips/meink.vim
https://github.com/philips/meink.vim
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philips/meink.vim
- Owner: philips
- License: isc
- Created: 2016-12-31T21:15:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T14:35:50.000Z (over 9 years ago)
- Last Synced: 2025-03-27T17:26:46.090Z (over 1 year ago)
- Language: VimL
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## meink.vim
This is a vim color theme designed to emulate reading on an eink device.
It supports both a light background (which is the normal eink-style
reading mode) and a dark background for late night hacking. It uses
256-color mode, and supports both the terminal and the gui.
In general, there is no syntax highlighting. Notably, however, comments
are slightly dimmed just enough to be distinguishable and string literals
are underlined.
### installation
To install, copy colors/meink.vim to ~/.vim/colors/ (or wherever you're
keeping color themes).
### vundle installation
If you already have vundle, simply add the below line to your .vimrc:
"Bundle 'philips/meink'"
### license
meink.vim is released under the ISC license.
### family tree
meink.vim was originally based on @kisom's eink.vim
eink.vim was originally based on kyle.vim, @kisom's custom colors.
kyle.vim in turn was largely taken from jcs' jcs.vim[1]. color
codes were inspired by a number of themes, namely wombat256.vim.
### authors
The theme was originally based on the one by jcs[2]. It was
tweaked to fit @kisom's[3] views on syntax highlighting[4], with
help from aaron bieber[5].
### references
[1] https://raw.github.com/jcs/dotfiles/master/.vim/colors/jcs.vim
[2] http://www.jcs.org/
[3] http://kyleisom.net/
[4] http://kyleisom.net/blog/2012/10/17/syntax-off/
[5] http://deftly.net/