diff options
author | Florent Le Coz <louiz@louiz.org> | 2012-01-24 15:46:51 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-01-24 15:46:51 +0100 |
commit | 99a16f2b868a093e390d99154ad67251ab9f3511 (patch) | |
tree | edc9884f46d3f5efcf10494792fbef9f983f8cb9 /src/theming.py | |
parent | 1f7db8cfaa90f3fc628181e6379779f7adcb9f53 (diff) | |
download | poezio-99a16f2b868a093e390d99154ad67251ab9f3511.tar.gz poezio-99a16f2b868a093e390d99154ad67251ab9f3511.tar.bz2 poezio-99a16f2b868a093e390d99154ad67251ab9f3511.tar.xz poezio-99a16f2b868a093e390d99154ad67251ab9f3511.zip |
Make the color for information messages themable
Diffstat (limited to 'src/theming.py')
-rw-r--r-- | src/theming.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theming.py b/src/theming.py index 4e1f37ea..ff2ff74e 100644 --- a/src/theming.py +++ b/src/theming.py @@ -79,7 +79,7 @@ class Theme(object): """ # Message text color COLOR_NORMAL_TEXT = (-1, -1) - COLOR_INFORMATION_TEXT = (137, -1) # TODO + COLOR_INFORMATION_TEXT = (5, -1) # TODO COLOR_HIGHLIGHT_NICK = (3, 5, 'b') # User list color |