Skip to content

Commit

Permalink
Fix Greys in colors table (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunyho authored Aug 23, 2021
1 parent ec1ed68 commit 91564b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style/types/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ use crate::style::parse_next_u8;
///
/// | Light | Dark |
/// | :--| :-- |
/// | `Grey` | `Black` |
/// | `DarkGrey` | `Black` |
/// | `Red` | `DarkRed` |
/// | `Green` | `DarkGreen` |
/// | `Yellow` | `DarkYellow` |
/// | `Blue` | `DarkBlue` |
/// | `Magenta` | `DarkMagenta` |
/// | `Cyan` | `DarkCyan` |
/// | `White` | `DarkWhite` |
/// | `White` | `Grey` |
///
/// Most UNIX terminals and Windows 10 consoles support additional colors.
/// See [`Color::Rgb`] or [`Color::AnsiValue`] for more info.
Expand Down

0 comments on commit 91564b5

Please sign in to comment.