mirror of
https://github.com/RGBCube/serenity
synced 2025-07-31 06:07:44 +00:00
LibGfx+Base: Add Tray/TrayText theme colors and Gfx::ButtonStyle::Tray
A "Tray" is a sunken container area for widgets. The first intended client of this style is the GUI::FilePicker's common locations frame. Thanks to @nvella for coming up with the term "Tray" :^)
This commit is contained in:
parent
e34238945d
commit
11bea5d633
14 changed files with 38 additions and 9 deletions
|
@ -58,3 +58,5 @@ SyntaxPreprocessorStatement=#008080
|
|||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tray=#3b3b3b
|
||||
TrayText=white
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue