enhance TUI layout and threat visualization

This commit is contained in:
Adir Shitrit
2025-11-08 11:49:39 +02:00
parent 75171c7ff2
commit db7a60d091

View File

@@ -12,7 +12,7 @@ use ratatui::{
Frame,
};
// Cyberpunk-inspired color scheme
// Define color constants for consistent theming
const PRIMARY_COLOR: Color = Color::Cyan;
const SECONDARY_COLOR: Color = Color::Magenta;
const SUCCESS_COLOR: Color = Color::Green;