https://github.com/metalelf0/jellybeans-nvim
A port of jellybeans colorscheme for neovim
https://github.com/metalelf0/jellybeans-nvim
Last synced: 3 months ago
JSON representation
A port of jellybeans colorscheme for neovim
- Host: GitHub
- URL: https://github.com/metalelf0/jellybeans-nvim
- Owner: metalelf0
- License: mit
- Created: 2021-04-05T12:18:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T08:09:08.000Z (5 months ago)
- Last Synced: 2025-03-11T11:56:08.790Z (3 months ago)
- Language: Lua
- Size: 503 KB
- Stars: 117
- Watchers: 3
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neovim - metalelf0/jellybeans-nvim - A port of jellybeans colorscheme. (Colorscheme / Lua Colorscheme)
- awesome-neovim-sorted - metalelf0/jellybeans-nvim
- awesome-neovim-sorted - metalelf0/jellybeans-nvim
README
Jellybeans-nvim: a lua port of jellybeans for neovim
===
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](https://github.com/savq/paq-nvim), adjust to your package manager):```
local paq = require('paq-nvim').paqpaq { '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](http://git.io/lush.nvim); for more
information on Lush and a helper script to setup your repo clone.* Please ensure that the *termguicolor* option in your init.lua file is activated `vim.opt.termguicolors = true`