Skip to content
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

Colors not vivid #279

Closed
CaptainDaVinci opened this issue May 9, 2019 · 2 comments
Closed

Colors not vivid #279

CaptainDaVinci opened this issue May 9, 2019 · 2 comments

Comments

@CaptainDaVinci
Copy link

CaptainDaVinci commented May 9, 2019

I am facing an issue where the colors on my terminal, URxvt, are not the same as the ones shown in the gallery.

Uploading 2019-05-09-210928_1920x1080_scrot.png…

$ echo $TERM
rxvt-unicode-256color

I've tried the suggestions in terminal-specific, but none of them seem to work for me.
Although running the gruvbox_256palette.sh does seem to make a slight difference, it is till not the same as that shown in the gallery.

Relevant lines of vimrc

 set t_8f=^[[38;2;%lu;%lu;%lum        " set foreground color
 set t_8b=^[[48;2;%lu;%lu;%lum        " set background color
 colorscheme gruvbox
 set t_Co=256                         " Enable 256 colors
 set termguicolors                    " Enable GUI colors for the terminal to get truecolor

Edit: I tried using the suckless-terminal (fresh install) but the colors rendered is the same as that shown above.

@XVilka
Copy link

XVilka commented May 22, 2019

I recommend to switch the terminal instead. There are so many options to choose from: https://github.com/termstandard/colors#now-supporting-true-color

Also you can try st's fork instead of vanilla st - https://github.com/gnotclub/xst/

@micharbet
Copy link

micharbet commented May 22, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants