-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolor.sh
More file actions
95 lines (95 loc) · 3.76 KB
/
color.sh
File metadata and controls
95 lines (95 loc) · 3.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
export C_NORMAL='\033[0m'
export C_HEADER='\033[1;37m'
export C_GRBL_BLUE='\033[38;2;30;144;255m'
export C_GRBL_ORANGE='\033[38;2;255;119;0m'
export C_AQUA='\033[38;2;0;255;255m'
export C_AQUA_MARINE='\033[38;2;127;255;212m'
export C_AZURE='\033[38;2;240;255;255m'
export C_BEIGE='\033[38;2;245;245;220m'
export C_BISQUE='\033[38;2;255;228;196m'
export C_BLACK='\033[38;2;0;0;0m'
export C_BLUE='\033[38;2;0;0;255m'
export C_BLUE_EFECT='\033[38;2;255;255;0m'
export C_BLUE_VIOLET='\033[38;2;138;43;226m'
export C_BROWN='\033[38;2;165;42;42m'
export C_CADET_BLUE='\033[38;2;95;158;160m'
export C_CHOCOLATE='\033[38;2;210;105;30m'
export C_CORAL='\033[38;2;255;127;80m'
export C_CYAN='\033[38;2;0;255;255m'
export C_DARK='\033[38;2;128;128;128m'
export C_DARK_BLUE='\033[38;2;0;0;139m'
export C_DARK_CYAN='\033[38;2;0;139;139m'
export C_DARK_GOLD='\033[38;2;184;134;11m'
export C_DARK_GRAY='\033[38;2;128;128;128m'
export C_DARK_GREEN='\033[38;2;0;100;0m'
export C_DARK_GREY='\033[38;2;128;128;128m'
export C_DARK_MAGENTA='\033[38;2;139;0;139m'
export C_DARK_OLIVE='\033[38;2;85;107;47m'
export C_DARK_ORANGE='\033[38;2;255;69;0m'
export C_DARK_ORCHID='\033[38;2;153;50;204m'
export C_DARK_RED='\033[38;2;139;0;0m'
export C_DARK_TURQUOISE='\033[38;2;0;206;209m'
export C_DARK_VIOLET='\033[38;2;148;0;211m'
export C_DEALCOMP='\033[38;2;70;130;180m'
export C_DEEP_PINK='\033[38;2;255;20;147m'
export C_END='\033[38;2;169;169;169m'
export C_EQ='\033[38;2;0;0;0m'
export C_EQ_EFECT='\033[38;2;255;255;255m'
export C_ERROR='\033[38;2;255;215;0m'
export C_FAIL='\033[38;2;220;20;60m'
export C_FIREBRICK='\033[38;2;178;34;34m'
export C_FUCHSIA='\033[38;2;255;0;255m'
export C_FULLPIPE='\033[38;2;128;128;0m'
export C_FULLPIPE_EFECT='\033[38;2;255;255;0m'
export C_GAINSBORO='\033[38;2;220;220;220m'
export C_GOLD='\033[38;2;255;215;0m'
export C_GRAY='\033[38;2;169;169;169m'
export C_GRBL='\033[38;2;102;205;170m'
export C_GREEN='\033[38;2;0;128;0m'
export C_GREY='\033[38;2;169;169;169m'
export C_HALFPIPE='\033[38;2;85;0;0m'
export C_HALFPIPE_EFECT='\033[38;2;255;255;0m'
export C_HOT_PINK='\033[38;2;255;105;180m'
export C_INDIGO='\033[38;2;75;0;130m'
export C_INNOHOME='\033[38;2;255;69;0m'
export C_IVORY='\033[38;2;255;255;240m'
export C_KHAKI='\033[38;2;240;230;140m'
export C_LAVENDER='\033[38;2;230;230;250m'
export C_LIGHT_BLUE='\033[38;2;173;216;230m'
export C_LIGHT_CYAN='\033[38;2;224;255;255m'
export C_LIGHT_GRAY='\033[38;2;211;211;211m'
export C_LIGHT_GREEN='\033[38;2;144;238;144m'
export C_LIGHT_GREY='\033[38;2;211;211;211m'
export C_LIGHT_ORANGE='\033[38;2;255;119;0m'
export C_LIGHT_PINK='\033[38;2;255;182;193m'
export C_LIGHT_SALMON='\033[38;2;255;160;122m'
export C_LIGHT_YELLOW='\033[38;2;255;255;224m'
export C_LIME='\033[38;2;173;255;47m'
export C_LIST='\033[38;2;173;216;230m'
export C_MAGENTA='\033[38;2;255;0;255m'
export C_MIDNIGHT='\033[38;2;25;25;112m'
export C_MOCCASIN='\033[38;2;255;228;181m'
export C_NAVY='\033[38;2;0;0;128m'
export C_OFF='\033[38;2;0;0;0m'
export C_OLIVE='\033[38;2;128;128;0m'
export C_OLIVE_DRAB='\033[38;2;107;142;35m'
export C_ORANGE='\033[38;2;255;140;0m'
export C_ORCHID='\033[38;2;218;112;214m'
export C_PASS='\033[38;2;124;252;0m'
export C_PINK='\033[38;2;255;192;203m'
export C_PURPLE='\033[38;2;128;0;128m'
export C_RED='\033[38;2;255;0;0m'
export C_RESET='\033[38;2;169;169;169m'
export C_SALMON='\033[38;2;250;128;114m'
export C_SILVER='\033[38;2;192;192;192m'
export C_SKY_BLUE='\033[38;2;0;191;255m'
export C_SLIME='\033[38;2;0;255;0m'
export C_SNOW='\033[38;2;255;250;250m'
export C_START='\033[38;2;0;0;0m'
export C_TBD='\033[38;2;245;245;245m'
export C_TODO='\033[38;2;128;128;128m'
export C_TURQUOISE='\033[38;2;64;224;208m'
export C_VIOLET='\033[38;2;238;130;238m'
export C_WHITE='\033[38;2;255;255;255m'
export C_YELLOW='\033[38;2;255;255;0m'
export C_YELLOW_GREEN='\033[38;2;154;205;50m'