Mercurial > dotfiles
comparison weechat/iset.conf @ 259:726728f13152
More Weechat plugins and config.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 21 Jan 2015 16:45:26 -0800 |
parents | |
children | f3ea51b9b4d1 |
comparison
equal
deleted
inserted
replaced
258:abb94e9f28d2 | 259:726728f13152 |
---|---|
1 # | |
2 # iset.conf -- weechat v0.4.2 | |
3 # | |
4 | |
5 [color] | |
6 bg_selected = red | |
7 help_default_value = green | |
8 help_option_name = white | |
9 help_text = default | |
10 option = default | |
11 option_selected = white | |
12 type = brown | |
13 type_selected = yellow | |
14 value = cyan | |
15 value_diff = magenta | |
16 value_diff_selected = lightmagenta | |
17 value_selected = lightcyan | |
18 value_undef = green | |
19 value_undef_selected = lightgreen | |
20 | |
21 [help] | |
22 show_help_bar = on | |
23 show_help_extra_info = on | |
24 show_plugin_description = off | |
25 | |
26 [look] | |
27 scroll_horiz = 10 | |
28 show_current_line = on | |
29 use_mute = off | |
30 value_search_char = "=" |