mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-19 14:27:50 +01:00
Fix some bugs and start work on new collections tab.
This commit is contained in:
parent
e9fc57022e
commit
fba5bc6820
26 changed files with 1346 additions and 717 deletions
|
|
@ -27,6 +27,8 @@ public static class Colors
|
|||
public const uint MetaInfoText = 0xAAFFFFFF;
|
||||
public const uint RedTableBgTint = 0x40000080;
|
||||
public const uint DiscordColor = 0xFFDA8972;
|
||||
public const uint SelectedColor = 0x6069C056;
|
||||
public const uint RedundantColor = 0x6050D0D0;
|
||||
public const uint FilterActive = 0x807070FF;
|
||||
public const uint TutorialMarker = 0xFF20FFFF;
|
||||
public const uint TutorialBorder = 0xD00000FF;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue