Change yellow color
This commit is contained in:
parent
32795ef27f
commit
fcbdca4cf7
|
@ -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 };
|
||||
|
|
Loading…
Reference in New Issue