From 1ba7d5224e5d6c67e27f0a97c7987e9d510f5886 Mon Sep 17 00:00:00 2001 From: q3aql Date: Fri, 4 Mar 2016 12:44:13 +0100 Subject: [PATCH] White color on 'line_start' --- themes/q3aql-light.theme | 2 +- themes/q3aql.theme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/q3aql-light.theme b/themes/q3aql-light.theme index 4ae0ece..f109f2d 100644 --- a/themes/q3aql-light.theme +++ b/themes/q3aql-light.theme @@ -20,7 +20,7 @@ abstracts = { ## # text to insert at the beginning of each non-message line - line_start = "%B-%n!%B-%n "; + line_start = "%W-%n!%W-%n "; # timestamp styling, nothing by default timestamp = "%w(%Y$*%w)%n"; diff --git a/themes/q3aql.theme b/themes/q3aql.theme index 3e760d9..28e3d0c 100644 --- a/themes/q3aql.theme +++ b/themes/q3aql.theme @@ -20,7 +20,7 @@ abstracts = { ## # text to insert at the beginning of each non-message line - line_start = "%b-%n!%b-%n "; + line_start = "%w-%n!%w-%n "; # timestamp styling, nothing by default timestamp = "%w(%y$*%w)%n";