Gloom inspired theme for neovim using colorbuddy.
Plug 'tjdevries/colorbuddy.vim'
Plug 'bkegley/gloombuddy'
" in your init.vim
colorscheme gloombuddy
" or
lua require'colorbuddy'.colorscheme('gloombuddy')
Highlighting currently relies heavily on treesitter. We should implement language specific highlighting for those that aren't using treesitter.