Awesome
<p align="center"><img src="https://raw.githubusercontent.com/lighthaus-theme/vim/0f2eeb2b9caa99a22487b84f54704ba5a9650c1a/assets/vim-badge.svg" width="230"><p> <p align="center"> <a href="https://www.buymeacoffee.com/asirohi"><img alt="Status" src="https://raw.githubusercontent.com/lighthaus-theme/lighthaus-theme/3cc9fd60c69da89f56721ca9048f38709b3dc878/BuyUsACoffee.svg" width="150" height="23"></a> </p> <h2 align="center">Vim Lighthaus</h2>A Lighthaus theme for Vim, Vim-Airline and Lightline.
Table of Contents
Introduction
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:
- ale
- beacon
- coc
- fzf
- nvim-treesitter
- vim-fugitive
- vim-gitgutter
- vim-indent-guides
- vim-plug
- vim-signature
- vim-signify
- vim-startify
- vimtex
- vimwiki
Screenshots
Vim
<p align="center"><img src="https://github.com/lighthaus-theme/vim/blob/master/assets/vim1.png?raw=true"><p> <p align="center"><img src="https://github.com/lighthaus-theme/vim/blob/master/assets/vim2.png?raw=true"><p> <p align="center"><img src="https://github.com/lighthaus-theme/vim/blob/master/assets/vim3.png?raw=true"><p>Vim-Airline
<p align="center"><img src="https://github.com/lighthaus-theme/vim-lighthaus/blob/master/assets/airline.png?raw=true"><p>Lightline-Vim
<p align="center"><img src="https://github.com/lighthaus-theme/vim-lighthaus/blob/master/assets/lightline.png?raw=true"><p>Vim-Airline demo
<p align="center"><img src="https://raw.githubusercontent.com/lighthaus-theme/demo-assets/main/assets/airline.gif"><p> Lightline demo <p align="center"><img src="https://raw.githubusercontent.com/lighthaus-theme/demo-assets/main/assets/lightline.gif"><p>Installation
Vim
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-lighthaus'
to the vim-plug's installation function in yourvimrc
- Run
:PlugInstall
inside vim - Activate the theme by adding
colorscheme lighthaus
in yourvimrc
- Restart vim or run
:source ~/.vimrc
to reload the config.
Vim-Airline
Lighthaus theme comes bundled with vim-airline.
Install Vim Airline from the official source. <br>
Install Vim-Airline-Themes. <br>
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.<br>
To display git
information in your status bar, you need additional plugins, such as vim-fugitive.
Lightline
Install Lightline.vim from the official source.<br>
To activate the Lighthaus theme, add the following in your ~/.vimrc
let g:lightline = {
\ 'colorscheme': 'lighthaus',
\ }
Save and restart vim to activate the theme.
Options
Options have to be set before colorscheme lighthaus
line in your vimrc
!
- Vertical Split Line Color can be changed depending on preference.
To have a brighter and more prominent vertical split line, set the following option to
1
in yourvimrc
. Default is dark
<p align="center"><img src="https://github.com/lighthaus-theme/vim-lighthaus/blob/master/assets/vim_vsplit.gif?raw=true"><p>let g:lighthaus_vsplit_line_light = 1
Contributing
Check out CONTRIBUTING.
Pull Request Template can be found here and Issues and Bugs Template here.
Version
v 1.6.3 vim
v 1.0.2 vim-airline
v 1.0.0 lightline
Lighthaus and all it's projects use Semantic Versioning. <br/> All changes are recorded in CHANGELOG
Bugs/Issues
Please report any bugs or issues here. Issues and Bugs Template can be found here.
License
Copyright © 2020-Present Lighthaus Theme<br> Copyright © 2020-Present Adhiraj Sirohi<br> Copyright © 2020-Present Vasundhara Sharma
<p align="left"><a href="https://github.com/Brutuski/lighthaus-vim-airline/blob/master/LICENSE"><img src="https://img.shields.io/static/v1.svg??style=flat&logo=appveyore&label=License&message=MIT&colorA=1C918A&colorB=50C16E"/></a></p> <p align="center"><img src="https://raw.githubusercontent.com/lighthaus-theme/lighthaus/9e5cf66db03fc3e183e6cfbf7c4c04263a4f23df/ImageResources/lighthaus-border.svg"><p>