dotfiles/nvim/colors/fds-theme.vim

7 lines
214 B
VimL
Raw Normal View History

2022-01-11 14:20:38 +00:00
" 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'))