This commit is contained in:
2022-11-05 13:10:06 +06:00
4 changed files with 14 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ void test_kprint_colors(){
testColor(DarkGreen);
testColor(DarkYellow);
testColor(DarkBlue);
testColor(DarkMagneta);
testColor(DarkMagenta);
testColor(DarkCyan);
testColor(Gray);
testColor(DarkGray);
@@ -41,7 +41,7 @@ void test_kprint_colors(){
testColor(Green);
testColor(Yellow);
testColor(Blue);
testColor(Magneta);
testColor(Magenta);
testColor(Cyan);
testColor(White);
kprint_setColor(kprint_bgBlack | kprint_fgGray);