bkegley / gloombuddy

Gloom inspired theme for neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gloombuddy

Gloom inspired theme for neovim using colorbuddy.

theme

Installation

Vim Plug

Plug 'tjdevries/colorbuddy.vim'
Plug 'bkegley/gloombuddy'

" in your init.vim
colorscheme gloombuddy
" or
lua require'colorbuddy'.colorscheme('gloombuddy')

Todo

Highlighting currently relies heavily on treesitter. We should implement language specific highlighting for those that aren't using treesitter.

About

Gloom inspired theme for neovim

License:MIT License


Languages

Language:Lua 99.8%Language:Vim Script 0.2%