mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
feat: Update brand color to mint-cyan across screenshots and UI elements
This commit is contained in:
parent
bbf6f91c56
commit
c6baa4d5dc
46 changed files with 57 additions and 34 deletions
|
|
@ -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!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue