workmux 0.1.170

An opinionated workflow tool that orchestrates git worktrees and tmux
1
2
3
4
5
//! Re-exports the shared theme palette for backwards compatibility.
//!
//! The canonical location is `crate::ui::theme`.

pub use crate::ui::theme::ThemePalette;