diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-02-11 07:55:29 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-02-11 07:55:29 +0100 |
commit | d31a6540caa6f2f95ad61d7854053bdded8d8afa (patch) | |
tree | c9ff93a9ea97aa9ea30e17b47c5d6a6ad465cfbe /doc/en/weechat_dev.en.txt | |
parent | f8ef3c8f80ae8cdf9b6bf3a7a93fc5e86c0f595e (diff) | |
download | weechat-d31a6540caa6f2f95ad61d7854053bdded8d8afa.zip |
doc: update example of color code in developer's guide
Diffstat (limited to 'doc/en/weechat_dev.en.txt')
-rw-r--r-- | doc/en/weechat_dev.en.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/en/weechat_dev.en.txt b/doc/en/weechat_dev.en.txt index 025656ef8..9f149adca 100644 --- a/doc/en/weechat_dev.en.txt +++ b/doc/en/weechat_dev.en.txt @@ -859,14 +859,14 @@ Examples of color codes: [width="50%",cols="1,2",options="header"] |======================================== -| Code | Description -| @h(19)`01` | color of option "01" (chat text) -| @h(19)`*08,03` | yellow on red -| @h(19)`*@00214` | orange (extended color 214) -| @h(19)`*@_00214,@00017` | underlined orange (214) on dark blue (17) -| @h(1A)`_` | set underline -| @h(1B)`_` | remove underline -| @h(1C)`bD` | reset attributes and color +| Code | Description +| @h(19)`01` | color of option "01" (chat text) +| @h(19)`*08,03` | yellow on red +| @h(19)`*@00214` | orange (extended color 214) +| @h(19)`*@*_00214,@00017` | bold underlined orange (214) on dark blue (17) +| @h(1A)`_` | set underline +| @h(1B)`_` | remove underline +| @h(1C)`bD` | reset attributes and color |======================================== [[plugin_internals]] |