Skip to content

Commit

Permalink
Add note about Ansi256 colors to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Sep 4, 2020
1 parent 43d07da commit a2b0490
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
//! - Colors:
//! - `black`, `blue`, `green`, `red`, `cyan`, `magenta`, `yellow`, `white`
//! - RGB as hex string: `#rrggbb`, e.g. `#27ae60`
//! - (yes, there is currently no syntax for `Color::Ansi256` because I
//! couldn't come up with a nice syntax and I never used these ansi
//! colors...)
//! - Background colors: same as colors but prefixed with `bg:`, e.g. `bg:blue`
//! or `bg:#c0392b`
//! - Attributes:
Expand Down

0 comments on commit a2b0490

Please sign in to comment.