airline-themes

https://github.com/AnthonyDiGirolamo/airline-themes.git

git clone 'git://github.com/AnthonyDiGirolamo/airline-themes.git'
9

airline-themes

This is a port of the themes in vim-airline to emacs powerline.

airline-demo.gif

Features

Helm Colors

Here is a shot of helm-mini with the airline-base16-shell-dark and airline-papercolor themes.

airline-helm-demo.gif

Installation

Requirements

Install via melpa or clone this repo into your load-path and add the following to your init.el

(require 'airline-themes)
(load-theme 'airline-light)

If you don't load a theme in your init.el then the default mode-line-format doesn't get set at startup and applying a theme may not look right. If things don't look right after applying a theme run airline-themes-set-modeline or (kill-local-variable 'mode-line-format)) and it should apply the styling to the current buffer.

Custom Options