Skip to content

A port of jellybeans colorscheme for neovim

License

Notifications You must be signed in to change notification settings

thiagopnts/jellybeans-nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jellybeans-nvim: a lua port of jellybeans for neovim

Screenshot

Instructions

Note: This colorscheme requires at least Neovim 0.5 (it works fine on current master).

Add to your init.lua (this is using paq-nvim, adjust to your package manager):

local paq = require('paq-nvim').paq

paq { 'rktjmp/lush.nvim'}
paq { 'metalelf0/jellybeans-nvim' }

cmd('colorscheme jellybeans-nvim')

Notes

  • I directly mapped original colors as strictly as possible; right now, only colors already defined in the original colorscheme have been mapped, to get a colorscheme as close as possible to the original one. I'll consider adding more highlight groups for plugins etc. if requested;

  • Treesitter support is basic: it uses the default links defined in nvim-treesitter, and I didn't customize the treesitter groups. Please submit a PR or contact me on reddit if you think anything should be changed / improved;

  • this was built with lush.nvim; for more information on Lush and a helper script to setup your repo clone.

About

A port of jellybeans colorscheme for neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 96.6%
  • Vim Script 3.4%