mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:27:35 +00:00
LibDraw: Add MenuBaseText and MenuSelectionText color roles
This allows the very aesthetic "Hotdog Stand" theme to have quite reasonable looking menus.
This commit is contained in:
parent
5330593e38
commit
5be6a43860
8 changed files with 17 additions and 42 deletions
|
@ -21,7 +21,9 @@ enum class ColorRole {
|
|||
HighlightWindowTitle,
|
||||
MenuStripe,
|
||||
MenuBase,
|
||||
MenuBaseText,
|
||||
MenuSelection,
|
||||
MenuSelectionText,
|
||||
Window,
|
||||
WindowText,
|
||||
Button,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue