]>
Commit | Line | Data |
---|---|---|
f853d479 BB |
1 | # |
2 | # iset.conf -- weechat v0.3.8 | |
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_selected = lightcyan | |
16 | value_undef = green | |
17 | value_undef_selected = lightgreen | |
18 | ||
19 | [help] | |
20 | show_help_bar = on | |
21 | show_help_extra_info = on | |
22 | show_plugin_description = on | |
23 | ||
24 | [look] | |
25 | scroll_horiz = 10 | |
26 | show_current_line = on | |
27 | value_search_char = "=" |