cshoe / bluewery.vim

:small_blue_diamond: Blue-based vim colorscheme :beer:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bluewery.vim

logo

bluewery

dark_sample

Mode Status line image
NORMAL dark_normal
INSERT dark_insert
VISUAL dark_visual
REPLACE dark_replace

bluewery-light

light_sample

Mode Status line image
NORMAL dark_normal
INSERT dark_insert
VISUAL dark_visual
REPLACE dark_replace

Installation

Using vim-plug,

Plug 'relastle/bluewery.vim'

Add following lines into your .vimrc.

" For dark
colorscheme bluewery
let g:lightline = { 'colorscheme': 'bluewery' }

" For light
colorscheme bluewery-light
let g:lightline = { 'colorscheme': 'bluewery_light' }

Features

  • True-color based color scheme.
  • Supporting lightline colorscheme.
  • Dark and Light version schemes.
  • Supporting airline colorscheme.

pallete

This color scheme is created for truecolor environment, but you can use it in non-truecolor environment by configuring you terminal as following color pallete.

Dark

color_name color_code color color_name color_code color
black (normal) #07242c #07242c black (bright) #142c35 #142c35
red (normal) #fc6195 #fc6195 red (bright) #fc81a5 #fc81a5
green (normal) #5AC6A1 #5AC6A1 green (bright) #233439 #233439
yellow (normal) #fff1ac #fff1ac yellow (bright) #DF7353 #DF7353
blue (normal) #296873 #296873 blue (bright) #6FaEaF #6FaEaF
magenta (normal) #85919b #85919b magenta (bright) #364f6b #364f6b
cyan (normal) #04a7a7 #04a7a7 cyan (bright) #94e7e7 #94e7e7
white (normal) #c4c7c7 #c4c7c7 white (bright) #dafafc #dafafc

Light

color_name color_code color color_name color_code color
black (normal) #07242c #07242c black (bright) #234f5c #234f5c
red (normal) #bb627d #bb627d red (bright) #d65b7f #d65b7f
green (normal) #4c8d77 #4c8d77 green (bright) #b5ab95 #b5ab95
yellow (normal) #978f65 #978f65 yellow (bright) #d16545 #d16545
blue (normal) #2b5860 #2b5860 blue (bright) #428182 #428182
magenta (normal) #7b8791 #7b8791 magenta (bright) #c7c1aa #c7c1aa
cyan (normal) #007777 #007777 cyan (bright) #b7c1aa #b7c1aa
white (normal) #cdc7b0 #cdc7b0 white (bright) #dad4bd #dad4bd

Thanks

This colorscheme is inspired by

NOTE

⚠️ please note that some destructive changes would be done without any confirmation.

License

The MIT License (MIT)

About

:small_blue_diamond: Blue-based vim colorscheme :beer:

License:MIT License


Languages

Language:Vim Script 89.2%Language:Python 9.8%Language:Makefile 1.0%