Vim Lighthaus Save

A Lighthaus theme for (n)vim, vim-airline and lightline

Project README

Status

Vim Lighthaus

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:

Screenshots

Vim

Vim-Airline

Lightline-Vim

Vim-Airline demo

Lightline demo

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 your vimrc
  • Run :PlugInstall inside vim
  • Activate the theme by adding colorscheme lighthaus in your vimrc
  • 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.
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.

Lightline

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.

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 your vimrc. Default is dark
    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.
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
Copyright © 2020-Present Adhiraj Sirohi
Copyright © 2020-Present Vasundhara Sharma

Open Source Agenda is not affiliated with "Vim Lighthaus" Project. README Source: lighthaus-theme/vim-lighthaus

Open Source Agenda Badge

Open Source Agenda Rating