Skip to content

Commit 4b79724

Browse files
committed
update banner color
1 parent a6f748f commit 4b79724

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

common/defs/program_defs.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
#define INIT_VERSION "0.5-beta.0"
2424

2525
#define CLOCKER_BANNER COLOR_TRANSPARENT"\n"\
26-
COLOR_BLACK" █████████ ████ █████ " COLOR_TRANSPARENT"(beta)\n" \
26+
" █████████ ████ █████ (beta)\n" \
2727
" ███░░░░░███░░███ ░░███\n" \
2828
" ███ ░░░ ░███ ██████ ██████ ░███ █████ ██████ ████████\n" \
29-
COLOR_RED"░███"COLOR_WHITE" ░███ ███░░███ ███░░███ ░███░░███ ███░░███░░███░░███\n" \
30-
COLOR_RED"░███"COLOR_WHITE" ░███ ░███ ░███░███ ░░░ ░██████░ ░███████ ░███ ░░░\n" \
31-
COLOR_GREEN"░░███ ███ ░███ ░███ ░███░███ ███ ░███░░███ ░███░░░ ░███\n" \
29+
"░███"" ░███ ███░░███ ███░░███ ░███░░███ ███░░███░░███░░███\n" \
30+
"░███"" ░███ ░███ ░███░███ ░░░ ░██████░ ░███████ ░███ ░░░\n" \
31+
"░░███ ███ ░███ ░███ ░███░███ ███ ░███░░███ ░███░░░ ░███\n" \
3232
" ░░█████████ █████░░██████ ░░██████ ████ █████░░██████ █████\n" \
33-
COLOR_TRANSPARENT" ░░░░░░░░░ ░░░░░ ░░░░░░ ░░░░░░ ░░░░ ░░░░░ ░░░░░░ ░░░░░"COLOR_RESET \
33+
" ░░░░░░░░░ ░░░░░ ░░░░░░ ░░░░░░ ░░░░ ░░░░░ ░░░░░░ ░░░░░" \
3434
// COLOR_TRANSPARENT" (In memory of the Palestinian people...)\n"COLOR_RESET
3535

3636

0 commit comments

Comments
 (0)