/vim-colors-blueprint

A color scheme for #vim and #neovim which was inspired by blueprints.

Primary LanguageVim script

What's this?

A Vim/Neovim colorscheme was inspired by blueprints.

Screenshot

In the screenshot:

Color Palette

This color scheme actually uses only 6 colors below:

white      : #ffffff

blue       : #008ec4
dark_blue  : #1458A2

red        : #ff7e79
green      : #73fa79
yellow     : #ffd479

But chosen colors follow also work pretty well as well:

background: #175faf
foreground: #ffffff

black:      #c0c0c0
red:        #ff7e79
green:      #73fa79
yellow:     #ffd479
blue:       #76d6ff
magenta:    #ff8ad8
cyan:       #73fdff
white:      #ffffff

Requirements

  • set termguicolors in your .vimrc: Read this to check if your terminal emulator supports it or not

Installation

If you use vim-plug, do something like this in your .vimrc.

Plug 'thenewvu/vim-colors-blueprint' 
set rtp+=~/.vim/plugged/vim-colors-blueprint 
colorscheme blueprint 

For other plugin managers, please follow their guide.

Credits

License

MIT.