All Projects → npxbr → Gruvbox.nvim

npxbr / Gruvbox.nvim

Lua port of the most famous vim colorscheme

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Gruvbox.nvim

Vim Janah
Vim colorscheme.
Stars: ✭ 172 (+120.51%)
Mutual labels:  neovim, colorscheme
boo-colorscheme-nvim
Boo is a colorscheme for Neovim with handcrafted support for LSP, Treesitter.
Stars: ✭ 62 (-20.51%)
Mutual labels:  neovim, colorscheme
Alacritty Colorscheme
Change colorscheme of alacritty with ease.
Stars: ✭ 184 (+135.9%)
Mutual labels:  neovim, colorscheme
Vim Pink Moon
A vim/neovim colorscheme
Stars: ✭ 89 (+14.1%)
Mutual labels:  neovim, colorscheme
Vim Colors Github
A Vim colorscheme based on Github's syntax highlighting as of 2018.
Stars: ✭ 286 (+266.67%)
Mutual labels:  neovim, colorscheme
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (+102.56%)
Mutual labels:  neovim, colorscheme
zephyr-nvim
A dark neovim colorscheme written in lua
Stars: ✭ 196 (+151.28%)
Mutual labels:  neovim, colorscheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (+38.46%)
Mutual labels:  neovim, colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+257.69%)
Mutual labels:  neovim, colorscheme
Vim Dogrun
🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
Stars: ✭ 261 (+234.62%)
Mutual labels:  neovim, colorscheme
vim-paper
A personal light theme for (Neo)Vim, based on the colour of paper as found in various notebooks. This project is a read-only mirror of https://gitlab.com/yorickpeterse/vim-paper.
Stars: ✭ 53 (-32.05%)
Mutual labels:  neovim, colorscheme
Night Owl.vim
A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme
Stars: ✭ 349 (+347.44%)
Mutual labels:  neovim, colorscheme
vim-colors-plain
Minimal colorscheme for vim
Stars: ✭ 182 (+133.33%)
Mutual labels:  neovim, colorscheme
Rigel
🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
Stars: ✭ 324 (+315.38%)
Mutual labels:  neovim, colorscheme
Onehalf
Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
Stars: ✭ 974 (+1148.72%)
Mutual labels:  neovim, colorscheme
Dotfiles
My personal configuration management system
Stars: ✭ 66 (-15.38%)
Mutual labels:  neovim
Intero.nvim
Haskell+Neovim lightning fast autocompletion and other IDE functionality
Stars: ✭ 76 (-2.56%)
Mutual labels:  neovim
Nvim Treesitter
Nvim Treesitter configurations and abstraction layer
Stars: ✭ 1,129 (+1347.44%)
Mutual labels:  neovim
Dotfiles
🏡 dotfiles
Stars: ✭ 66 (-15.38%)
Mutual labels:  neovim
Ci dark
Stars: ✭ 79 (+1.28%)
Mutual labels:  neovim

gruvbox.nvim

A port of gruvbox community theme to lua with treesitter support!

Please note that this plugin is under active development right now, so the status for it is still alpha. Please file issues if you find any bugs.

Installing

Using vim-plug

Plug 'rktjmp/lush.nvim'
Plug 'npxbr/gruvbox.nvim'

Using packer

use {"npxbr/gruvbox.nvim", requires = {"rktjmp/lush.nvim"}}

Usage

Inside init.vim

set background=dark " or light if you want light mode
set colorscheme=gruvbox

Inside init.lua

vim.o.background = "dark" -- or "light" for light mode
vim.cmd([[colorscheme gruvbox]])

Configuration

all g:gruvbox_ configs are the same as the original one except for g:gruvbox_guisp_fallback

Additional supported plugins

More to be added..

Screenshots

dark mode

Screenshot-from-2021-02-25-11-41-18.png

light mode

Screenshot-from-2021-02-25-11-41-33.png

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].