Yellow still was being a jerk

master
B.J. Dweck 2020-09-25 11:36:08 +02:00
parent 8dffe41150
commit 785cd3f713
1 changed files with 1 additions and 1 deletions

View File

@ -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;