dmadisetti / steam-tui

Rust TUI client for steamcmd
MIT License
858 stars 17 forks source link

Proper theming #49

Closed zeerooth closed 2 years ago

zeerooth commented 2 years ago

To resolve #46

I removed any explicit references to Color styles in code (except for highliting) and basically let the terminal decide it while rendering the app. I also used the terminal_light crate to determine the terminal's background color and set it as a background for the games' icons.

How it looks like now: 1661808846 1661808735

dmadisetti commented 2 years ago

LGTM