aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2015-01-02 08:45:33 +0200
committerkongr45gpen <electrovesta@gmail.com>2015-01-02 08:47:46 +0200
commitb70ec98c085d8b98cc2b98be06481dea68b51b55 (patch)
treeca263e17751049ada6620bd3911c43eca2c5aa07
parent3be2fb6c34a850e58bb89e50d54003412bd0f02f (diff)
downloadsupybot_github-b70ec98c085d8b98cc2b98be06481dea68b51b55.tar.gz
supybot_github-b70ec98c085d8b98cc2b98be06481dea68b51b55.tar.bz2
supybot_github-b70ec98c085d8b98cc2b98be06481dea68b51b55.zip
Perform adjustments so that the default 'enhancement' label is shown blue
-rw-r--r--local/utility.py8
1 files 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)

© 2014-2024 Faster IT GmbH | imprint | privacy policy