diff options
author | mathieui <mathieui@mathieui.net> | 2014-12-24 01:00:34 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-12-24 01:00:34 +0100 |
commit | 183a151d9934992efd4623bed4bf0335c81b4b69 (patch) | |
tree | 36b25b01043ff90e09f11011e134842b0ac0c725 /data | |
parent | 668c1eb67741304278dfa05c68a7e1f33ae3181b (diff) | |
parent | 9da530f8541ed96fe5fa7e3ff01df5290f511633 (diff) | |
download | poezio-183a151d9934992efd4623bed4bf0335c81b4b69.tar.gz poezio-183a151d9934992efd4623bed4bf0335c81b4b69.tar.bz2 poezio-183a151d9934992efd4623bed4bf0335c81b4b69.tar.xz poezio-183a151d9934992efd4623bed4bf0335c81b4b69.zip |
Merge branch 'master_rebased' of https://github.com/Perdu/poezio
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 95ae1333..66c4d8ce 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -374,6 +374,9 @@ user_list_sort = desc # If the MUC nicks should receive a fixed color based on their text or not deterministic_nick_colors = true +# If _nick, nick_, _nick_, nick__ etc. should have the same color as nick +nick_color_aliases = true + # The nick of people who join, part, change their status, etc. in a MUC will # be displayed using their nick color if true. display_user_color_in_join_part = true @@ -509,3 +512,7 @@ M-i = ^I # to save various data across restarts folded_roster_groups = info_win_height = 2 + +[muc_colors] +# Set color for a nick, under the form +# nick = color |