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/Section Chat.imageset | |
| parent | 7794a6522ae84bf1f1f543aae333e527d9dfe3a0 (diff) | |
Added some dark mode versions for new icons.
Diffstat (limited to 'Hotline/Assets.xcassets/Section Chat.imageset')
| -rw-r--r-- | Hotline/Assets.xcassets/Section Chat.imageset/Contents.json | 33 | ||||
| -rw-r--r-- | Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark.png | bin | 0 -> 515 bytes | |||
| -rw-r--r-- | Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark@2x.png | bin | 0 -> 1116 bytes | |||
| -rw-r--r-- | Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark@3x.png | bin | 0 -> 1933 bytes | |||
| -rw-r--r-- | Hotline/Assets.xcassets/Section Chat.imageset/Section Chat.png | bin | 518 -> 515 bytes | |||
| -rw-r--r-- | Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@2x.png | bin | 936 -> 933 bytes | |||
| -rw-r--r-- | Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@3x.png | bin | 1692 -> 1699 bytes |
7 files changed, 33 insertions, 0 deletions
diff --git a/Hotline/Assets.xcassets/Section Chat.imageset/Contents.json b/Hotline/Assets.xcassets/Section Chat.imageset/Contents.json index 44d86bd..086f24a 100644 --- a/Hotline/Assets.xcassets/Section Chat.imageset/Contents.json +++ b/Hotline/Assets.xcassets/Section Chat.imageset/Contents.json @@ -6,14 +6,47 @@ "scale" : "1x" }, { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "Section Chat Dark.png", + "idiom" : "universal", + "scale" : "1x" + }, + { "filename" : "Section Chat@2x.png", "idiom" : "universal", "scale" : "2x" }, { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "Section Chat Dark@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { "filename" : "Section Chat@3x.png", "idiom" : "universal", "scale" : "3x" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "Section Chat Dark@3x.png", + "idiom" : "universal", + "scale" : "3x" } ], "info" : { diff --git a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark.png b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark.png Binary files differnew file mode 100644 index 0000000..6ee38a3 --- /dev/null +++ b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark.png diff --git a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark@2x.png b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark@2x.png Binary files differnew file mode 100644 index 0000000..555def4 --- /dev/null +++ b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark@2x.png diff --git a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark@3x.png b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark@3x.png Binary files differnew file mode 100644 index 0000000..9422a17 --- /dev/null +++ b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark@3x.png diff --git a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat.png b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat.png Binary files differindex 6c60903..5533e41 100644 --- a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat.png +++ b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat.png diff --git a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@2x.png b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@2x.png Binary files differindex 88ae66a..e645b2e 100644 --- a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@2x.png +++ b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@2x.png diff --git a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@3x.png b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@3x.png Binary files differindex cb8cc7a..fe2779d 100644 --- a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@3x.png +++ b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@3x.png |