Skip to content

heraldofsolace/nisha-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nisha colorscheme for Vim

This is a dark colorscheme for Vim with warm muted colours.

Installation

With Vim-Plug:

Plug 'heraldofsolace/nisha-vim'

Then run vim +PlugInstall

Manual installation

  1. Clone this repository.
  2. Copy the colors folder to .vim/colors, or .config/nvim/colors if you use NeoVim.

Activation

Set this as your colorscheme:

set termguicolors " This is needed if your terminal supports true colors
colorscheme nisha

Airline

An Airline theme is already provided. If you installed Nisha with a plugin manager, you don't need to anything.

If you installed Nisha manually, copy the autoload folder to .vim/autoload or .config/nvim/autoload or anywhere in your rtp

Set the airline theme -

let g:airline_theme='nisha'

Screenshots

Python

python

Python (folded)

python folded

Ruby

ruby

Vue

vue

Light variant

Coming soon!