]>
Commit | Line | Data |
---|---|---|
f853d479 BB |
1 | # |
2 | # buffers.conf -- weechat v0.3.8 | |
3 | # | |
4 | ||
5 | [color] | |
6 | current_bg = red | |
7 | current_fg = lightcyan | |
8 | default_bg = default | |
9 | default_fg = default | |
10 | hotlist_highlight_bg = default | |
11 | hotlist_highlight_fg = magenta | |
12 | hotlist_low_bg = default | |
13 | hotlist_low_fg = white | |
14 | hotlist_message_bg = default | |
15 | hotlist_message_fg = yellow | |
16 | hotlist_private_bg = default | |
17 | hotlist_private_fg = lightgreen | |
18 | none_channel_bg = default | |
19 | none_channel_fg = default | |
20 | number = lightgreen | |
21 | number_char = lightgreen | |
22 | queries_default_bg = default | |
23 | queries_default_fg = default | |
24 | queries_highlight_bg = default | |
25 | queries_highlight_fg = default | |
26 | queries_message_bg = default | |
27 | queries_message_fg = default | |
28 | whitelist_default_bg = default | |
29 | whitelist_default_fg = default | |
30 | whitelist_highlight_bg = default | |
31 | whitelist_highlight_fg = default | |
32 | whitelist_low_bg = default | |
33 | whitelist_low_fg = default | |
34 | whitelist_message_bg = default | |
35 | whitelist_message_fg = default | |
36 | whitelist_private_bg = default | |
37 | whitelist_private_fg = default | |
38 | ||
39 | [look] | |
40 | core_to_front = off | |
41 | detach = 0 | |
42 | hide_merged_buffers = none | |
43 | immune_detach_buffers = "" | |
44 | indenting = off | |
45 | indenting_number = on | |
46 | jump_prev_next_visited_buffer = off | |
47 | name_crop_suffix = "+" | |
48 | name_size_max = 0 | |
49 | number_char = "." | |
50 | prefix = off | |
51 | prefix_empty = on | |
52 | short_names = on | |
53 | show_lag = off | |
54 | show_number = on | |
55 | sort = number | |
56 | whitelist_buffers = "" |