diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-21 16:59:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-21 16:59:49 +0200 |
commit | b8a0a4a9362130d713a1beb1db5e4afd6f94df3e (patch) | |
tree | ef1cd8e4adf4fcd71da8f2bb23401378bf5958e9 | |
parent | info: doc system colours for scrolls (diff) | |
download | mds-b8a0a4a9362130d713a1beb1db5e4afd6f94df3e.tar.gz mds-b8a0a4a9362130d713a1beb1db5e4afd6f94df3e.tar.bz2 mds-b8a0a4a9362130d713a1beb1db5e4afd6f94df3e.tar.xz |
info: doc system colours for progressbars
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index b92bc9e..72647a0 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -13322,17 +13322,73 @@ with scrolls, under the condition that the button is disabled. @item progress-background +The background colour on progressbars. + @item progress-progress +The colour of the bar, on progressbars, +indicating how much progress has been +made, or the colour of a marquee bar. +This colour is usually blue, but +sometimes green. + @item progress-good +The colour of the bar, on progressbars, +when the progressbar is used to indicate +a state rather than a progress, and the +state is considered good. This colour is +usually green. + @item progress-normal +The colour of the bar, on progressbars, +when the progressbar is used to indicate +a state rather than a progress, and the +state is considered normal. This colour is +usually yellow or green. + @item progress-bad +The colour of the bar, on progressbars, +when the progressbar is used to indicate +a state rather than a progress, and the +state is considered bad. This colour is +usually orange or yellow. + @item progress-critical +The colour of the bar, on progressbars, +when the progressbar is used to indicate +a state rather than a progress, and the +state is considered critical. This colour +is usually red. + @item progress-foreground +The colour of text on progressbars, on +the area that is not covered by a bar. + @item progress-foreground-progress +The colour of text on progressbars, on +the area that is covered by a bar +indicating how much progress has been +made or a marquee bar. + @item progress-foreground-good +The colour of text on progressbars, on +the area that is covered by a bar +indicating a good state. + @item progress-foreground-normal +The colour of text on progressbars, on +the area that is covered by a bar +indicating a normal state. + @item progress-foreground-bad +The colour of text on progressbars, on +the area that is covered by a bar +indicating a bad state. + @item progress-foreground-critical +The colour of text on progressbars, on +the area that is covered by a bar +indicating a critical state. + @item menu-background @item menu-foreground @item menu-delimiter |