feat: Update brand color to mint-cyan across screenshots and UI elements

This commit is contained in:
elipeter 2026-05-05 19:02:47 -04:00
parent bbf6f91c56
commit c6baa4d5dc
46 changed files with 57 additions and 34 deletions

View file

@ -177,7 +177,10 @@ pub fn render_welcome() -> String {
out.push('\n');
for line in LOGO {
out.push_str(&format!(" {}\n", style(line).color256(141).bold()));
out.push_str(&format!(
" {}\n",
style(line).true_color(114, 243, 215).bold()
));
}
out.push_str(&format!(