sharkdp / pastel

A command-line tool to generate, analyze, convert and manipulate colors
Apache License 2.0
5k stars 97 forks source link

Colourcheck fails in tmux #110

Closed daphniz closed 4 years ago

daphniz commented 4 years ago

For me, the result of pastel colorcheck is as expected in xterm, but not in xterm/tmux, where the lower squares are different shades of grey.

sharkdp commented 4 years ago

Same for me. I guess tmux does not support 24-bit colors?

daphniz commented 4 years ago

It does. I got it to work by adding

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

to .tmux.conf.

sharkdp commented 4 years ago

So this is actually an example of pastel colorcheck working correctly :smile: - thank you for the feedback!