mirror of https://github.com/zkat/miette.git
Fixes: https://github.com/zkat/miette/issues/176 Change the default ansi color theme to use colors that are more similar to the colors from the default RGB theme. In particular, don't use red for any of the span labels, since that color is also used for errors. BREAKING CHANGES: * the default theme now prefers ANSI colors, even if RGB is supported * `MietteHandlerOpts::ansi_colors` is removed * `MietteHandlerOpts::rgb_color` now takes an enum that controls the color format used when color support is enabled, and has no effect otherwise. |
||
|---|---|---|
| .. | ||
| eyreish | ||
| handlers | ||
| chain.rs | ||
| diagnostic_chain.rs | ||
| error.rs | ||
| handler.rs | ||
| lib.rs | ||
| macro_helpers.rs | ||
| named_source.rs | ||
| panic.rs | ||
| protocol.rs | ||
| source_impls.rs | ||