ludamillion / min-fedu

A vim colorscheme inspired by the VSCode Minimal Fedu colorscheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI Dark

nvim preview

term preview

Usage

iTerm color preset: ci_dark.itermcolors

Neovim/Vim

Plug 'chuling/min_fedu'
Plug 'luochen1990/rainbow'

syntax on
set termguicolors
colorscheme min_fedu

set fillchars+=vert:│

let g:airline_theme = 'min_fedu'
let g:lightline = {
  \ 'colorscheme': 'min_fedu',
}

basic color preset

License

MIT OR Apache-2.0

About

A vim colorscheme inspired by the VSCode Minimal Fedu colorscheme

License:Other


Languages

Language:Vim Script 100.0%