mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
Base: Add 'IsDark' flag to all system themes
This commit is contained in:
parent
4f42e4ba90
commit
079d9e2e0b
13 changed files with 39 additions and 0 deletions
|
@ -72,6 +72,9 @@ TooltipText=white
|
|||
Tray=#171717
|
||||
TrayText=white
|
||||
|
||||
[Flags]
|
||||
IsDark=true
|
||||
|
||||
[Metrics]
|
||||
TitleHeight=24
|
||||
TitleButtonWidth=32
|
||||
|
|
|
@ -68,5 +68,8 @@ TooltipText=black
|
|||
Tray=#9397a5
|
||||
TrayText=white
|
||||
|
||||
[Flags]
|
||||
IsDark=false
|
||||
|
||||
[Paths]
|
||||
TitleButtonIcons=/res/icons/themes/Coffee/16x16/
|
||||
|
|
|
@ -63,3 +63,6 @@ Tooltip=#444444
|
|||
TooltipText=white
|
||||
Tray=#323232
|
||||
TrayText=white
|
||||
|
||||
[Flags]
|
||||
IsDark=true
|
||||
|
|
|
@ -72,6 +72,9 @@ TooltipText=black
|
|||
Tray=#808080
|
||||
TrayText=#ffffff
|
||||
|
||||
[Flags]
|
||||
IsDark=false
|
||||
|
||||
[Metrics]
|
||||
TitleHeight=19
|
||||
TitleButtonWidth=15
|
||||
|
|
|
@ -72,6 +72,9 @@ TooltipText=black
|
|||
Tray=#a28d68
|
||||
TrayText=white
|
||||
|
||||
[Flags]
|
||||
IsDark=false
|
||||
|
||||
[Metrics]
|
||||
TitleHeight=19
|
||||
TitleButtonWidth=15
|
||||
|
|
|
@ -63,3 +63,6 @@ Tooltip=#ffffe1
|
|||
TooltipText=black
|
||||
Tray=#282828
|
||||
TrayText=white
|
||||
|
||||
[Flags]
|
||||
IsDark=false
|
||||
|
|
|
@ -72,6 +72,9 @@ TooltipText=#4b4b4b
|
|||
Tray=#3b3b3b
|
||||
TrayText=white
|
||||
|
||||
[Flags]
|
||||
IsDark=false
|
||||
|
||||
[Paths]
|
||||
MenuShadow=/res/icons/themes/Redmond/menu-shadow.png
|
||||
TooltipShadow=/res/icons/themes/Redmond/menu-shadow.png
|
||||
|
|
|
@ -63,3 +63,6 @@ Tooltip=#4c566a
|
|||
TooltipText=white
|
||||
Tray=#3b4252
|
||||
TrayText=white
|
||||
|
||||
[Flags]
|
||||
IsDark=true
|
||||
|
|
|
@ -72,6 +72,9 @@ TooltipText=black
|
|||
Tray=#808080
|
||||
TrayText=#ffffff
|
||||
|
||||
[Flags]
|
||||
IsDark=false
|
||||
|
||||
[Metrics]
|
||||
TitleHeight=19
|
||||
TitleButtonWidth=15
|
||||
|
|
|
@ -68,6 +68,9 @@ TooltipText=black
|
|||
Tray=#808080
|
||||
TrayText=white
|
||||
|
||||
[Flags]
|
||||
IsDark=false
|
||||
|
||||
[Metrics]
|
||||
TitleButtonWidth=17
|
||||
TitleButtonHeight=15
|
||||
|
|
|
@ -68,6 +68,9 @@ TooltipText=black
|
|||
Tray=#808080
|
||||
TrayText=white
|
||||
|
||||
[Flags]
|
||||
IsDark=false
|
||||
|
||||
[Metrics]
|
||||
TitleButtonWidth=17
|
||||
TitleButtonHeight=15
|
||||
|
|
|
@ -64,5 +64,8 @@ TooltipText=black
|
|||
Tray=#3b3b3b
|
||||
TrayText=white
|
||||
|
||||
[Flags]
|
||||
IsDark=false
|
||||
|
||||
[Paths]
|
||||
TitleButtonIcons=/res/icons/themes/Silver/16x16/
|
||||
|
|
|
@ -68,5 +68,8 @@ TooltipText=black
|
|||
Tray=#9397a5
|
||||
TrayText=white
|
||||
|
||||
[Flags]
|
||||
IsDark=false
|
||||
|
||||
[Paths]
|
||||
TitleButtonIcons=/res/icons/themes/Sunshine/16x16/
|
||||
|
|
Loading…
Add table
Reference in a new issue