diff options
author | James Booth <boothj5@gmail.com> | 2014-11-07 22:38:34 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-11-07 22:38:34 +0000 |
commit | 373b3a2d7c493200207201f5bd3ec185a9207fa1 (patch) | |
tree | 256f57c3c4f411d7a3acdc058e0e07cb822d4f88 /themes | |
parent | 571db231509577fe1e528595c3aae61e2f8ccf3f (diff) | |
download | profani-tty-373b3a2d7c493200207201f5bd3ec185a9207fa1.tar.gz |
Added /presence command to show contacts presence
Diffstat (limited to 'themes')
-rw-r--r-- | themes/boothj5 | 6 | ||||
-rw-r--r-- | themes/original | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/themes/boothj5 b/themes/boothj5 index 50ce7d94..40a26927 100644 --- a/themes/boothj5 +++ b/themes/boothj5 @@ -32,6 +32,12 @@ titlebar.unencrypted=red titlebar.encrypted=white titlebar.untrusted=yellow titlebar.trusted=white +titlebar.online=green +titlebar.offline=red +titlebar.away=cyan +titlebar.xa=cyan +titlebar.dnd=red +titlebar.chat=green otr.started.trusted=green otr.started.untrusted=yellow otr.ended=red diff --git a/themes/original b/themes/original index 9ee1e15b..237623b6 100644 --- a/themes/original +++ b/themes/original @@ -32,6 +32,12 @@ titlebar.unencrypted=red titlebar.encrypted=white titlebar.untrusted=yellow titlebar.trusted=white +titlebar.online=white +titlebar.offline=white +titlebar.away=white +titlebar.xa=white +titlebar.dnd=white +titlebar.chat=white otr.started.trusted=green otr.started.untrusted=yellow otr.ended=red |