]>
Commit | Line | Data |
---|---|---|
aca63701 | 1 | # |
483da16c BB |
2 | # weechat -- buffers.conf |
3 | # | |
4 | # WARNING: It is NOT recommended to edit this file by hand, | |
5 | # especially if WeeChat is running. | |
6 | # | |
7 | # Use /set or similar command to change settings in WeeChat. | |
8 | # | |
9 | # For more info, see: https://weechat.org/doc/quickstart | |
aca63701 BB |
10 | # |
11 | ||
12 | [color] | |
13 | current_bg = red | |
14 | current_fg = lightcyan | |
15 | default_bg = default | |
16 | default_fg = default | |
17 | hotlist_highlight_bg = default | |
18 | hotlist_highlight_fg = magenta | |
19 | hotlist_low_bg = default | |
20 | hotlist_low_fg = white | |
21 | hotlist_message_bg = default | |
22 | hotlist_message_fg = yellow | |
23 | hotlist_private_bg = default | |
24 | hotlist_private_fg = lightgreen | |
25 | none_channel_bg = default | |
26 | none_channel_fg = default | |
27 | number = lightgreen | |
28 | number_char = lightgreen | |
29 | queries_default_bg = default | |
30 | queries_default_fg = default | |
31 | queries_highlight_bg = default | |
32 | queries_highlight_fg = default | |
33 | queries_message_bg = default | |
34 | queries_message_fg = default | |
35 | whitelist_default_bg = default | |
36 | whitelist_default_fg = default | |
37 | whitelist_highlight_bg = default | |
38 | whitelist_highlight_fg = default | |
39 | whitelist_low_bg = default | |
40 | whitelist_low_fg = default | |
41 | whitelist_message_bg = default | |
42 | whitelist_message_fg = default | |
43 | whitelist_private_bg = default | |
44 | whitelist_private_fg = default | |
45 | ||
46 | [look] | |
47 | core_to_front = off | |
48 | detach = 0 | |
49 | hide_merged_buffers = none | |
50 | immune_detach_buffers = "" | |
51 | indenting = off | |
52 | indenting_number = on | |
53 | jump_prev_next_visited_buffer = off | |
54 | name_crop_suffix = "+" | |
55 | name_size_max = 0 | |
56 | number_char = "." | |
57 | prefix = off | |
58 | prefix_empty = on | |
59 | short_names = on | |
60 | show_lag = off | |
61 | show_number = on | |
62 | sort = number | |
63 | whitelist_buffers = "" |