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.
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: