Skip to content

FelixClone/Cores-para-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Cores para C++



🤔 Como usar as cores🎨 Cores



🤔 Como usar as cores


🎨 Cores

Blue color
char blue[] = {0x1b,'[','1',';','3','4','m',0};
Green color
char green[] = {0x1b,'[','1',';','3','2','m',0};
Yellow color
char yellow[] = {0x1b,'[','1',';','3','3','m',0};
Pink color
char pink[] = {0x1b,'[','1',';','3','5','m',0};
Gray color
char gray[] = {0x1b,'[','1',';','3','0','m',0};
Red color
char red[] = {0x1b,'[','1',';','3','1','m',0};
Normal color
char normal[] = {0x1b,'[','1',';','3','9','m',0};




License by Icons8