about summary refs log tree commit diff stats
path: root/themes/original_bright
Commit message (Collapse)AuthorAgeFilesLines
* Add main.help.header to themesJames Booth2016-10-301-0/+1
|
* Highlight room trigger termsJames Booth2016-02-131-0/+1
|
* Added roommention.term theme optionJames Booth2016-02-101-0/+1
|
* Added mention and trigger themes for consoleJames Booth2016-02-101-0/+2
|
* Added themes for roster room mention and triggersJames Booth2016-01-251-0/+2
| | | | closes #718
* Updated themesJames Booth2016-01-241-0/+1
|
* Added roster contact themesJames Booth2016-01-141-0/+18
|
* Added roster room themesJames Booth2016-01-091-0/+2
|
* Added receipt.sent theme settingJames Booth2015-03-151-0/+1
|
* Updated themes for releaseJames Booth2015-02-261-20/+20
|
* Added forest themeJames Booth2014-11-181-1/+1
|
* Added original_bright themeJames Booth2014-11-181-0/+49
.vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
void returns_false_when_chat_session_does_not_exist(void** state);
void creates_chat_session_on_recipient_activity(void** state);
void replaces_chat_session_on_recipient_activity_with_different_resource(void** state);
void removes_chat_session(void** state);