You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Paramount
|
|
|
|
|
|
|
|
A minimal colorscheme for Vim that only puts emphasis on the paramount.
|
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
*Computer Modern TypeWriter* font on light and dark backgrounds:
|
|
|
|
|
|
|
|
![](screenshots/light-cmu.png)
|
|
|
|
![](screenshots/dark-cmu.png)
|
|
|
|
|
|
|
|
*Courier* font on light and dark backgrounds:
|
|
|
|
|
|
|
|
![](screenshots/light-courier.png)
|
|
|
|
![](screenshots/dark-courier.png)
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Simply copy the color scheme file to your `~/.vim/colors`
|
|
|
|
directory or use a plugin manager like [Plug][] or [Vundle][] and add
|
|
|
|
`"owickstrom/vim-colors-paramount"` as a plugin.
|
|
|
|
|
|
|
|
[vundle]: https://github.com/gmarik/Vundle.vim
|
|
|
|
[plug]: https://github.com/junegunn/vim-plug
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```
|
|
|
|
:colorscheme paramount
|
|
|
|
```
|
|
|
|
|
|
|
|
Supports both `background=light` and `background=dark`.
|
|
|
|
|
|
|
|
## Credits
|
|
|
|
|
|
|
|
Based on the [pencil][] and [off][] colorschemes.
|
|
|
|
|
|
|
|
[pencil]: https://github.com/reedes/vim-colors-pencil
|
|
|
|
[off]: https://github.com/reedes/vim-colors-off
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
[MIT](LICENSE)
|