Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metalelf0/jellybeans-nvim
A port of jellybeans colorscheme for neovim
https://github.com/metalelf0/jellybeans-nvim
Last synced: 14 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T16:48:10.000Z (11 months ago)
- Last Synced: 2024-07-31T20:49:20.139Z (3 months ago)
- Language: Lua
- Size: 501 KB
- Stars: 99
- Watchers: 5
- Forks: 18
- 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)
README
Jellybeans-nvim: a lua port of jellybeans for neovim
===![Screenshot](scrot.png)
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.