diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 14:13:58 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 14:13:58 +0200 |
commit | f7013f70a53f644e0326d32287d59b91f627e792 (patch) | |
tree | 569a48d264972d6be855567709a814f0066c2604 /src/common | |
parent | cf78762b6929cad02b7f71fb6f96e3e7f260035f (diff) |
By default, use pure white background color and use background color for UI elements
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/cfgfiles.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index d6a17a1e..3085168c 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -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; |