A Lighthaus theme for Vim-Airline.
A Lighthaus theme for Lightline.
Lighthaus theme for vim makes it easy to view and edit files. Lighthaus aims to not flood your screen with colors but instead let's you focus on the work with relevant colors aiding in your workflow. It comes with support for the following popular plugins:
Vim
Vim-Airline
Lightline-Vim
Vim-Airline demo
Lightline demo
Lighthaus theme for vim can be installed using any vim plugin manager such as vim-pathogen, vundle and vim-plug.
Installation instruction for the plugin managers can be found on their own official pages. For Installation with vim-plug:
- Add
Plug 'lighthaus-theme/vim'to the vim-plug's installation function in yourvimrc - Run
:PlugInstallinside vim - Activate the theme by adding
colorscheme lighthausin yourvimrc - Restart vim
Lighthaus theme comes bundled with vim-airline.
Install Vim Airline from the official source.
Install Vim-Airline-Themes.
After successfully installing and configuring vim-airline, add the following line to your .vimrc:
let g:airline_theme='lighthaus'Save and restart vim to activate the theme.
To display git information in your status bar, you need additional plugins, such as vim-fugitive.
Install Lightline.vim from the official source.
To activate the Lighthaus theme, add the following in your ~/.vimrc
let g:lightline = {
\ 'colorscheme': 'lighthaus',
\ }Save and restart vim to activate the theme.
v 1.0.1 vim
v 1.0.2 vim-airline
v 1.0.0 lightlineLighthaus and all it's projects use Semantic Versioning.
All changes are recorded in CHANGELOG
Please report any bugs or issues here.
Copyright © 2020-Present Lighthaus Theme Copyright © 2020-Present Adhiraj Sirohi Copyright © 2020-Present Vasundhara Sharma






