= Conversation themes =

Note: this document is for 3.0.0 branch. The currently released 2.x.y version does not support conversation themes.

Note: this document is under construction.

== Adium Message Styles ==

Most of Adium's message themes should be easily portable to Pidgin. However, there are some slight differences:
 * Adium uses {{{isEmoticon}}} HTML attribute for embedded smileys, we use {{{emoticon}}} CSS class.
 * Adium themes does not support {{{PurpleRemoteSmiley}}} //TODO: explain, which !JavaScript routines have to be implemented//
 * In Adium, if you click the smiley image, it will be replaced with its text. In Pidgin, it's enough for you to hover on the image to get the hint. It was implemented by {{{imageSwap}}} !JavaScript routine in Adium.
 * //TODO: check and fill other differences//