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

Is there a reason why your screenshot's colors are more brown than blue? #6

Open
joech4n opened this issue Jan 31, 2015 · 6 comments
Open

Comments

@joech4n
Copy link

joech4n commented Jan 31, 2015

Your tmux screenshot

Solarized

@cpixl
Copy link

cpixl commented May 8, 2015

I would ask the same thing just before I saw this issue open. +1

@dueyfinster
Copy link

yeah strikes me as strange also

@seebi
Copy link
Owner

seebi commented Aug 31, 2015

pls send PR

@vbauerster
Copy link

Looks like it's gruvbox colorscheme

@odani
Copy link

odani commented Apr 7, 2017

Does someone know what zsh theme is used in the first screenshot?

@craigbarnes
Copy link

craigbarnes commented Aug 13, 2017

It's because the color schemes here are using the xterm-style 256 color palette. The real Solarized colors can't be reproduced accurately with an 8-bit palette.

To make it look exactly like the second screenshot the colors need to be defined with CSS-style #rrggbb (24-bit/true color) notation and you will also need tmux >= 2.3, a compatible terminal emulator, and to have enabled the true color terminal override via something like:

set-option -ga terminal-overrides ",xterm-256color:Tc,rxvt-unicode-256color:Tc"

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

7 participants