/airline-onedark.vim

vim-airline theme for use with joshdick/onedark.vim.

Primary LanguageVim ScriptMIT LicenseMIT

airline-onedark.vim

This is a vim-airline theme for use with the joshdick/onedark.vim colorscheme.

This theme depends on onedark.vim for its colors, and must therefore be used in conjunction with it.

This theme works with both color modes available in onedark.vim (16 or 256 colors), as specified in the configuration for onedark.vim.

This theme is based on vim-airline's "tomorrow" theme.

airline-onedark.vim Preview

Preview image taken using:

Installation

(These instructions assume that vim-airline and onedark.vim are already installed and configured to your liking.)

Place onedark.vim in your ~/.vim/autoload/airline/themes/ directory either manually or by using your Vim plug-in manager of choice, then add the following line to your ~/.vimrc:

let g:airline_theme='onedark'