From abf0a9f2992ddadd2b89de3027c815ed06e07971 Mon Sep 17 00:00:00 2001 From: q3aql Date: Fri, 4 Mar 2016 13:07:29 +0100 Subject: [PATCH] Replaced dark grey color --- themes/q3aql-light.theme | 6 +++--- themes/q3aql.theme | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/q3aql-light.theme b/themes/q3aql-light.theme index f109f2d..1492534 100644 --- a/themes/q3aql-light.theme +++ b/themes/q3aql-light.theme @@ -12,7 +12,7 @@ info_eol = "false"; # these characters are automatically replaced with specified color # (dark grey by default) -replaces = { "[]=" = "%K$*%n"; }; +replaces = { "[]=" = "%W$*%n"; }; abstracts = { ## @@ -20,7 +20,7 @@ abstracts = { ## # text to insert at the beginning of each non-message line - line_start = "%W-%n!%W-%n "; + line_start = "%W-%W!%W-%n "; # timestamp styling, nothing by default timestamp = "%w(%Y$*%w)%n"; @@ -32,7 +32,7 @@ abstracts = { error = "%R$*%n"; # channel name is printed - channel = "%_$*%_"; + channel = "%G$0-%n"; # nick is printed nick = "%G$0-%n"; diff --git a/themes/q3aql.theme b/themes/q3aql.theme index 28e3d0c..7b6464f 100644 --- a/themes/q3aql.theme +++ b/themes/q3aql.theme @@ -12,7 +12,7 @@ info_eol = "false"; # these characters are automatically replaced with specified color # (dark grey by default) -replaces = { "[]=" = "%k$*%n"; }; +replaces = { "[]=" = "%w$*%n"; }; abstracts = { ## @@ -20,7 +20,7 @@ abstracts = { ## # text to insert at the beginning of each non-message line - line_start = "%w-%n!%w-%n "; + line_start = "%w-%w!%w-%n "; # timestamp styling, nothing by default timestamp = "%w(%y$*%w)%n"; @@ -32,7 +32,7 @@ abstracts = { error = "%r$*%n"; # channel name is printed - channel = "%_$*%_"; + channel = "%g$0-%n"; # nick is printed nick = "%g$0-%n";