Fixed theme

This commit is contained in:
shaunsingh
2021-06-01 12:49:02 -04:00
parent 34bb9c4568
commit 5004bed761

22
colors/solarized.vim Normal file
View File

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