jeff-hughes / shellcaster

Terminal-based podcast manager built in Rust
GNU General Public License v3.0
199 stars 12 forks source link

Add option to set custom colors in config #25

Closed jeff-hughes closed 3 years ago

jeff-hughes commented 3 years ago

Users should be able to specify colors in the app by the built-in color names (e.g., "black", "white", "magenta"), or use their terminal foreground and background colors, or specify a custom color by hex code.

See #23 for more discussion