├── LICENSE ├── README.md ├── colors └── jellybeans-nvim.vim ├── lua ├── lualine │ └── themes │ │ └── jellybeans.lua └── lush_theme │ └── jellybeans-nvim.lua └── scrot.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metalelf0/jellybeans-nvim/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metalelf0/jellybeans-nvim/HEAD/README.md -------------------------------------------------------------------------------- /colors/jellybeans-nvim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metalelf0/jellybeans-nvim/HEAD/colors/jellybeans-nvim.vim -------------------------------------------------------------------------------- /lua/lualine/themes/jellybeans.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metalelf0/jellybeans-nvim/HEAD/lua/lualine/themes/jellybeans.lua -------------------------------------------------------------------------------- /lua/lush_theme/jellybeans-nvim.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metalelf0/jellybeans-nvim/HEAD/lua/lush_theme/jellybeans-nvim.lua -------------------------------------------------------------------------------- /scrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metalelf0/jellybeans-nvim/HEAD/scrot.png --------------------------------------------------------------------------------