Actually use shim for colors and utilities #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
colors.rs is meant to be a shim for the TUI and GUI to share color scheme, potentially loaded from optional user provided CSS configurations, but at the moment it is hard-coded. This should be factored out into a library that the GUI and TUI share for common functionality.