diff options
author | Andreas Kling <kling@serenityos.org> | 2021-04-09 21:17:11 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-09 21:53:43 +0200 |
commit | 11bea5d633306c3fc32d60795c7eabd035ccd05c (patch) | |
tree | d479cae5cd93669f32cbcd616147ca2234f566bc /Base/res/themes/Faux Pas.ini | |
parent | e34238945d1ccabc431dabdb35c20ca9811a525f (diff) | |
download | serenity-11bea5d633306c3fc32d60795c7eabd035ccd05c.zip |
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" :^)
Diffstat (limited to 'Base/res/themes/Faux Pas.ini')
-rw-r--r-- | Base/res/themes/Faux Pas.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Base/res/themes/Faux Pas.ini b/Base/res/themes/Faux Pas.ini index ee214e9271..4ddd705661 100644 --- a/Base/res/themes/Faux Pas.ini +++ b/Base/res/themes/Faux Pas.ini @@ -58,3 +58,5 @@ SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorValue=#800000 Tooltip=#ffffe1 TooltipText=black +Tray=#282828 +TrayText=white |