diff options
Diffstat (limited to 'src/theme.py')
-rw-r--r-- | src/theme.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theme.py b/src/theme.py index dcc08a08..d483453b 100644 --- a/src/theme.py +++ b/src/theme.py @@ -40,6 +40,9 @@ COLOR_USER_PARTICIPANT = 4 COLOR_USER_NONE = 0 COLOR_USER_MODERATOR = 1 +# nickname colors +COLOR_REMOTE_USER = 23 + # The character printed in color (COLOR_STATUS_*) before the nickname # in the user list CHAR_STATUS = ' ' |