Replaced dark grey color

This commit is contained in:
q3aql 2016-03-04 13:07:29 +01:00
parent 1ba7d5224e
commit abf0a9f299
2 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ info_eol = "false";
# these characters are automatically replaced with specified color # these characters are automatically replaced with specified color
# (dark grey by default) # (dark grey by default)
replaces = { "[]=" = "%K$*%n"; }; replaces = { "[]=" = "%W$*%n"; };
abstracts = { abstracts = {
## ##
@ -20,7 +20,7 @@ abstracts = {
## ##
# text to insert at the beginning of each non-message line # 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 styling, nothing by default
timestamp = "%w(%Y$*%w)%n"; timestamp = "%w(%Y$*%w)%n";
@ -32,7 +32,7 @@ abstracts = {
error = "%R$*%n"; error = "%R$*%n";
# channel name is printed # channel name is printed
channel = "%_$*%_"; channel = "%G$0-%n";
# nick is printed # nick is printed
nick = "%G$0-%n"; nick = "%G$0-%n";

View File

@ -12,7 +12,7 @@ info_eol = "false";
# these characters are automatically replaced with specified color # these characters are automatically replaced with specified color
# (dark grey by default) # (dark grey by default)
replaces = { "[]=" = "%k$*%n"; }; replaces = { "[]=" = "%w$*%n"; };
abstracts = { abstracts = {
## ##
@ -20,7 +20,7 @@ abstracts = {
## ##
# text to insert at the beginning of each non-message line # 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 styling, nothing by default
timestamp = "%w(%y$*%w)%n"; timestamp = "%w(%y$*%w)%n";
@ -32,7 +32,7 @@ abstracts = {
error = "%r$*%n"; error = "%r$*%n";
# channel name is printed # channel name is printed
channel = "%_$*%_"; channel = "%g$0-%n";
# nick is printed # nick is printed
nick = "%g$0-%n"; nick = "%g$0-%n";