From 1a058c3579fe31e82f5370ff6fee629375dbbb2b Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 13 Feb 2011 22:26:05 +0100 Subject: Make it possible to define bold in the theme files --- data/themes/dark | 2 +- data/themes/poezio | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/themes/dark b/data/themes/dark index a5a09af1..1fa9ed00 100644 --- a/data/themes/dark +++ b/data/themes/dark @@ -37,7 +37,7 @@ COLOR_TAB_PRIVATE = 9 # Nickname colors LIST_COLOR_NICKNAMES = [ - 1, 2, 3, 4, 5, 6 + 1, 2, 3, 4, 5, 6, -2, -4, -5, -6 ] COLOR_OWN_NICK = 7 diff --git a/data/themes/poezio b/data/themes/poezio index 1cd49aff..c5556280 100644 --- a/data/themes/poezio +++ b/data/themes/poezio @@ -40,7 +40,7 @@ COLOR_TAB_PRIVATE = 28 # Nickname colors LIST_COLOR_NICKNAMES = [ - 1, 2, 3, 4, 5, 6, + 1, 2, 3, 4, 5, 6, -2, -4, -5, -6 ] COLOR_OWN_NICK = 7 -- cgit v1.2.3