From 6353236f1e13aa522325f742d64da5fa7067ec44 Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Tue, 28 Feb 2017 14:12:19 +0100 Subject: Add my fucking weechat theme --- weechat/otr.conf | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 weechat/otr.conf (limited to 'weechat/otr.conf') diff --git a/weechat/otr.conf b/weechat/otr.conf new file mode 100644 index 0000000..0206cb8 --- /dev/null +++ b/weechat/otr.conf @@ -0,0 +1,42 @@ +# +# weechat -- otr.conf +# + +[general] +debug = off +defaultkey = "" +hints = on +no_send_tag_regex = "^(alis|chanfix|global|.+serv|\*.+)$" + +[color] +buffer.error = lightred +buffer.hint = lightblue +buffer.info = default +buffer.success = lightgreen +buffer.warning = yellow +status.authenticated = green +status.default = default +status.encrypted = green +status.logged = lightred +status.notlogged = green +status.unauthenticated = lightred +status.unencrypted = lightred + +[look] +bar.prefix = "OTR:" +bar.state.authenticated = "AUTH" +bar.state.encrypted = "SEC" +bar.state.logged = "LOG" +bar.state.notlogged = "!LOG" +bar.state.separator = "," +bar.state.unauthenticated = "!AUTH" +bar.state.unencrypted = "!SEC" +prefix = "${color:default}:! ${color:brown}otr${color:default} !:" + +[policy] +default.allow_v2 = on +default.html_escape = off +default.html_filter = on +default.log = off +default.require_encryption = off +default.send_tag = off -- cgit v1.2.1