gruvbox
gruvbox copied to clipboard
Retro groove color scheme for Vim
I want to try and change a gruvbox palette color. This is what I did. ``` vim.cmd([[ let g:gruvbox_colors = {'bright_green': '#000000', 'neutral_green': '#000000', 'green': '#0 00000', 'faded_green': '#000000',}]], true)...
I'm really liking the colors, but the transparent background option won't work for me. Here's my vimrc (the relevant portion at least): > call plug#begin() > > Plug 'vim-airline/vim-airline' >...
### I want to say thank you right away, and maybe I'm not addressing it in the right place. #### I'm using: - nvim version 0.7.0 - This is my...
At first, tabline color is drak, which is same as I set. But when I jump to another file to find a defination (using coc), the color of tabline becomes...
 The '=' isn't highlighted by cursorline. I investigated and found this: https://github.com/morhetz/gruvbox/blob/cb4e7a5643f7d2dd40e694bcbd28c4b89b185e86/colors/gruvbox.vim#L590 `call s:HL('Normal', s:fg1, s:bg0)` The syntax is setting the background back to bg0. Don't know if it...
I installed gruvbox using vim-plug but it's not working as I'd expect. It's installed in `~/.vim/pugged/` and `.vimrc`has this content... ``` call plug#begin('~/.vim/plugged') " Color-schemes Plug 'morhetz/gruvbox' call plug#end() colorscheme...
Here is what the cursor looks like before insert mode:  And here is what it looks like in insert mode:  I have tried g:gruvbox_improved_strings but this setting makes strings...
When using the EAP version of PhpStorm Gruvbox only shows up as one theme instead of all colours available like on the normal PhpStorm version. 
i'm using tmux+alacritty but the same happens in the default ubuntu (20) terminal. The border around the vim interface with the same color as in the used terminal I've highlighted...