https://github.com/protesilaos/prot16-vim
Vim ports of the Prot16 collection of colour schemes.
https://github.com/protesilaos/prot16-vim
colorschemes prot16 themes vim
Last synced: 12 days ago
JSON representation
Vim ports of the Prot16 collection of colour schemes.
- Host: GitHub
- URL: https://github.com/protesilaos/prot16-vim
- Owner: protesilaos
- License: gpl-3.0
- Created: 2017-02-21T07:33:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T16:11:57.000Z (over 4 years ago)
- Last Synced: 2025-03-25T07:22:14.816Z (29 days ago)
- Topics: colorschemes, prot16, themes, vim
- Language: Vim script
- Homepage: https://protesilaos.com/schemes
- Size: 233 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Prot16 themes for Vim
**Beta. All Vim files may undergo further refinements.**
## Installation
Use your favourite plugin manager.
With [vim-plug](https://github.com/junegunn/vim-plug):
```vim
Plug 'protesilaos/prot16-vim'
```## Use
Example using the `alto_dark` theme.
In your `.vimrc` file add this:
```
colorscheme alto_dark
```Or for a temporary switch within Vim:
```
:colorscheme alto_dark
```## About this repo
The Prot16 collection was initially developed for the Atom text editor. This repository contains preliminary/experimental ports for Vim. Support is provided both for GUI and terminal versions.
However, the latter requires the implementation of the corresponding palette. This can be done either manually or by using one of the existing ports, as defined in each theme's project page. For more on that refer to the following:
- Prot16 project pages: https://protesilaos.com/schemes
- Prot16 main git repo: https://github.com/protesilaos/prot16## Miscelleneous
The files included in this repository were generated by the [Prot16 Generator](https://github.com/protesilaos/prot16-generator). A simple bash script was used to automate the process.
## License
GNU General Public License v3.0