mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +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
|
@ -72,7 +72,9 @@ RefPtr<SharedBuffer> load_system_theme(const String& path)
|
|||
DO_COLOR(HighlightWindowTitle);
|
||||
DO_COLOR(MenuStripe);
|
||||
DO_COLOR(MenuBase);
|
||||
DO_COLOR(MenuBaseText);
|
||||
DO_COLOR(MenuSelection);
|
||||
DO_COLOR(MenuSelectionText);
|
||||
|
||||
buffer->seal();
|
||||
buffer->share_globally();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue