-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fallback colors #39
Comments
Try |
Hello, thank you so much for your reply. I have tried it but nothing changes. I made sure that set termguicolors isn't active in my vimrc I have also tried to set my $TERM to vt100 I'm using Alacritty btw... I really hope we can solve this problem. |
Save this as set nocompatible
set runtimepath+=<CHANGE TO PATH TO>/gruvbox8
set notermguicolors
set t_Co=
colorscheme gruvbox8 Run with Are you sure that you have set |
…before loading the color scheme. |
Hello, thank you so much for your help, I have tried everything you said, yes the colors do get stripped but the outcome is nowhere near what you have on your B&W repo I don't know why! |
Do you mean, with the minimal " Minimal vimrc
set nocompatible
set runtimepath+=<PATH TO>/gruvbox8
set notermguicolors
set t_Co=
syntax enable
filetype plugin indent on
set number relativenumber
set laststatus=2
set showtabline=2
set foldmethod=marker
set foldenable
colorscheme gruvbox8 This is a screenshot from Alacritty with the configuration above: |
Closing as not reproducible. |
Hello,
I really hope if you can help me figure out how do you make your theme fallback to 2 colors
do you use
set t_Co=2
I tried it and it didn't work for me. Thank you
The text was updated successfully, but these errors were encountered: