Skip to content

Yagua/onebuddy

This branch is 2 commits behind Th3Whit3Wolf/onebuddy:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7025dce · Mar 31, 2021

History

20 Commits
Nov 1, 2020
Oct 13, 2020
Mar 31, 2021
Oct 13, 2020
Jan 31, 2021

Repository files navigation

Onebuddy

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

Prequisites

Requires neovim version 0.5 or greater

Screenshots

Dark theme

dark theme

Light theme

light theme

Font: Jet Brains Mono Statusline: Spaceline RGB Highlightin: nvim-colorizer.

Getting Started

You have to make sure you install tjdevries/colorbuddy.vim Only termguicolors are supported and that will not change.

Vim Plug

Plug 'tjdevries/colorbuddy.vim'
Plug 'Th3Whit3Wolf/onebuddy'

" And then somewhere in your init.vim, to set the colorscheme
lua require('colorbuddy').colorscheme('onebuddy')

Minpac

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')

Vim Packages

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

NOTE

  • 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.

TODO

  • Better LSP Highlighting
  • Better Diagnostic Highlighting
  • Better Tree Sitter Highlighting

About

Light and dark atom one theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 99.9%
  • Vim Script 0.1%