thekelvinliu / stllrzd

a dark colorscheme for vim and terminals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stllrzd

a dark colorscheme for vim and terminals

ansi color table

install

any package manager should do. i use vim-plug.

call plug#begin()
...
Plug 'thekelvinliu/stllrzd'
call plug#end()
...
set background=dark
set termguicolors

" or colorscheme stllrzd
let g:colors_name = 'stllrzd'

about

stellarized with some color and highlighting adjustments.

About

a dark colorscheme for vim and terminals

License:MIT License


Languages

Language:Vim Script 93.7%Language:Shell 6.3%