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

# Theme infos section
name=Default layout
description=This is the default conversation theme  
author=Julien "Trapamoosch" Enche
website=http://trapamoosch.free.fr

# 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/>    [%h%:%m%:%s%] %formattedmessage%<br/>
consecutive_incoming=    [%h%:%m%:%s%] %formattedmessage%<br/>
offline_incoming=<span style="font-weight: bold; color: #060;">(Offline) %nick% said :</span><br/>    [%date% %h%:%m%:%s%] %formattedmessage%<br/>
outgoing=incoming
consecutive_outgoing=consecutive_incoming
information=<span style="font-weight: bold;">%message%</span><br/>
error=<span style="font-weight: bold; color: #FF0000;">%message%</span><br/>
