aboutsummaryrefslogtreecommitdiffstats
path: root/weechat/.weechat/script.conf
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/.weechat/script.conf')
-rw-r--r--weechat/.weechat/script.conf49
1 files changed, 49 insertions, 0 deletions
diff --git a/weechat/.weechat/script.conf b/weechat/.weechat/script.conf
new file mode 100644
index 0000000..a3d76b8
--- /dev/null
+++ b/weechat/.weechat/script.conf
@@ -0,0 +1,49 @@
1#
2# script.conf -- weechat v1.1.1
3#
4
5[look]
6columns = "%s %n %V %v %u | %d | %t"
7diff_color = on
8diff_command = "auto"
9display_source = on
10quiet_actions = on
11sort = "p,n"
12translate_description = on
13use_keys = on
14
15[color]
16status_autoloaded = cyan
17status_held = white
18status_installed = lightcyan
19status_obsolete = lightmagenta
20status_popular = yellow
21status_running = lightgreen
22status_unknown = lightred
23text = default
24text_bg = default
25text_bg_selected = red
26text_date = default
27text_date_selected = white
28text_delimiters = default
29text_description = default
30text_description_selected = white
31text_extension = default
32text_extension_selected = white
33text_name = cyan
34text_name_selected = lightcyan
35text_selected = white
36text_tags = brown
37text_tags_selected = yellow
38text_version = magenta
39text_version_loaded = default
40text_version_loaded_selected = white
41text_version_selected = lightmagenta
42
43[scripts]
44autoload = on
45cache_expire = 1440
46dir = "%h/script"
47hold = ""
48url = "http://weechat.org/files/plugins.xml.gz"
49url_force_https = on