diff options
author | James Booth <boothj5@gmail.com> | 2014-11-19 23:58:55 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-11-19 23:58:55 +0000 |
commit | 20fa96325d9b0618646d5fb94f98d2ffde66a0d8 (patch) | |
tree | 450dd9d28297fc64977eb6fa94500aebd24a4132 /themes/simple | |
parent | 1a896d7b530874e808d46794e2cf56ea30204082 (diff) | |
download | profani-tty-20fa96325d9b0618646d5fb94f98d2ffde66a0d8.tar.gz |
Added [ui] preferences to themes
Diffstat (limited to 'themes/simple')
-rw-r--r-- | themes/simple | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/themes/simple b/themes/simple new file mode 100644 index 00000000..44c6977b --- /dev/null +++ b/themes/simple @@ -0,0 +1,67 @@ +[colours] +bkgnd=default +titlebar=blue +statusbar=blue +titlebar.text=bold_white +titlebar.brackets=white +statusbar.text=bold_white +statusbar.brackets=white +statusbar.active=bold_cyan +statusbar.new=bold_green +main.text=white +main.text.me=cyan +main.text.them=bold_white +input.text=bold_green +main.time=yellow +main.splash=bold_red +online=bold_green +away=bold_cyan +chat=bold_white +dnd=magenta +xa=bold_blue +offline=red +typing=yellow +gone=red +error=red +incoming=bold_yellow +roominfo=yellow +roommention=bold_red +me=blue +them=bold_green +titlebar.unencrypted=bold_red +titlebar.encrypted=bold_white +titlebar.untrusted=bold_yellow +titlebar.trusted=bold_white +titlebar.online=bold_green +titlebar.offline=bold_red +titlebar.away=bold_cyan +titlebar.xa=bold_cyan +titlebar.dnd=bold_red +titlebar.chat=bold_green +otr.started.trusted=green +otr.started.untrusted=yellow +otr.ended=red +otr.trusted=green +otr.untrusted=yellow +roster.header=bold_yellow +occupants.header=bold_yellow + +[ui] +intype=false +beep=false +flash=false +privileges=false +presence=false +wrap=true +time=minutes +statuses.muc=off +statuses.chat=online +statuses.console=off +occupants=true +occupants.size=15 +roster=true +roster.size=25 +roster.offline=false +roster.resource=false +roster.by=presence +otr.warn=false |