Mercurial > dotfiles
comparison weechat/buffers.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 # buffers.conf -- weechat v0.4.2 | |
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 prefix_bufname = default | |
23 queries_default_bg = default | |
24 queries_default_fg = default | |
25 queries_highlight_bg = default | |
26 queries_highlight_fg = default | |
27 queries_message_bg = default | |
28 queries_message_fg = default | |
29 suffix_bufname = default | |
30 whitelist_default_bg = default | |
31 whitelist_default_fg = default | |
32 whitelist_highlight_bg = default | |
33 whitelist_highlight_fg = default | |
34 whitelist_low_bg = default | |
35 whitelist_low_fg = default | |
36 whitelist_message_bg = default | |
37 whitelist_message_fg = default | |
38 whitelist_private_bg = default | |
39 whitelist_private_fg = default | |
40 | |
41 [look] | |
42 core_to_front = off | |
43 detach = 0 | |
44 detach_buffer_immediately = "" | |
45 detach_display_window_number = off | |
46 detach_displayed_buffers = on | |
47 detach_free_content = off | |
48 detach_query = off | |
49 hide_merged_buffers = none | |
50 hotlist_counter = off | |
51 immune_detach_buffers = "" | |
52 indenting = off | |
53 indenting_number = on | |
54 jump_prev_next_visited_buffer = off | |
55 mark_inactive = off | |
56 mouse_move_buffer = on | |
57 mouse_wheel = on | |
58 name_crop_suffix = "+" | |
59 name_size_max = 0 | |
60 number_char = "." | |
61 prefix = off | |
62 prefix_bufname = "" | |
63 prefix_empty = on | |
64 prefix_for_query = "" | |
65 short_names = on | |
66 show_lag = off | |
67 show_number = on | |
68 sort = number | |
69 suffix_bufname = "" | |
70 toggle_bar = on | |
71 whitelist_buffers = "" |