- Use CLR_ZEBRA for the game log window for consistency with the deck editor tables and to make some themes (e.g. Firebloom) easier on the eyes.

This commit is contained in:
Agetian
2014-01-23 06:24:21 +00:00
parent a26d45793e
commit 35bff6a89b

View File

@@ -157,7 +157,7 @@ public class GameLogPanel extends JPanel {
tar.setWrapStyleWord(true);
tar.setForeground(FSkin.getColor(FSkin.Colors.CLR_TEXT));
FSkin.SkinColor skinColor = FSkin.getColor(FSkin.Colors.CLR_THEME2);
FSkin.SkinColor skinColor = FSkin.getColor(FSkin.Colors.CLR_ZEBRA);
if (useAlternateBackColor) { skinColor = skinColor.darker(); }
tar.setOpaque(true);
tar.setBackground(skinColor);