docs(blog): update terminal post to reflect red-only scheme
This commit is contained in:
parent
bc45a0feb7
commit
79be6699ed
@ -79,8 +79,7 @@ the terminal UI uses ANSI escape codes for colors and styling. ANSI codes are se
|
|||||||
|
|
||||||
```rust
|
```rust
|
||||||
// ANSI 256-color codes
|
// ANSI 256-color codes
|
||||||
pub const RED: &str = "\x1b[38;5;167m"; // #dd4132
|
pub const RED: &str = "\x1b[38;5;167m"; // #dd4132 accent
|
||||||
pub const CYAN: &str = "\x1b[38;5;87m"; // #22D3EE
|
|
||||||
pub const WHITE: &str = "\x1b[97m";
|
pub const WHITE: &str = "\x1b[97m";
|
||||||
pub const DIM: &str = "\x1b[2m";
|
pub const DIM: &str = "\x1b[2m";
|
||||||
pub const RESET: &str = "\x1b[0m";
|
pub const RESET: &str = "\x1b[0m";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user