less colors more contrast

This commit is contained in:
Anton-4 2024-02-14 17:20:44 +01:00
parent ec93892c6b
commit c6b5e2f8c3
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
4 changed files with 19 additions and 28 deletions

View file

@ -6,7 +6,7 @@ use const_format::concatcp;
use roc_load::MonomorphizedModule;
use roc_mono::ir::OptLevel;
use roc_repl_eval::gen::Problems;
use roc_repl_ui::colors::{BLUE, END_COL, PINK};
use roc_repl_ui::colors::{CYAN, END_COL, GREEN};
use roc_repl_ui::repl_state::{ReplAction, ReplState};
use roc_repl_ui::{format_output, is_incomplete, CONT_PROMPT, PROMPT, SHORT_INSTRUCTIONS, TIPS};
use roc_reporting::report::{ANSI_STYLE_CODES, DEFAULT_PALETTE};
@ -21,11 +21,11 @@ use crate::cli_gen::eval_llvm;
pub const WELCOME_MESSAGE: &str = concatcp!(
"\n The rockin' ",
BLUE,
CYAN,
"roc repl",
END_COL,
"\n",
PINK,
GREEN,
"────────────────────────",
END_COL,
"\n\n"