crun-cli
v1.4.0
C-based project scaffolding CLI
Loading...
Searching...
No Matches
color.h
Go to the documentation of this file.
1
11
12
#ifndef __COLOR_H__
13
#define __COLOR_H__
14
15
// #########################################
16
// ### HEADERS & MACROS DECLARATION PART ###
17
// #########################################
18
19
// Text colors
20
#define red "\x1B[1;31m"
21
#define green "\x1B[1;32m"
22
#define yellow "\x1B[1;33m"
23
#define bleu "\x1B[1;34m"
24
#define cyan "\x1B[1;36m"
25
#define def "\x1B[0m"
26
#define black "\x1B[1;30m"
27
#define magenta "\x1B[1;35m"
28
#define white "\x1B[1;37m"
29
#define gray "\x1B[0;37m"
30
31
// Background colors
32
#define bgRed "\x1B[41m"
33
#define bgGreen "\x1B[42m"
34
#define bgYellow "\x1B[43m"
35
#define bgBlue "\x1B[44m"
36
#define bgMagenta "\x1B[45m"
37
#define bgCyan "\x1B[46m"
38
#define bgWhite "\x1B[47m"
39
40
#endif
// __COLOR_H__
project
common
color.h
Generated on
for crun-cli by
1.16.1