diff options
author | Timo Sirainen <cras@irssi.org> | 2002-01-10 18:55:24 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-01-10 18:55:24 +0000 |
commit | 02f0574506cb80de9d24b257efe44d328b99e27e (patch) | |
tree | db3d8a1aa95c55a2cac879b99f76a742de81fdbd /src | |
parent | 4cd853feecf927cb47538dfbfc2793d9760ec111 (diff) | |
download | irssi-02f0574506cb80de9d24b257efe44d328b99e27e.zip |
swapped dark/bright reds.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2306 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-text/gui-printtext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/gui-printtext.c b/src/fe-text/gui-printtext.c index 5c882dc4..2a12f440 100644 --- a/src/fe-text/gui-printtext.c +++ b/src/fe-text/gui-printtext.c @@ -29,7 +29,7 @@ #include "gui-printtext.h" #include "gui-windows.h" -int mirc_colors[] = { 15, 0, 1, 2, 12, 6, 5, 4, 14, 10, 3, 11, 9, 13, 8, 7 }; +int mirc_colors[] = { 15, 0, 1, 2, 4, 6, 5, 12, 14, 10, 3, 11, 9, 13, 8, 7 }; static int scrollback_lines, scrollback_hours, scrollback_burst_remove; static int last_fg, last_bg, last_flags; |