mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-11-05 08:02:21 +00:00
modularize
This commit is contained in:
parent
198fd107d7
commit
29e4ccc806
6 changed files with 223 additions and 203 deletions
6
src/colors.rs
Normal file
6
src/colors.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
pub const RESET: &str = "\x1b[0m";
|
||||
pub const BLUE: &str = "\x1b[34m";
|
||||
pub const CYAN: &str = "\x1b[36m";
|
||||
pub const GREEN: &str = "\x1b[32m";
|
||||
pub const YELLOW: &str = "\x1b[33m";
|
||||
pub const RED: &str = "\x1b[31m";
|
||||
Loading…
Add table
Add a link
Reference in a new issue