1
0
forked from Alepha/Alepha

Clean up some bugs in the console color code.

This commit is contained in:
2023-10-24 00:35:49 -04:00
parent 6aa302f791
commit 7cd33b9164
2 changed files with 5 additions and 2 deletions

View File

@ -237,7 +237,7 @@ namespace Alepha::Hydrogen ::detail:: console
rgb_base= 16,
red_radix= 36,
green_radix= 6,
blue_radix= 0,
blue_radix= 1,
greyscale_base= 232, // Add N to this to get the greyscale offset.
};