diff options
author | Alexander Færøy <ahf@0x90.dk> | 2014-07-02 23:17:36 +0200 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2014-07-02 23:17:36 +0200 |
commit | fd3676e40783e7a24ace7cb652dea72411737fdd (patch) | |
tree | 9b87475b59130900da5c15cc92040b7f94191b1a /docs | |
parent | 0a221742649cf39db96da69dead0292fd38c7b66 (diff) | |
parent | 96a292d40e7f6fe505c4a0f686d35132ffac8208 (diff) | |
download | irssi-fd3676e40783e7a24ace7cb652dea72411737fdd.zip |
Merge pull request #48 from ailin-nemui/256-colour-history
256 colour support for Irssi
Diffstat (limited to 'docs')
-rw-r--r-- | docs/formats.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/formats.txt b/docs/formats.txt index 0ffef08f..2a507a04 100644 --- a/docs/formats.txt +++ b/docs/formats.txt @@ -27,6 +27,8 @@ %| Marks the indentation position %# Monospace font on/off (useful with lists and GUI) %% A single % + %XAB %xAB Color from extended plane (A=1-7, B=0-Z) + %ZAABBCC %zAABBCC HTML color (in hex notation) In .theme files %n works a bit differently. See default.theme for more information. |