1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:57:35 +00:00

ThemeEditor: Support more color scheme-related roles

This commit is contained in:
implicitfield 2023-02-12 15:49:05 +02:00 committed by Andreas Kling
parent e9e4baee77
commit d4d1cab895

View file

@ -188,12 +188,15 @@ static const PropertyTab color_scheme_tab {
"Color Scheme",
{
{ "General",
{ { Gfx::ColorRole::Black },
{ { Gfx::FlagRole::BoldTextAsBright },
{ Gfx::ColorRole::Black },
{ Gfx::ColorRole::Red },
{ Gfx::ColorRole::Green },
{ Gfx::ColorRole::Yellow },
{ Gfx::ColorRole::Blue },
{ Gfx::ColorRole::Magenta },
{ Gfx::ColorRole::ColorSchemeBackground },
{ Gfx::ColorRole::ColorSchemeForeground },
{ Gfx::ColorRole::Cyan },
{ Gfx::ColorRole::White },
{ Gfx::ColorRole::BrightBlack },