Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.33 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.33 KB

Prot16 themes for Vim Airline

The files included in this repository are meant to complement the Prot16 themes for Vim.

Installation

Use your favourite plugin manager.

With vim-plug:

Plug 'protesilaos/prot16-vim-airline'

Use

Example using the alto_dark theme.

In your .vimrc file add this:

let g:airline_theme='alto_dark'

Or for a temporary switch within Vim:

:AirlineTheme alto_dark

About this repo

The Prot16 collection was initially developed for the Atom text editor. This repository contains preliminary/experimental ports for the Vim Airline plugin 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:

Miscelleneous

The files included in this repository were generated by the Prot16 Builder. A simple bash script was used to automate the process.

License

GNU General Public License v3.0