All Projects → lighthaus-theme → vim-lighthaus

lighthaus-theme / vim-lighthaus

Licence: MIT license
A Lighthaus theme for (n)vim, vim-airline and lightline

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to vim-lighthaus

aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (+357.58%)
Mutual labels:  colorscheme, color-scheme, nvim, vim-colors, vim-colorscheme, vim-colorscheme-dark
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+5921.21%)
Mutual labels:  colorscheme, color-scheme, vim-colors, color-theme, vim-colorscheme
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+4857.58%)
Mutual labels:  colorscheme, color-scheme, color-theme, vim-colorscheme, lightline
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (+203.03%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme, neovim-colorscheme, treesitter
nightfox.nvim
🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
Stars: ✭ 1,489 (+4412.12%)
Mutual labels:  colorscheme, nvim, neovim-colorscheme, treesitter
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (+227.27%)
Mutual labels:  colorscheme, color-scheme, color-theme, vim-colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+745.45%)
Mutual labels:  colorscheme, color-scheme, color-theme, vim-colorscheme
Onedark.vim
A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.
Stars: ✭ 3,136 (+9403.03%)
Mutual labels:  colorscheme, vim-airline, vim-colorscheme, lightline
vscode.nvim
Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
Stars: ✭ 362 (+996.97%)
Mutual labels:  colorscheme, color-scheme, nvim, treesitter
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (+103.03%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme, neovim-colorscheme
disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (+60.61%)
Mutual labels:  colorscheme, color-scheme, vim-colors, vim-colorscheme
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+787.88%)
Mutual labels:  colorscheme, color-scheme, color-theme
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+14493.94%)
Mutual labels:  colorscheme, color-scheme, color-theme
Srcery Vim
Dark colorscheme for gvim and vim
Stars: ✭ 518 (+1469.7%)
Mutual labels:  colorscheme, color-scheme, color-theme
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (+378.79%)
Mutual labels:  colorscheme, color-scheme, nvim
Spacecamp
🔭 Vim colors for the final frontier
Stars: ✭ 288 (+772.73%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-72.73%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+2169.7%)
Mutual labels:  colorscheme, color-scheme, color-theme
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-39.39%)
Mutual labels:  colorscheme, color-scheme, color-theme
Swatch.vim
work with hex color codes and make your own vim colorschemes easily and quickly
Stars: ✭ 57 (+72.73%)
Mutual labels:  colorscheme, color-scheme, nvim

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].