1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

Add color "gray", fix white background (use white instead of gray)

This commit is contained in:
Sebastien Helleu
2011-02-05 13:12:41 +01:00
parent 8ec4e680c6
commit 0a69df6c2c
8 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ char *irc_color_to_weechat[IRC_NUM_COLORS] =
/* 11 */ "lightcyan",
/* 12 */ "lightblue",
/* 13 */ "lightmagenta",
/* 14 */ "default",
/* 14 */ "gray",
/* 15 */ "white"
};