Skip to content

Commit

Permalink
prep for trans theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored May 8, 2024
1 parent cf9dd0b commit af89c00
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "trans.jpg",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

18 changes: 18 additions & 0 deletions Application/Dopamine/UI/Themes/Themes.plist
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,23 @@
<key>titleShadow</key>
<true/>
</dict>
<dict>
<key>key</key>
<string>trans</string>
<key>icon</key>
<string>AppIcon_ElleKit</string>
<key>name</key>
<string>Trans</string>
<key>image</key>
<string>Background_Trans.jpg</string>
<key>actionMenuColor</key>
<string>3F610C71</string>
<key>windowColor</key>
<string>6009040A</string>
<key>blur</key>
<integer>30</integer>
<key>titleShadow</key>
<true/>
</dict>
</array>
</plist>

0 comments on commit af89c00

Please sign in to comment.