tarkah / tickrs

Realtime ticker data in your terminal 📈
MIT License
1.16k stars 58 forks source link

Not sure if bug, can't see pre/post graph like in the demo. #42

Closed dkowis closed 3 years ago

dkowis commented 3 years ago

On the hypetrain! :gem: :raised_hands:

But seriously, I don't see the dim color for the differentiation between pre/post, do I have something configured wrong?

It's alacritty on PopOS! 20.10 image

tarkah commented 3 years ago

💎🙌🚀

Can you try different colors and see if the problem persists? If you run the following, is "GRAY" visible?

echo -e "\033[1;30mGRAY"

It seems your Gray color and terminal background are the same color, so it is indistinguishable. At least that's my hunch!

dkowis commented 3 years ago

GRAY is barely visible, but it's not at all visible in the app...

image

tarkah commented 3 years ago

Hmm, maybe I'm using the wrong code. I'm trying to figure out what Color::DarkGray (the color I'm using in the TUI library) actually resolves to

dkowis commented 3 years ago

So there is something fishy with my color scheme, I was using solarized dark from here: https://github.com/alacritty/alacritty/wiki/Color-schemes#solarized

I switched to "afterglow" from the same site and it works: image

tarkah commented 3 years ago

Looks good! I'm 99% sure it's just the theme that's the problem, so I'm going to go ahead and close this. Hope you're enjoying the app!

dkowis commented 3 years ago

Yeah, it's definitely the theme, switching to a new one! Thanks.