From 4de994a2a7540ab5e762ca9a84a4011751771d78 Mon Sep 17 00:00:00 2001 From: Dhanji Prasanna Date: Thu, 2 Oct 2025 15:23:15 +1000 Subject: [PATCH] tweak --- crates/g3-cli/src/retro_tui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/g3-cli/src/retro_tui.rs b/crates/g3-cli/src/retro_tui.rs index 38da554..1222f36 100644 --- a/crates/g3-cli/src/retro_tui.rs +++ b/crates/g3-cli/src/retro_tui.rs @@ -18,7 +18,7 @@ use std::time::{Duration, Instant}; use tokio::sync::mpsc; // Retro sci-fi color scheme inspired by Alien terminals -const TERMINAL_GREEN: Color = Color::Rgb(154, 174, 135); // Softer vintage green +const TERMINAL_GREEN: Color = Color::Rgb(80, 105, 83); // Softer vintage green const TERMINAL_AMBER: Color = Color::Rgb(242, 204, 148); // Softer amber for warnings const TERMINAL_DIM_GREEN: Color = Color::Rgb(154, 174, 135); // Same softer green for borders const TERMINAL_BG: Color = Color::Rgb(0, 10, 0); // Very dark green background