From 3d79546358ef6a9a418fc2150daaf199365ae88f Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 17 May 2014 22:58:38 +0200 Subject: [PATCH] Turquoise. --- naja/widgets/info_area.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.34.1