diff --git a/src/main/java/io/rudefox/burrow/Dice8EntropyGenerator.java b/src/main/java/io/rudefox/burrow/Dice8EntropyGenerator.java index 80e1166..59baff0 100644 --- a/src/main/java/io/rudefox/burrow/Dice8EntropyGenerator.java +++ b/src/main/java/io/rudefox/burrow/Dice8EntropyGenerator.java @@ -11,7 +11,7 @@ import static com.diogonunes.jcolor.Attribute.*; public class Dice8EntropyGenerator { public static final AnsiFormat GREEN_STYLE = new AnsiFormat(BLACK_TEXT(), GREEN_BACK(), BOLD()); - public static final AnsiFormat YELLOW_STYLE = new AnsiFormat(BLACK_TEXT(), YELLOW_BACK(), BOLD()); + public static final AnsiFormat YELLOW_STYLE = new AnsiFormat(BLACK_TEXT(), BACK_COLOR(11), BOLD()); public static final AnsiFormat RED_STYLE = new AnsiFormat(WHITE_TEXT(), RED_BACK(), BOLD()); public static final int DICE_PER_ROLL = 11;