Skip to content

ysdexlic/dwarf.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dwarf.vim

Installation

Plug 'ysdexlic/dwarf.vim'  " or other package manager
"...
set termguicolors          " enable true colors support
let dwarfcolor="forge"     " for default theme
let dwarfcolor="iron"      " for rustic theme
let dwarfcolor="steel"     " for dark theme
let dwarfcolor="obsydian"  " for high contrast theme
colorscheme dwarf

Also has lightline support, add this to your lightline config:

let g:lightline = {
      " ...
      \ 'colorscheme': 'dwarf',
      " ...
      \ }