Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormasak <masak@c213334d-75ef-0310-aa23-eaa082d1ae64>2009-07-27 11:16:51 (GMT)
committer masak <masak@c213334d-75ef-0310-aa23-eaa082d1ae64>2009-07-27 11:16:51 (GMT)
commitb4be43f4c9e5dc91cea943d8dda0e743451165e4 (patch)
treef8f1b8ff3ec6112fd023e17e90efb05c6ee1020b
parent174fda083f33a90673a4141fd406ab6d6e04d694 (diff)
[misc/irclog/lib/IrcLog/] changed arrow color to an eye-compatible one
git-svn-id: http://svn.pugscode.org/pugs/misc/irclog@27750 c213334d-75ef-0310-aa23-eaa082d1ae64
-rw-r--r--lib/IrcLog/WWW.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IrcLog/WWW.pm b/lib/IrcLog/WWW.pm
index 8a1a7d9..2772015 100644
--- a/lib/IrcLog/WWW.pm
+++ b/lib/IrcLog/WWW.pm
@@ -18,7 +18,7 @@ my %color_codes = (
"\e[32m" => 'green',
"\e[34m" => 'blue',
"\e[31m" => 'red',
- "\e[33m" => 'yellow',
+ "\e[33m" => 'orange',
);
my $color_reset = qr{(?:\[0m|\\x1b)+};
my $color_start = join '|', map quotemeta, keys %color_codes;