From d31a6540caa6f2f95ad61d7854053bdded8d8afa Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 11 Feb 2012 07:55:29 +0100 Subject: [PATCH] doc: update example of color code in developer's guide --- doc/en/weechat_dev.en.txt | 16 ++++++++-------- 1 file 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]]