Skip to content

Commit

Permalink
[CI Skip] change white text to white bossbar
Browse files Browse the repository at this point in the history
  • Loading branch information
SchnTgaiSpock committed Sep 28, 2023
1 parent 7d1c666 commit c13c2ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public int[] asArray() {
barColorRGBMap.put(new RGB(0xb9, 0x00, 0x90), BarColor.PINK);
barColorRGBMap.put(new RGB(0x61, 0x00, 0xb9), BarColor.PURPLE);
barColorRGBMap.put(new RGB(0xb9, 0x2a, 0x00), BarColor.RED);
barColorRGBMap.put(new RGB(0x00, 0x00, 0x00), BarColor.WHITE);
barColorRGBMap.put(new RGB(0xff, 0xff, 0xff), BarColor.WHITE);
barColorRGBMap.put(new RGB(0xb9, 0xb9, 0x00), BarColor.YELLOW);
}

Expand Down

0 comments on commit c13c2ac

Please sign in to comment.