diff options
Diffstat (limited to 'src/theming.py')
-rw-r--r-- | src/theming.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theming.py b/src/theming.py index 2993b8d3..4a578ca7 100644 --- a/src/theming.py +++ b/src/theming.py @@ -267,6 +267,7 @@ class Theme(object): # This is your own nickname COLOR_OWN_NICK = (254, -1) + COLOR_LOG_MSG = (5, -1) # This is for in-tab error messages COLOR_ERROR_MSG = (9, 7, 'b') # Status color |