Fix confusing documentation references

1. architecture.md: Fixed diagram to show 'studio' instead of 'g3-console'
   (the crate was renamed during development)

2. analysis/memory.md: Removed reference to non-existent machine_ui_writer.rs

3. theme.rs: Clarified that 'retro' is a theme option (the default theme),
   not a separate TUI mode. No --retro CLI flag exists.
This commit is contained in:
Dhanji R. Prasanna
2026-01-12 20:49:37 +05:30
parent be54032cd8
commit 81ea149369
3 changed files with 6 additions and 4 deletions

View File

@@ -4,7 +4,11 @@ use std::fs;
use std::path::Path;
use anyhow::Result;
/// Color theme configuration for the retro TUI
/// Color theme configuration for the TUI.
///
/// Note: The "retro" theme is the default theme (inspired by Alien terminals).
/// This is a theme option, not a separate TUI mode. The theme can be selected
/// via config file or the `from_name()` method ("default" and "retro" are equivalent).
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct ColorTheme {
/// Name of the theme