From b70ec98c085d8b98cc2b98be06481dea68b51b55 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Fri, 2 Jan 2015 08:45:33 +0200 Subject: Perform adjustments so that the default 'enhancement' label is shown blue --- local/utility.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/local/utility.py b/local/utility.py index a974fa9..f4a8c62 100644 --- a/local/utility.py +++ b/local/utility.py @@ -130,18 +130,18 @@ def hexToMirc(hash): 'black': (0, 0, 0), 'blue': (0, 0, 127), 'green': (0, 147, 0), - 'red': (255,0 ,0), + 'red': (255, 0, 0), 'brown': (127, 0, 0), 'purple': (156, 0, 156), 'orange': (252, 127, 0), 'yellow': (255, 255, 0), 'light green': (0, 252, 0), 'teal': (0, 147, 147), - 'light blue': (180, 67, 100), - 'dark blue': (0, 0, 252), + 'light blue': (84, 255, 255), + 'dark blue': (84, 84, 255), 'pink': (255, 0, 255), 'dark grey': (127, 127, 127), - 'light grey': (210, 210, 210) + 'light grey': (230, 230, 230) } rgb = _hex_to_rgb(hash) -- cgit v1.2.3