Initial commit
This commit is contained in:
22
colors/moonlight.vim
Normal file
22
colors/moonlight.vim
Normal 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
|
||||
Reference in New Issue
Block a user