![]() | HighlightingToolsSetClassNamesColor Method |
Namespace: Novacta.Documentation.ShfbTools
Exception | Condition |
---|---|
InvalidOperationException |
The environmental variable SHFBROOT cannot be found. -or- The environmental variable SHFBROOT exists but points to a SHFB installation which is corrupted or has a version different from the target one. |
ArgumentException | The value of color is not supported. |
ArgumentNullException | color is null. |
This method adds a new CSS class representing the color you want to be applied when representing a class name, as the following:
.highlight-class-name { color: #2B91AF; }
The colors supported for class name highlighting are those having CSS names supported by all browsers as of date 3/21/2017.
More thoroughly, supported colors are named as follows.
"AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" |
"Azure" | "Beige" | "Bisque" | "Black" |
"BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" |
"BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" |
"Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" |
"Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" |
"DarkGray" | "DarkGrey" | "DarkGreen" | "DarkKhaki" |
"DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" |
"DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" |
"DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" |
"DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" |
"DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" |
"Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" |
"GoldenRod" | "Gray" | "Grey" | "Green" |
"GreenYellow" | "HoneyDew" | "HotPink" | "IndianRed" |
"Indigo" | "Ivory" | "Khaki" | "Lavender" |
"LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" |
"LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" |
"LightGrey" | "LightGreen" | "LightPink" | "LightSalmon" |
"LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" |
"LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" |
"Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" |
"MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" |
"MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" |
"MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" |
"NavajoWhite" | "Navy" | "OldLace" | "Olive" |
"OliveDrab" | "Orange" | "OrangeRed" | "Orchid" |
"PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" |
"PapayaWhip" | "PeachPuff" | "Peru" | "Pink" |
"Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" |
"Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" |
"Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" |
"Sienna" | "Silver" | "SkyBlue" | "SlateBlue" |
"SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" |
"SteelBlue" | "Tan" | "Teal" | "Thistle" |
"Tomato" | "Turquoise" | "Violet" | "Wheat" |
"White" | "WhiteSmoke" | "Yellow" | "YellowGreen" |