237
|
1 #
|
|
2 # script.conf -- weechat v0.4.2
|
|
3 #
|
|
4
|
|
5 [look]
|
|
6 columns = "%s %n %V %v %u | %d | %t"
|
|
7 diff_color = on
|
|
8 diff_command = "auto"
|
|
9 display_source = on
|
|
10 quiet_actions = on
|
|
11 sort = "p,n"
|
|
12 translate_description = on
|
|
13 use_keys = on
|
|
14
|
|
15 [color]
|
|
16 status_autoloaded = cyan
|
|
17 status_held = white
|
|
18 status_installed = lightcyan
|
|
19 status_obsolete = lightmagenta
|
|
20 status_popular = yellow
|
|
21 status_running = lightgreen
|
|
22 status_unknown = lightred
|
|
23 text = default
|
|
24 text_bg = default
|
|
25 text_bg_selected = red
|
|
26 text_date = default
|
|
27 text_date_selected = white
|
|
28 text_delimiters = darkgray
|
|
29 text_description = default
|
|
30 text_description_selected = white
|
|
31 text_extension = default
|
|
32 text_extension_selected = white
|
|
33 text_name = cyan
|
|
34 text_name_selected = lightcyan
|
|
35 text_selected = white
|
|
36 text_tags = brown
|
|
37 text_tags_selected = yellow
|
|
38 text_version = magenta
|
|
39 text_version_loaded = default
|
|
40 text_version_loaded_selected = white
|
|
41 text_version_selected = lightmagenta
|
|
42
|
|
43 [scripts]
|
|
44 autoload = on
|
|
45 cache_expire = 60
|
|
46 dir = "%h/script"
|
|
47 hold = ""
|
|
48 url = "http://www.weechat.org/files/plugins.xml.gz"
|