diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-07-02 13:38:32 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-07-02 13:38:32 -0700 |
| commit | 245b16fe1e93d573a91c74d25b454515bcbc50d2 (patch) | |
| tree | 5f377984f57eaa77c2ba2953a6dc504371d63479 /Hotline/Assets.xcassets/News Bundle.imageset | |
| parent | 7794a6522ae84bf1f1f543aae333e527d9dfe3a0 (diff) | |
Added some dark mode versions for new icons.
Diffstat (limited to 'Hotline/Assets.xcassets/News Bundle.imageset')
| -rw-r--r-- | Hotline/Assets.xcassets/News Bundle.imageset/Contents.json | 33 | ||||
| -rw-r--r-- | Hotline/Assets.xcassets/News Bundle.imageset/News Bundle Dark.png | bin | 0 -> 472 bytes | |||
| -rw-r--r-- | Hotline/Assets.xcassets/News Bundle.imageset/News Bundle Dark@2x.png | bin | 0 -> 994 bytes | |||
| -rw-r--r-- | Hotline/Assets.xcassets/News Bundle.imageset/News Bundle Dark@3x.png | bin | 0 -> 1596 bytes | |||
| -rw-r--r-- | Hotline/Assets.xcassets/News Bundle.imageset/News Bundle.png | bin | 469 -> 484 bytes | |||
| -rw-r--r-- | Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@2x.png | bin | 973 -> 993 bytes | |||
| -rw-r--r-- | Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@3x.png | bin | 1578 -> 1622 bytes |
7 files changed, 33 insertions, 0 deletions
diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json b/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json index 4c19d5a..da3e123 100644 --- a/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json +++ b/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json @@ -6,14 +6,47 @@ "scale" : "1x" }, { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "News Bundle Dark.png", + "idiom" : "universal", + "scale" : "1x" + }, + { "filename" : "News Bundle@2x.png", "idiom" : "universal", "scale" : "2x" }, { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "News Bundle Dark@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { "filename" : "News Bundle@3x.png", "idiom" : "universal", "scale" : "3x" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "News Bundle Dark@3x.png", + "idiom" : "universal", + "scale" : "3x" } ], "info" : { diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle Dark.png b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle Dark.png Binary files differnew file mode 100644 index 0000000..5e39ac1 --- /dev/null +++ b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle Dark.png diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle Dark@2x.png b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle Dark@2x.png Binary files differnew file mode 100644 index 0000000..1074b19 --- /dev/null +++ b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle Dark@2x.png diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle Dark@3x.png b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle Dark@3x.png Binary files differnew file mode 100644 index 0000000..0fccc49 --- /dev/null +++ b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle Dark@3x.png diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle.png b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle.png Binary files differindex eec1604..b620520 100644 --- a/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle.png +++ b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle.png diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@2x.png b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@2x.png Binary files differindex f37924c..bc82a49 100644 --- a/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@2x.png +++ b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@2x.png diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@3x.png b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@3x.png Binary files differindex dc8b6df..d8d112f 100644 --- a/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@3x.png +++ b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@3x.png |