mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:37:36 +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",
|
"Color Scheme",
|
||||||
{
|
{
|
||||||
{ "General",
|
{ "General",
|
||||||
{ { Gfx::ColorRole::Black },
|
{ { Gfx::FlagRole::BoldTextAsBright },
|
||||||
|
{ Gfx::ColorRole::Black },
|
||||||
{ Gfx::ColorRole::Red },
|
{ Gfx::ColorRole::Red },
|
||||||
{ Gfx::ColorRole::Green },
|
{ Gfx::ColorRole::Green },
|
||||||
{ Gfx::ColorRole::Yellow },
|
{ Gfx::ColorRole::Yellow },
|
||||||
{ Gfx::ColorRole::Blue },
|
{ Gfx::ColorRole::Blue },
|
||||||
{ Gfx::ColorRole::Magenta },
|
{ Gfx::ColorRole::Magenta },
|
||||||
|
{ Gfx::ColorRole::ColorSchemeBackground },
|
||||||
|
{ Gfx::ColorRole::ColorSchemeForeground },
|
||||||
{ Gfx::ColorRole::Cyan },
|
{ Gfx::ColorRole::Cyan },
|
||||||
{ Gfx::ColorRole::White },
|
{ Gfx::ColorRole::White },
|
||||||
{ Gfx::ColorRole::BrightBlack },
|
{ Gfx::ColorRole::BrightBlack },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue