mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:37:35 +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
|
@ -66,6 +66,8 @@ SyntaxPreprocessorStatement=#ffafff
|
|||
SyntaxPreprocessorValue=orange
|
||||
Tooltip=#1f1f1f
|
||||
TooltipText=white
|
||||
Tray=#171717
|
||||
TrayText=white
|
||||
|
||||
[Metrics]
|
||||
TitleHeight=24
|
||||
|
|
|
@ -62,6 +62,8 @@ SyntaxPreprocessorStatement=#008080
|
|||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tray=#9397a5
|
||||
TrayText=white
|
||||
|
||||
[Metrics]
|
||||
TitleButtonWidth=17
|
||||
|
|
|
@ -58,3 +58,5 @@ SyntaxPreprocessorStatement=darkgray
|
|||
SyntaxPreprocessorValue=orange
|
||||
Tooltip=#444444
|
||||
TooltipText=white
|
||||
Tray=#323232
|
||||
TrayText=white
|
||||
|
|
|
@ -66,6 +66,8 @@ SyntaxPreprocessorStatement=#008080
|
|||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tray=#808080
|
||||
TrayText=#ffffff
|
||||
|
||||
[Metrics]
|
||||
TitleHeight=19
|
||||
|
|
|
@ -66,6 +66,8 @@ SyntaxPreprocessorStatement=#008080
|
|||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=white
|
||||
TooltipText=black
|
||||
Tray=#a28d68
|
||||
TrayText=white
|
||||
|
||||
[Metrics]
|
||||
TitleHeight=19
|
||||
|
|
|
@ -58,3 +58,5 @@ SyntaxPreprocessorStatement=#008080
|
|||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tray=#282828
|
||||
TrayText=white
|
||||
|
|
|
@ -58,3 +58,5 @@ SyntaxPreprocessorStatement=#ffafff
|
|||
SyntaxPreprocessorValue=orange
|
||||
Tooltip=#4c566a
|
||||
TooltipText=white
|
||||
Tray=#3b4252
|
||||
TrayText=white
|
||||
|
|
|
@ -62,6 +62,8 @@ SyntaxPreprocessorStatement=#008080
|
|||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tray=#808080
|
||||
TrayText=white
|
||||
|
||||
[Metrics]
|
||||
TitleButtonWidth=17
|
||||
|
|
|
@ -62,6 +62,8 @@ SyntaxPreprocessorStatement=#008080
|
|||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tray=#808080
|
||||
TrayText=white
|
||||
|
||||
[Metrics]
|
||||
TitleButtonWidth=17
|
||||
|
|
|
@ -58,3 +58,5 @@ SyntaxPreprocessorStatement=#008080
|
|||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tray=#3b3b3b
|
||||
TrayText=white
|
||||
|
|
|
@ -62,6 +62,8 @@ SyntaxPreprocessorStatement=#008080
|
|||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tray=#9397a5
|
||||
TrayText=white
|
||||
|
||||
[Paths]
|
||||
TitleButtonIcons=/res/icons/themes/Sunshine/16x16/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue