# This is an example theme
# Lines starting with a # are ignored

# Theme infos section
name=MSN Messenger
description=This is an MSN Messenger style conversation layout
author=Peter Johansson
website=unlogical.net

# Layout
# Take care : space characters are not stripped between values and "=" and values must fit in one line
# Tips : you can do things like "outgoing=incoming" if you want the same layout for incoming and outgoing messages, for example
#
# Here's the tags list :
# %nick% : displays the nick of the message sender
# %email% : displaus the email of the message sender
# %message% : displays the raw message (ie ignoring the format the user applied to it)
# %formattedmessage% : displays the formatted message
# %h% : hour of the message
# %m% : minute of the message
# %s% : second of the message
# and more to come...

incoming=<span style="font-weight: bold;">%nick% %says%:</span><br/> %formattedmessage%<br/>
consecutive_incoming=incoming
offline_incoming=<span style="font-weight: bold; color: #060;">(Offline) %nick% said:</span><br/> %formattedmessage%<br/>
outgoing=incoming
consecutive_outgoing=incoming
information=<span style="font-weight: bold;">%message%</span><br/>
error=<span style="font-weight: bold; color: #FF0000;">%message%</span><br/>
