]> jfr.im git - irc/weechat/qweechat.git/commitdiff
Add missing color options (sync with WeeChat)
authorSebastien Helleu <redacted>
Fri, 30 Aug 2013 06:27:36 +0000 (08:27 +0200)
committerSebastien Helleu <redacted>
Fri, 30 Aug 2013 06:27:36 +0000 (08:27 +0200)
src/qweechat/config.py

index efcaff71b3db3c507081b37fa53c03fe75e55aab..30930171e63a28dfd1dba28cf5052b9caf70223f 100644 (file)
@@ -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 = []