From f4dbbf869ebc58f62af1106a6197e4a845d4c058 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 3 Jan 2024 16:52:11 +0300 Subject: [PATCH] fixed --- include/logo.h | 6 +++--- themes/fira.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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},