diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-03-29 16:48:25 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-03-29 16:48:25 +0200 |
commit | a0248d4324faec7fd3d3ef0bee1f9cf86a33c08e (patch) | |
tree | 8571a4ecaf1e22d2401b8d96d2355df841bc94ee /src/theme.py | |
parent | a799e5c16f5852edcbfebee42ec54699c850e278 (diff) | |
download | poezio-a0248d4324faec7fd3d3ef0bee1f9cf86a33c08e.tar.gz poezio-a0248d4324faec7fd3d3ef0bee1f9cf86a33c08e.tar.bz2 poezio-a0248d4324faec7fd3d3ef0bee1f9cf86a33c08e.tar.xz poezio-a0248d4324faec7fd3d3ef0bee1f9cf86a33c08e.zip |
Change the highlight color of the default theme
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 10082676..2b09cc57 100644 --- a/src/theme.py +++ b/src/theme.py @@ -34,7 +34,7 @@ log = logging.getLogger(__name__) # Message text color COLOR_NORMAL_TEXT = 0 COLOR_INFORMATION_TEXT = 5 -COLOR_HIGHLIGHT_NICK = 10 +COLOR_HIGHLIGHT_NICK = -46 # User list color COLOR_USER_VISITOR = 7 |