Difference between revisions of "Setting:Color"
From WikiName
(Created page with "<helpfile> See also: C_SHOW, C_SET, C_RESET Use 'color' on its own to turn color support on or off. Use 'color show' to display your color settings. Use 'color set' to modif...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<helpfile> | <helpfile> | ||
− | See | + | Usage: color |
+ | color show | ||
+ | color set | ||
+ | See Also: [[Setting:C_Show|C_SHOW]], [[Setting:C_Set|C_SET]], [[Setting:C_Reset|C_RESET]] | ||
Use 'color' on its own to turn color support on or off. | Use 'color' on its own to turn color support on or off. | ||
Line 32: | Line 35: | ||
Color Reset-- | Color Reset-- | ||
Colors reset to system defaults. | Colors reset to system defaults. | ||
− | standard or dull colors: | + | standard or dull colors: Code |
− | <font color="#FFFFFF"> '''- standard white''' | + | <font color="#FFFFFF"> '''- standard white''' \d01</font> |
<font color="#BB0000"> '''- dark red''' \d02</font> | <font color="#BB0000"> '''- dark red''' \d02</font> | ||
<font color="#00BB00"> '''- dark green''' \d03</font> | <font color="#00BB00"> '''- dark green''' \d03</font> | ||
− | <font color="#ACBB00"> ''- dark yellow, aka orange''' \d04</font> | + | <font color="#ACBB00"> '''- dark yellow, aka orange''' \d04</font> |
− | <font color="#BB00BB"> | + | <font color="#BB00BB"> '''- dark pink, aka magenta''' \d06</font> |
<font color="#00BBBB"> '''- cyan, aka dark aqua''' \d07</font> | <font color="#00BBBB"> '''- cyan, aka dark aqua''' \d07</font> | ||
<font color="#E8E8E8"> '''- standard white''' \d08</font> | <font color="#E8E8E8"> '''- standard white''' \d08</font> | ||
<font color="#555555"> '''- grey''' \d12</font> | <font color="#555555"> '''- grey''' \d12</font> | ||
− | <font color="#0000BB"> '''- dark blue''' | + | <font color="#0000BB"> '''- dark blue''' \d16</font> |
− | bright colors: | + | bright colors: Code |
<font color="#5555FF"> '''- medium blue''' \d05</font> | <font color="#5555FF"> '''- medium blue''' \d05</font> | ||
<font color="#55FFFF"> '''- bright blue or aqua''' \d09</font> | <font color="#55FFFF"> '''- bright blue or aqua''' \d09</font> |