From 9653a63d8ad5a6cc2b5edaab971ece69440e5a52 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sun, 8 Jun 2025 20:57:49 +0200 Subject: Fix: light terminal flag, rm obsolete color.rs file --- src/tui.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tui.rs') diff --git a/src/tui.rs b/src/tui.rs index 1e3061f..990cdae 100644 --- a/src/tui.rs +++ b/src/tui.rs @@ -15,7 +15,6 @@ // along with this program. If not, see . ///// -pub mod colors; pub mod commands; pub mod popup; pub mod ui; -- cgit v1.2.3