summary refs log tree commit diff stats
path: root/src/fe-gtk/palette.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-13 14:13:58 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-13 14:13:58 +0200
commitf7013f70a53f644e0326d32287d59b91f627e792 (patch)
tree569a48d264972d6be855567709a814f0066c2604 /src/fe-gtk/palette.c
parentcf78762b6929cad02b7f71fb6f96e3e7f260035f (diff)
By default, use pure white background color and use background color for UI elements
Diffstat (limited to 'src/fe-gtk/palette.c')
-rw-r--r--src/fe-gtk/palette.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fe-gtk/palette.c b/src/fe-gtk/palette.c
index 81ad13d7..80e0a11d 100644
--- a/src/fe-gtk/palette.c
+++ b/src/fe-gtk/palette.c
@@ -75,7 +75,10 @@ GdkColor colors[] = {
 	{0, 0xffff, 0xffff, 0xffff}, /* 32 marktext Fore (white) */
 	{0, 0x3535, 0x6e6e, 0xc1c1}, /* 33 marktext Back (blue) */
 	{0, 0x0000, 0x0000, 0x0000}, /* 34 foreground (black) */
+#if 0 /* old XChat 2.x default */
 	{0, 0xf0f0, 0xf0f0, 0xf0f0}, /* 35 background (white) */
+#endif
+	{0, 0xffff, 0xffff, 0xffff}, /* 35 background (white) */
 	{0, 0xcccc, 0x1010, 0x1010}, /* 36 marker line (red) */
 
 	/* colors for GUI */