https://github.com/yeah568/androirc-themes
A collection of themes for AndroIRC.
https://github.com/yeah568/androirc-themes
Last synced: 4 months ago
JSON representation
A collection of themes for AndroIRC.
- Host: GitHub
- URL: https://github.com/yeah568/androirc-themes
- Owner: yeah568
- License: mit
- Created: 2016-02-09T04:55:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-15T09:50:05.000Z (over 10 years ago)
- Last Synced: 2025-08-10T11:42:54.334Z (10 months ago)
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# androirc-themes
A collection of themes for AndroIRC.
Pull requests for fixes and new themes highly appreciated.
## Installation
Place ```{theme}.xml``` in ```/sdcard/AndroIRC/themes```.
Choose the theme in the AndroIRC settings at Settings -> Settings -> Theme.
## Current Themes
### Monokai
Based on the [HexChat Monokai theme](https://hexchat.github.io/themes.html).

## Development
### Attribute Guide
- __text_light__: Main text colour.
- __error__:
- __information__: Informational messages? Includes "Foo has said your nick on #Bar".
- __misc__:
- __highlight__: Text colour for messages containing a highlight word.
- __join__: User join message. (Foo has joined #Bar)
- __part__: User part message.
- __away__: /away - Away message. (You are now away, You're no longer away)
- __quit__:
- __mode__:
- __nick__: /nick - Nick change message. (Foo is now known as Bar)
- __invite__:
- __topic__: /topic - Topic/MOTD colour.
- __whois__: /whois - Whois message.
- __ping__:
- __ctcp__:
- __notice__:
- __raw__:
- __connexion__:
- __disconnexion__:
- __stars__:
- __state_hl__:
- __state_newmessage__:
- __state_systemmessage__:
- __title__:
- __operator__: Admin and op colour in userlist.
- __half_operator__: Voiced user colour in userlist. __NOTE:__ Yes, voiced user. It appears that hop and voice colours are switched.
- __voice__: Half-op colour in userlist. __NOTE:__ Yes, half-op. It appears that hop and voice colours are switched.
### Parent Themes
`````` can only be set to ```dark``` or ```light```. This changes the background colour to gray or white, respectively.
### Message Formatting
Currently, only standard and ACTION messages can be styled.
For standard messages, use:
```xml
```
For ACTION (/me) messages, use
```xml
```
Place the pattern inside the tag.
The following placeholders can be used:
- ```%rank%``` - Symbol for the rank of the user.
- ```%nick%``` - User's name.
- ```%message%``` - The actual text.
In addition, ``````, `````` and `````` can be used to style text in the patterns.