mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
7 lines
214 B
VimL
7 lines
214 B
VimL
|
" You probably always want to set this in your vim file
|
||
|
set background=dark
|
||
|
let g:colors_name="fds-theme"
|
||
|
|
||
|
" include our theme file and pass it to lush to apply
|
||
|
lua require('lush')(require('lush_theme.fds-theme'))
|