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:
parent
e9e4baee77
commit
d4d1cab895
1 changed files with 4 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue