diff options
author | James Booth <boothj5@gmail.com> | 2014-03-28 22:02:36 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-03-28 22:02:36 +0000 |
commit | 9db02541e4af8cbb046c8d894d0147c9f7d13e0e (patch) | |
tree | f71bdf688c9062f0406fa007ae2271f67756abbc /themes | |
parent | 9815ef3b02dfc05ed2e2dbe40d017b91f4f4fa41 (diff) | |
download | profani-tty-9db02541e4af8cbb046c8d894d0147c9f7d13e0e.tar.gz |
Added otr settings to themes
Diffstat (limited to 'themes')
-rw-r--r-- | themes/aqua | 9 | ||||
-rw-r--r-- | themes/boothj5 | 9 | ||||
-rw-r--r-- | themes/hacker | 9 | ||||
-rw-r--r-- | themes/headache | 9 | ||||
-rw-r--r-- | themes/original | 9 | ||||
-rw-r--r-- | themes/whiteness | 9 |
6 files changed, 54 insertions, 0 deletions
diff --git a/themes/aqua b/themes/aqua index f8797f0b..648e1ac1 100644 --- a/themes/aqua +++ b/themes/aqua @@ -25,3 +25,12 @@ incoming=white roominfo=white me=white them=cyan +titlebar.unencrypted=cyan +titlebar.encrypted=white +titlebar.untrusted=cyan +titlebar.trusted=white +otr.started.trusted=white +otr.started.untrusted=cyan +otr.ended=cyan +otr.trusted=white +otr.untrusted=cyan diff --git a/themes/boothj5 b/themes/boothj5 index f148be6a..a8a1f995 100644 --- a/themes/boothj5 +++ b/themes/boothj5 @@ -25,3 +25,12 @@ incoming=yellow roominfo=blue me=blue them=green +titlebar.unencrypted=red +titlebar.encrypted=white +titlebar.untrusted=yellow +titlebar.trusted=white +otr.started.trusted=green +otr.started.untrusted=yellow +otr.ended=red +otr.trusted=green +otr.untrusted=yellow diff --git a/themes/hacker b/themes/hacker index a9fa0d4d..7531ec88 100644 --- a/themes/hacker +++ b/themes/hacker @@ -25,3 +25,12 @@ incoming=green roominfo=green me=green them=green +titlebar.unencrypted=black +titlebar.encrypted=black +titlebar.untrusted=black +titlebar.trusted=black +otr.started.trusted=green +otr.started.untrusted=green +otr.ended=green +otr.trusted=green +otr.untrusted=green diff --git a/themes/headache b/themes/headache index 768363a7..ea5738ce 100644 --- a/themes/headache +++ b/themes/headache @@ -25,3 +25,12 @@ incoming=yellow roominfo=white me=white them=white +titlebar.unencrypted=black +titlebar.encrypted=cyan +titlebar.untrusted=yellow +titlebar.trusted=cyan +otr.started.trusted=cyan +otr.started.untrusted=yellow +otr.ended=blue +otr.trusted=cyan +otr.untrusted=yellow diff --git a/themes/original b/themes/original index 4a53feb7..a07002c8 100644 --- a/themes/original +++ b/themes/original @@ -25,3 +25,12 @@ incoming=yellow roominfo=yellow me=yellow them=green +titlebar.unencrypted=red +titlebar.encrypted=white +titlebar.untrusted=yellow +titlebar.trusted=white +otr.started.trusted=green +otr.started.untrusted=yellow +otr.ended=red +otr.trusted=green +otr.untrusted=yellow diff --git a/themes/whiteness b/themes/whiteness index 46d353b9..597c9c83 100644 --- a/themes/whiteness +++ b/themes/whiteness @@ -25,3 +25,12 @@ incoming=yellow roominfo=yellow me=yellow them=green +titlebar.unencrypted=red +titlebar.encrypted=white +titlebar.untrusted=yellow +titlebar.trusted=white +otr.started.trusted=green +otr.started.untrusted=yellow +otr.ended=red +otr.trusted=green +otr.untrusted=yellow |