Skip to content

Commit

Permalink
green should have been cyan
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Feb 17, 2024
1 parent aeb644c commit 56bf36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/repl_ui/src/colors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ const STYLE_CODES: StyleCodes = if cfg!(target_family = "wasm") {
};

pub const GREEN: &str = STYLE_CODES.green;
pub const CYAN: &str = STYLE_CODES.green;
pub const CYAN: &str = STYLE_CODES.cyan;
pub const END_COL: &str = STYLE_CODES.reset;

0 comments on commit 56bf36f

Please sign in to comment.