mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- 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:
@@ -157,7 +157,7 @@ public class GameLogPanel extends JPanel {
|
|||||||
tar.setWrapStyleWord(true);
|
tar.setWrapStyleWord(true);
|
||||||
tar.setForeground(FSkin.getColor(FSkin.Colors.CLR_TEXT));
|
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(); }
|
if (useAlternateBackColor) { skinColor = skinColor.darker(); }
|
||||||
tar.setOpaque(true);
|
tar.setOpaque(true);
|
||||||
tar.setBackground(skinColor);
|
tar.setBackground(skinColor);
|
||||||
|
|||||||
Reference in New Issue
Block a user