Loading colours.rst +9 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,15 @@ Text modes are a single hex character, colours are pairs of hex characters, the first colour pair being the foreground colour, the optional second setting the background colour. Text modes * 0 - Reset / normal * 1 - Bold / increased intensity * 2 - Faint / decreaed intensity * 3 - Italic * 4 - Underline * 7 - reverse video * 9 - crossed out Examples: * &0& - reset all attributes * &36& - set foreground colour to purple Loading Loading
colours.rst +9 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,15 @@ Text modes are a single hex character, colours are pairs of hex characters, the first colour pair being the foreground colour, the optional second setting the background colour. Text modes * 0 - Reset / normal * 1 - Bold / increased intensity * 2 - Faint / decreaed intensity * 3 - Italic * 4 - Underline * 7 - reverse video * 9 - crossed out Examples: * &0& - reset all attributes * &36& - set foreground colour to purple Loading