Change yellow color

This commit is contained in:
Dusk 2023-10-02 16:25:05 +02:00
parent 32795ef27f
commit fcbdca4cf7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
pub const Color = [4]u8;
pub const yellow = Color{ 232, 216, 165, 255 };
pub const yellow = Color{ 255, 208, 95, 255 };
pub const brown = Color{ 180, 130, 90, 255 };
pub const cyan = Color{ 138, 167, 172, 255 };
pub const orange = Color{ 222, 154, 40, 255 };