-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use trait collection to control theme changes (#2672)
- Loading branch information
Showing
110 changed files
with
762 additions
and
949 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
DuckDuckGo/Assets.xcassets/ErrorInfoDark.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
DuckDuckGo/Assets.xcassets/ErrorInfoLight.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
25 changes: 25 additions & 0 deletions
25
DuckDuckGo/Assets.xcassets/ErrorInfoUniversal.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "errorImgLight.pdf", | ||
"idiom" : "universal" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"filename" : "errorImgDark.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
17 changes: 0 additions & 17 deletions
17
DuckDuckGo/Assets.xcassets/LogoDarkText.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
DuckDuckGo/Assets.xcassets/LogoLightText.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
38 changes: 38 additions & 0 deletions
38
DuckDuckGo/Assets.xcassets/LogoText.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "light_portrait_logo.pdf", | ||
"idiom" : "universal" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"filename" : "dark_portrait_logo.pdf", | ||
"idiom" : "universal" | ||
}, | ||
{ | ||
"filename" : "updatedLogoGrayText2.pdf", | ||
"height-class" : "compact", | ||
"idiom" : "universal" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"filename" : "updatedLogoWhiteText2.pdf", | ||
"height-class" : "compact", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions
15
DuckDuckGo/Assets.xcassets/tabsToggleGrid-Dark.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions
15
DuckDuckGo/Assets.xcassets/tabsToggleList-Dark.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.