X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fwidgets%2Fplayer_bits.py;h=6eeef0905ac0f0b0c76a048c0721aea253e7ab4e;hb=03a118a3e62b13b477c1308514235a7533083d2c;hp=df122c8342a665c1e5533cbf894adfbf97a1a340;hpb=c4bc36af488c23252855cf83dbd493e0e3b3590c;p=naja.git diff --git a/naja/widgets/player_bits.py b/naja/widgets/player_bits.py index df122c8..6eeef09 100644 --- a/naja/widgets/player_bits.py +++ b/naja/widgets/player_bits.py @@ -32,9 +32,9 @@ class PlayerBitsWidget(Widget): bits = ( (BITS.MSB, 'msb', ()), - (BITS.YELLOW, 'yellow', ()), - (BITS.MAGENTA, 'magenta', ()), - (BITS.CYAN, 'cyan', ()), + (BITS.RED, 'red', ()), + (BITS.GREEN, 'green', ()), + (BITS.BLUE, 'blue', ()), (BITS.WEST, 'arrow', (R90,)), (BITS.EAST, 'arrow', (R270,)), (BITS.SOUTH, 'arrow', (R180,)),