By default, use pure white background color and use background color for UI elements

This commit is contained in:
Berke Viktor
2012-10-13 14:13:58 +02:00
parent cf78762b69
commit f7013f70a5
2 changed files with 6 additions and 1 deletions

View File

@@ -695,7 +695,9 @@ load_config (void)
prefs.newtabstofront = 2;
prefs.use_server_tab = 1;
prefs.privmsgtab = 1;
/*prefs.style_inputbox = 1;*/
/* prefs.colorednicks = 1; */
prefs.style_inputbox = 1;
prefs.style_namelistgad = 1;
prefs.dccpermissions = 0600;
prefs.max_lines = 500;
prefs.mainwindow_width = 640;