Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.13 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.13 KB

vim-nozomi 🌕

Introduction

A dark but colorful and midium brightness colorscheme for VIM.
It has 256 and true colors support both terminal and GUI.

Nozomi means hope and is suggestive of full moon in Japanese.

Colors

colors

Installation

Manual:

git clone https://github.com/nokobear/vim-nozomi
cp vim-nozomi/colors/nozomi.vim ~/.vim/colors/

OR
Use a package manager like vim-plug.

Using vim-plug:

Plug 'nokobear/vim-nozomi'

Screenshots

vimscript

vimscript-screenshot

diff

screenshot-diff

Customization

Edit ./colors/nozomi.vim.

OR
Nozomi is created with vim-colorscheme-edit.
Edit ./src/nozomi.csed with this plugin.

edit-nozomi

Misc

for vim-airline plugin

Nozomi doesn't have vim-airline-theme, but I feel bubblegum or wombat is well matched.

let g:airline_theme = 'bubblegum'
" or
let g:airline_theme = 'wombat'