Skip to content

metalelf0/jellybeans-nvim

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 5, 2021 14:17
lua
March 21, 2022 12:51
April 5, 2021 14:17
April 5, 2021 14:43

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