aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkongr45gpen <kongr45gpen@helit.org>2015-01-01 01:26:01 +0200
committerkongr45gpen <kongr45gpen@helit.org>2015-01-01 01:26:01 +0200
commit3be2fb6c34a850e58bb89e50d54003412bd0f02f (patch)
tree88d12e74ab572111f46ffcd68235fc983021092f
parentfee3ac20e58cfb13a86ed3db73c0c7f0d00cf394 (diff)
downloadsupybot_github-3be2fb6c34a850e58bb89e50d54003412bd0f02f.tar.gz
supybot_github-3be2fb6c34a850e58bb89e50d54003412bd0f02f.tar.bz2
supybot_github-3be2fb6c34a850e58bb89e50d54003412bd0f02f.zip
Update light blue color
-rw-r--r--local/utility.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/local/utility.py b/local/utility.py
index d33722c..a974fa9 100644
--- a/local/utility.py
+++ b/local/utility.py
@@ -137,7 +137,7 @@ def hexToMirc(hash):
'yellow': (255, 255, 0),
'light green': (0, 252, 0),
'teal': (0, 147, 147),
- 'light blue': (0, 255, 255),
+ 'light blue': (180, 67, 100),
'dark blue': (0, 0, 252),
'pink': (255, 0, 255),
'dark grey': (127, 127, 127),

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