mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Tweak alt row color so it contrast better with inactive selection color
This commit is contained in:
@@ -84,7 +84,7 @@ public final class ItemListView<T extends InventoryItem> extends ItemView<T> {
|
||||
private static final SkinColor SEL_ACTIVE_COLOR = FSkin.getColor(FSkin.Colors.CLR_ACTIVE);
|
||||
private static final SkinColor SEL_INACTIVE_COLOR = FSkin.getColor(FSkin.Colors.CLR_INACTIVE);
|
||||
private static final SkinColor HEADER_BACK_COLOR = BACK_COLOR.getContrastColor(-20);
|
||||
static final SkinColor ALT_ROW_COLOR = BACK_COLOR.getContrastColor(-10);
|
||||
static final SkinColor ALT_ROW_COLOR = BACK_COLOR.getContrastColor(10);
|
||||
private static final SkinColor GRID_COLOR = BACK_COLOR.getContrastColor(20);
|
||||
private static final SkinBorder HEADER_BORDER = new FSkin.CompoundSkinBorder(new FSkin.MatteSkinBorder(0, 0, 1, 1, GRID_COLOR), new EmptyBorder(0, 1, 0, 0));
|
||||
private static final SkinFont ROW_FONT = FSkin.getFont(12);
|
||||
|
||||
Reference in New Issue
Block a user