Skip to content

WTFox/jellybeans.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🟣 Jellybeans.nvim

A port of the jellybeans colorscheme for Neovim, written in Lua.

Note: This colorscheme is very much a work in progress so breaking changes should be expected. If you find any issues, please report them. I don't have a lot of experience with colorschemes so pull requests are welcome.

jellybeans

✨ Features

  • Written in Lua
  • Treesitter support
  • LSP support
  • Support for popular plugins

📦 Installation

Using lazy.nvim:

{
    "wtfox/jellybeans.nvim",
    priority = 1000,
    config = function()
        require("jellybeans").setup()
        vim.cmd.colorscheme("jellybeans")
    end,
}

🔌 Plugin Support

  • Treesitter
  • LSP
  • Telescope
  • NeoTree
  • Lualine
  • and more...

Lualine

The theme includes a Lualine theme. To enable it:

require('lualine').setup {
    options = {
        theme = 'jellybeans'
    }
}

Inspirations

Acknowledgements

About

Lua port of Jellybeans.vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published