An atom one inspired dark and light colorscheme using tjdevries/colorbuddy.vim
This plugin is also an example of how easy it is to customize and make new colorschemes based on colorbuddy
.
Check out lua/onebuddy.lua
Requires neovim version 0.5 or greater
Dark theme
Light theme
Font: Jet Brains Mono Statusline: Spaceline RGB Highlightin: nvim-colorizer.
You have to make sure you install tjdevries/colorbuddy.vim Only termguicolors are supported and that will not change.
Plug 'tjdevries/colorbuddy.vim'
Plug 'Th3Whit3Wolf/onebuddy'
" And then somewhere in your init.vim, to set the colorscheme
lua require('colorbuddy').colorscheme('onebuddy')
call minpac#add('tjdevries/colorbuddy.vim')
call minpac#add('Th3Whit3Wolf/onebuddy')
" And then somewhere in your init.vim, to set the colorscheme
lua require('colorbuddy').colorscheme('onebuddy')
In the terminal execute this command.
cd ~/.local/share/nvim/site/pack/opt/
git clone https://github.com/tjdevries/colorbuddy.nvim
git clone https://github.com/Th3Whit3Wolf/onebuddy
In your init.vim
add the following
packadd! colorbuddy
packadd! onebuddy
and then
lua require('colorbuddy').colorscheme('onebuddy')
or
colorscheme onebuddy
- Vim is not supported because the theme is written in lua.
- If you feel like a language should be highlighted differently please open an issue.
- Better LSP Highlighting
- Better Diagnostic Highlighting
- Better Tree Sitter Highlighting