Lines Matching refs:color
35 { "'ArialMT'", 12, color::black, R"(text-anchor="middle")"};
38 { "Source Code Pro Light", 12, color::black, R"(text-anchor="middle")"};
41 { "Roboto Light", 12, color::black, R"(text-anchor="middle")"};
43 const style primary_row_sty = { color::white, color::black, "" };
44 const style base_row_sty = { color::white, color::gray75, "" };
45 const style member_row_sty = { color::black, color::gray25, "" };
46 const style implementation_row_sty = { color::black, color::white, "" };
82 color_to_string(color __val)
87 case color::white:
90 case color::gray25:
93 case color::gray75:
96 case color::black:
100 throw std::logic_error("abigail::color_to_string color not recognized");