Pretty Diagnostics
Create your own pretty diagnostics
Loading...
Searching...
No Matches
pretty_diagnostics::ColorSet Struct Reference

Collection of color styles used for semantic highlighting. More...

#include <renderer.hpp>

Data Fields

std::vector< color::Codeerror
 
std::vector< color::Codewarning
 
std::vector< color::Codeinfo
 
std::vector< color::Codeunknown
 

Detailed Description

Collection of color styles used for semantic highlighting.

A ColorSet groups together styles used to visually distinguish different kinds of messages (errors, warnings, notes, etc.) in the TextRenderer output.

Field Documentation

◆ error

std::vector<color::Code> pretty_diagnostics::ColorSet::error

◆ info

std::vector<color::Code> pretty_diagnostics::ColorSet::info

◆ unknown

std::vector<color::Code> pretty_diagnostics::ColorSet::unknown

◆ warning

std::vector<color::Code> pretty_diagnostics::ColorSet::warning

The documentation for this struct was generated from the following file: