Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owickstrom/vim-colors-paramount
A minimal colorscheme for Vim that only puts emphasis on the paramount.
https://github.com/owickstrom/vim-colors-paramount
Last synced: 14 days ago
JSON representation
A minimal colorscheme for Vim that only puts emphasis on the paramount.
- Host: GitHub
- URL: https://github.com/owickstrom/vim-colors-paramount
- Owner: owickstrom
- License: other
- Created: 2016-05-15T07:54:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T19:58:45.000Z (about 6 years ago)
- Last Synced: 2024-11-08T16:50:32.633Z (2 months ago)
- Language: Vim script
- Homepage:
- Size: 2.27 MB
- Stars: 249
- Watchers: 8
- Forks: 48
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- writingvim - Paramount
README
# Paramount
A minimal colorscheme for Vim that only puts emphasis on the paramount.
## Screenshots
*Fira Code* font on light and dark backgrounds, with Ruby code from
[VimColors](vimcolors.com/438/paramount/dark):![](screenshots/light.png)
![](screenshots/dark.png)## Installation
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## Contributions
If you find any problems with this color scheme please post an issue here on
GitHub. If you don't like some specific color, please fork it instead and customize
to your liking. Thanks!## License
Original license from pencil: [MIT](LICENSE)