Update error colors

This commit is contained in:
EnderIce2
2024-03-02 01:42:23 +02:00
parent 7ed89bcb4c
commit 8caed0c35c
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ namespace Driver
{
if (Drivers.empty())
{
KPrint("\eFF0000No drivers to load");
KPrint("\eE85230No drivers to load");
return;
}