diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/theme.py | 4 |
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 |