From 11bea5d633306c3fc32d60795c7eabd035ccd05c Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 9 Apr 2021 21:17:11 +0200 Subject: 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" :^) --- Base/res/themes/Default.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Base/res/themes/Default.ini') diff --git a/Base/res/themes/Default.ini b/Base/res/themes/Default.ini index 3b7ab90f77..8ef6b05197 100644 --- a/Base/res/themes/Default.ini +++ b/Base/res/themes/Default.ini @@ -66,6 +66,8 @@ SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorValue=#800000 Tooltip=#ffffe1 TooltipText=black +Tray=#808080 +TrayText=#ffffff [Metrics] TitleHeight=19 -- cgit v1.2.3