summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-08-22 16:42:14 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-08-22 16:42:14 +0000
commit315d8802593eab6fce5a4a18b73599f05227141f (patch)
tree187061c258b668f70b953316af8c2a9eac9e6db7 /src
parent0cee64792954defcbe13b86f8d7da957bbbcc408 (diff)
downloadpoezio-315d8802593eab6fce5a4a18b73599f05227141f.tar.gz
poezio-315d8802593eab6fce5a4a18b73599f05227141f.tar.bz2
poezio-315d8802593eab6fce5a4a18b73599f05227141f.tar.xz
poezio-315d8802593eab6fce5a4a18b73599f05227141f.zip
change the OWN_NICKNAME colorof poezio's theme
Diffstat (limited to 'src')
-rw-r--r--src/theme.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theme.py b/src/theme.py
index da485f16..b51371fa 100644
--- a/src/theme.py
+++ b/src/theme.py
@@ -64,9 +64,9 @@ COLOR_TAB_PRIVATE = 33
# Nickname colors
LIST_COLOR_NICKNAMES = [
- 73, 74, 75, 76, 77, 78, 79
+ 73, 74, 75, 76, 77, 79
]
-COLOR_OWN_NICK = 72
+COLOR_OWN_NICK = 78
# Status color
COLOR_STATUS_XA = 40