]> jfr.im git - irc/weechat/qweechat.git/blobdiff - src/qweechat/config.py
Use method .getboolean() to read boolean option relay.ssl
[irc/weechat/qweechat.git] / src / qweechat / config.py
index efcaff71b3db3c507081b37fa53c03fe75e55aab..749597a9e9f063ed484950a917d537d34f569dcc 100644 (file)
@@ -1,9 +1,9 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # config.py - configuration for QWeeChat (~/.qweechat/qweechat.conf)
 #
-# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 #
@@ -74,7 +74,14 @@ CONFIG_DEFAULT_COLOR_OPTIONS = (('separator', '#000066'), # 0
                                 ('chat_tags', '#000000'), # 34
                                 ('chat_inactive_window', '#000000'), # 35
                                 ('chat_inactive_buffer', '#000000'), # 36
-                                ('chat_prefix_buffer_inactive_buffer', '#000000')) # 37
+                                ('chat_prefix_buffer_inactive_buffer', '#000000'), # 37
+                                ('chat_nick_offline', '#000000'), # 38
+                                ('chat_nick_offline_highlight', '#000000'), # 39
+                                ('chat_nick_prefix', '#000000'), # 40
+                                ('chat_nick_suffix', '#000000'), # 41
+                                ('emphasis', '#000000'), # 42
+                                ('chat_day_change', '#000000'), #43
+                            )
 config_color_options = []