diff --git a/include/logo.h b/include/logo.h index 9b1469f..5ccc73a 100644 --- a/include/logo.h +++ b/include/logo.h @@ -40,9 +40,9 @@ char *Arch[] = { "\033[1;34m / \\ ", "\033[1;34m /\\ \\ ", "\033[1;34m / \\ ", - "\033[1;34m / ,, \\ ", - "\033[1;34m / | | -\\ ", - "\033[1;34m/_-'' ''-_\\ ", + "\033[1;37m / ,, \\ ", + "\033[1;37m / | | -\\ ", + "\033[1;37m/_-'' ''-_\\ ", " " }; diff --git a/themes/fira.h b/themes/fira.h index 6cf9da1..5172791 100644 --- a/themes/fira.h +++ b/themes/fira.h @@ -18,7 +18,7 @@ typedef struct { #ifdef _MAIN_H PARAMETR CONFIG[] = { - {"  ", PrintOs}, + {"\033[1;31m  ", PrintOs}, {"  ", GetKernel}, {"  ", GetUptime}, {"  ", GetPkg},