Skip to content

Commit

Permalink
Fixed theme
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh committed Jun 1, 2021
1 parent 34bb9c4 commit 5004bed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions colors/moonlight.vim → colors/solarized.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
" `:::::::::' `::::::' .' `::::: .' `::. .' `. .'
" `':::'' `'::'-' `'::.-' `':..-' `-...-'
"
" Colorscheme name: moonlight.nvim
" Colorscheme name: solarized.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
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('moonlight').set()
require('solarized').set()
EOF

0 comments on commit 5004bed

Please sign in to comment.