make default message colors readable
This commit is contained in:
parent
75c8b8ed9a
commit
bca7994c00
|
@ -46,9 +46,9 @@
|
||||||
public static readonly MessagePosition RamWatches = new MessagePosition { X = 0, Y = 70 };
|
public static readonly MessagePosition RamWatches = new MessagePosition { X = 0, Y = 70 };
|
||||||
|
|
||||||
public const int
|
public const int
|
||||||
MessagesColor = -1,
|
MessagesColor = unchecked((int)0x_FF_FF_FF_FF),
|
||||||
AlertMessageColor = -65536,
|
AlertMessageColor = unchecked((int)0x_FF_FF_00_00),
|
||||||
LastInputColor = -23296,
|
LastInputColor = unchecked((int)0x_FF_FF_A5_00),
|
||||||
MovieInputColor = -8355712;
|
MovieInputColor = unchecked((int)0x_FF_80_80_80);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue