summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-03-29 16:48:25 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-03-29 16:48:25 +0200
commita0248d4324faec7fd3d3ef0bee1f9cf86a33c08e (patch)
tree8571a4ecaf1e22d2401b8d96d2355df841bc94ee
parenta799e5c16f5852edcbfebee42ec54699c850e278 (diff)
downloadpoezio-a0248d4324faec7fd3d3ef0bee1f9cf86a33c08e.tar.gz
poezio-a0248d4324faec7fd3d3ef0bee1f9cf86a33c08e.tar.bz2
poezio-a0248d4324faec7fd3d3ef0bee1f9cf86a33c08e.tar.xz
poezio-a0248d4324faec7fd3d3ef0bee1f9cf86a33c08e.zip
Change the highlight color of the default theme
-rw-r--r--data/themes/poezio2
-rw-r--r--src/theme.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/themes/poezio b/data/themes/poezio
index ac949233..b49403ab 100644
--- a/data/themes/poezio
+++ b/data/themes/poezio
@@ -4,7 +4,7 @@
# 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
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