White color on 'line_start'

This commit is contained in:
q3aql 2016-03-04 12:44:13 +01:00
parent dfef7d64ef
commit 1ba7d5224e
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -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";