From: Simon Cross Date: Sat, 17 May 2014 20:58:38 +0000 (+0200) Subject: Turquoise. X-Git-Tag: 0.1~17 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=3d79546358ef6a9a418fc2150daaf199365ae88f Turquoise. --- diff --git a/naja/widgets/info_area.py b/naja/widgets/info_area.py index 5697b19..36b3755 100644 --- a/naja/widgets/info_area.py +++ b/naja/widgets/info_area.py @@ -85,8 +85,9 @@ class InfoAreaWidget(Widget): hint = TextBoxWidget( (0, 0), hint_text, padding=4, - box_width=box_width, - border=2, border_colour=PALETTE.GREY) + colour=PALETTE.WHITE, border=2, + bg_colour=PALETTE.BLACK, border_colour=PALETTE.BLUE, + box_width=box_width) hint.prepare() y_offset = (INFO_SIZE[1] - hint.surface.get_rect().height - BIT_SIZE[1] - 2)