Initial commit

This commit is contained in:
shaunsingh
2021-06-01 12:38:31 -04:00
commit ddd6de19fa
9 changed files with 1150 additions and 0 deletions

22
colors/moonlight.vim Normal file
View File

@@ -0,0 +1,22 @@
" M O O N L I G H T
" _..._ _..._ _..._ _..._ _..._
" .:::::::. .::::. `. .:::: `. .::' `. .' `.
" ::::::::::: :::::::. : :::::: : ::: : : :
" ::::::::::: :::::::: : :::::: : ::: : : :
" `:::::::::' `::::::' .' `::::: .' `::. .' `. .'
" `':::'' `'::'-' `'::.-' `':..-' `-...-'
"
" Colorscheme name: moonlight.nvim
" Description: Port of VSCode's Moonlight colorscheme for NeoVim
" Author: https://github.com/shaunsingh
lua << EOF
package.loaded['moonlight'] = nil
package.loaded['moonlight.util'] = nil
package.loaded['moonlight.colors'] = nil
package.loaded['moonlight.theme'] = nil
package.loaded['moonlight.functions'] = nil
require('moonlight').set()
EOF