diff options
Diffstat (limited to 'src/theme.py')
-rw-r--r-- | src/theme.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theme.py b/src/theme.py index d483453b..e8878d01 100644 --- a/src/theme.py +++ b/src/theme.py @@ -41,7 +41,7 @@ COLOR_USER_NONE = 0 COLOR_USER_MODERATOR = 1 # nickname colors -COLOR_REMOTE_USER = 23 +COLOR_REMOTE_USER = 5 # The character printed in color (COLOR_STATUS_*) before the nickname # in the user list |