https://github.com/AnthonyDiGirolamo/airline-themes.git
git clone 'git://github.com/AnthonyDiGirolamo/airline-themes.git'
This is a port of the themes in vim-airline to emacs powerline.
Here is a shot of helm-mini
with the airline-base16-shell-dark
and
airline-papercolor
themes.
powerline
evil
(optional but recommended)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.
airline-helm-colors
Set helm colors to match the airline theme.
Valid Values: Enabled, Disabled
Default: Enabled
airline-cursor-colors
Set the cursor color based on the current evil state.
Valid Values: Enabled, Disabled
Default: Enabled
airline-display-directory
Display the currend directory along with the filename.
Valid Values: Full, Shortened, Disabled
Default: Shortened