Changed colors; wasn't working on the RPi
This commit is contained in:
parent
21660b6c58
commit
8dffe41150
|
@ -10,9 +10,9 @@ import static com.diogonunes.jcolor.Attribute.*;
|
|||
|
||||
public class Dice8EntropyGenerator {
|
||||
|
||||
public static final AnsiFormat GREEN_STYLE = new AnsiFormat(BLACK_TEXT(), BACK_COLOR(84), BOLD());
|
||||
public static final AnsiFormat YELLOW_STYLE = new AnsiFormat(BLACK_TEXT(), BACK_COLOR(228), BOLD());
|
||||
public static final AnsiFormat RED_STYLE = new AnsiFormat(BLACK_TEXT(), BACK_COLOR(213), BOLD());
|
||||
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 RED_STYLE = new AnsiFormat(WHITE_TEXT(), RED_BACK(), BOLD());
|
||||
|
||||
public static final int DICE_PER_ROLL = 11;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user