File tree Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,67 @@ if [ -z "${NOCOLOR}" ]; then
68
68
69
69
W1_COLOR="${LRED}" # warning CBSD color 1
70
70
W2_COLOR="${RED}" # warning CBSD color 2
71
+ else
72
+ BOLD=
73
+ DBOLD=
74
+ NBOLD=
75
+ UNDERLINE=
76
+ NUNDERLINE=
77
+ BLINK=
78
+ NBLINK=
79
+ INVERSE=
80
+ NINVERSE=
81
+ BREAK=
82
+ NORMAL=
83
+
84
+ BLACK=
85
+ RED=
86
+ GREEN=
87
+ YELLOW=
88
+ BLUE=
89
+ MAGENTA=
90
+ CYAN=
91
+ GRAY=
92
+
93
+ #bold
94
+ DEF=
95
+ DGRAY=
96
+ LRED=
97
+ LGREEN=
98
+ LYELLOW=
99
+ LBLUE=
100
+ LMAGENTA=
101
+ LCYAN=
102
+ WHITE=
103
+
104
+ #bgcolor
105
+ BGBLACK=
106
+ BGRED=
107
+ BGGREEN=
108
+ BGBROWN=
109
+ BGBLUE=
110
+ BGMAGENTA=
111
+ BGCYAN=
112
+ BGGRAY=
113
+ BGDEF=
114
+
115
+ #control
116
+ CLRLINE=
117
+ CURSORRST=
118
+
119
+ N0_COLOR=
120
+ N1_COLOR=
121
+ N2_COLOR=
122
+ N4_COLOR=
123
+
124
+ H1_COLOR=
125
+ H2_COLOR=
126
+ H3_COLOR=
127
+ H4_COLOR=
128
+ H5_COLOR=
129
+
130
+ W1_COLOR=
131
+ W2_COLOR=
71
132
fi
72
133
73
134
###
You can’t perform that action at this time.
0 commit comments