Skip to content

fladson/vim-lighthaus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Lighthaus

A Lighthaus theme for Vim.

A Lighthaus theme for Vim-Airline.

A Lighthaus theme for 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' 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

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.

Version

v 1.0.1 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.

License

Copyright © 2020-Present Lighthaus Theme Copyright © 2020-Present Adhiraj Sirohi Copyright © 2020-Present Vasundhara Sharma

About

A Lighthaus theme for vim, vim-airline and lightline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 100.0%