diff --git a/README.md b/README.md index cac2a38..cdbc3c4 100644 --- a/README.md +++ b/README.md @@ -99,24 +99,24 @@ Name | Description ## Predefined colors -Number | Name | RGB | Hex ---- | --- | --- | --- -`0` | `black` | `0,0,0` | `#000000` -`1` | `maroon` | `128,0,0` | `#800000` -`2` | `green` | `0,128,0` | `#008000` -`3` | `olive` | `128,128,0` | `#808000` -`4` | `navy` | `0,0,128` | `#000080` -`5` | `purple` | `128,0,128` | `#800080` -`6` | `teal` | `0,128,128` | `#008080` -`7` | `silver` | `192,192,192` | `#c0c0c0` -`8` | `grey` | `128,128,128` | `#808080` -`9` | `red` | `255,0,0` | `#ff0000` -`10` | `lime` | `0,255,0` | `#00ff00` -`11` | `yellow` | `255,255,0` | `#ffff00` -`12` | `blue` | `0,0,255` | `#0000ff` -`13` | `fuchsia` | `255,0,255` | `#ff00ff` -`14` | `aqua` | `0,255,255` | `#00ffff` -`15` | `white` | `255,255,255` | `#ffffff` +Number | Name | RGB | Hex | System.ConsoleColor +--- | --- | --- | --- | --- +`0` | `black` | `0,0,0` | `#000000` | `Black` +`1` | `maroon` | `128,0,0` | `#800000` | `DarkRed` +`2` | `green` | `0,128,0` | `#008000` | `DarkGreen` +`3` | `olive` | `128,128,0` | `#808000` | `DarkYellow` +`4` | `navy` | `0,0,128` | `#000080` | `DarkBlue` +`5` | `purple` | `128,0,128` | `#800080` | `DarkMagenta` +`6` | `teal` | `0,128,128` | `#008080` | `DarkCyan` +`7` | `silver` | `192,192,192` | `#c0c0c0` | `Gray` +`8` | `grey` | `128,128,128` | `#808080` | `DarkGray` +`9` | `red` | `255,0,0` | `#ff0000` | `Red` +`10` | `lime` | `0,255,0` | `#00ff00` | `Green` +`11` | `yellow` | `255,255,0` | `#ffff00` | `Yellow` +`12` | `blue` | `0,0,255` | `#0000ff` | `Blue` +`13` | `fuchsia` | `255,0,255` | `#ff00ff` | `Magenta` +`14` | `aqua` | `0,255,255` | `#00ffff` | `Cyan` +`15` | `white` | `255,255,255` | `#ffffff` | `White` `16` | `grey0` | `0,0,0` | `#000000` `17` | `navyblue` | `0,0,95` | `#00005f` `18` | `darkblue` | `0,0,135` | `#000087`