diff options
author | James Booth <boothj5@gmail.com> | 2016-01-21 00:50:55 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-01-21 00:50:55 +0000 |
commit | adb470c454338fd6e52528c22d44a26eb246732d (patch) | |
tree | b64c8b82726188c43de574b509aea5788291be6e /themes/bios | |
parent | 5bccee93cc0c8c2426d5f5acc462dca15467cb08 (diff) | |
download | profani-tty-adb470c454338fd6e52528c22d44a26eb246732d.tar.gz |
WIP: Add /theme properties command
Diffstat (limited to 'themes/bios')
-rw-r--r-- | themes/bios | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/themes/bios b/themes/bios new file mode 100644 index 00000000..28239599 --- /dev/null +++ b/themes/bios @@ -0,0 +1,125 @@ +[colours] +bkgnd=blue +titlebar=white +titlebar.text=black +titlebar.brackets=black +titlebar.unencrypted=black +titlebar.encrypted=black +titlebar.untrusted=black +titlebar.trusted=black +titlebar.online=black +titlebar.offline=black +titlebar.away=black +titlebar.xa=black +titlebar.dnd=black +titlebar.chat=black +statusbar=white +statusbar.text=black +statusbar.brackets=black +statusbar.active=black +statusbar.new=black +main.text=white +main.text.me=cyan +main.text.them=bold_white +main.splash=bold_green +main.time=bold_cyan +input.text=bold_white +subscribed=bold_green +unsubscribed=red +otr.started.trusted=green +otr.started.untrusted=yellow +otr.ended=red +otr.trusted=green +otr.untrusted=yellow +online=bold_green +away=bold_cyan +chat=bold_white +dnd=magenta +xa=bold_blue +offline=red +incoming=bold_yellow +typing=yellow +gone=red +error=red +roominfo=yellow +roommention=bold_red +me=blue +them=bold_green +roster.header=bold_yellow +roster.chat=white +roster.online=green +roster.away=cyan +roster.xa=blue +roster.dnd=magenta +roster.offline=red +roster.chat.active=white +roster.online.active=green +roster.away.active=cyan +roster.xa.active=blue +roster.dnd.active=magenta +roster.offline.active=red +roster.chat.unread=bold_white +roster.online.unread=bold_green +roster.away.unread=bold_cyan +roster.xa.unread=bold_blue +roster.dnd.unread=bold_magenta +roster.offline.unread=bold_red +roster.room=green +roster.room.unread=bold_green +occupants.header=bold_yellow +receipt.sent=bold_black + +[ui] +beep=false +flash=false +splash=true +wrap=true +time.console=%H:%M:%S +time.chat=%d/%m/%y %H:%M:%S +time.muc=%d/%m/%y %H:%M:%S +time.mucconfig=off +time.private=%d/%m/%y %H:%M:%S +time.xml=%H:%M:%S +time.statusbar=%H:%M:%S +time.lastactivity=%d/%m/%y %H:%M:%S +privileges=true +presence=true +intype=true +enc.warn=true +resource.title=true +resource.message=true +statuses.console=all +statuses.chat=all +statuses.muc=none +roster=true +roster.offline=true +roster.empty=false +roster.by=group +roster.order=presence +roster.unread=before +roster.count=true +roster.priority=false +roster.size=25 +roster.wrap=true +roster.header.char=@ +roster.contact.indent=1 +roster.resource=true +roster.resource.char=/ +roster.resource.indent=1 +roster.resource.join=true +roster.presence=true +roster.presence.indent=-1 +roster.status=true +roster.contacts=true +roster.rooms=true +roster.rooms.order=name +roster.rooms.unread=before +roster.rooms.pos=last +occupants=true +occupants.size=15 +occupants.jid=false +wins.autotidy=true +otr.char=@ +pgp.char=% +tls.show=true +console.muc=first |