From 245b16fe1e93d573a91c74d25b454515bcbc50d2 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Tue, 2 Jul 2024 13:38:32 -0700 Subject: Added some dark mode versions for new icons. --- .../Section Chat.imageset/Contents.json | 33 +++++++++++++++++++++ .../Section Chat.imageset/Section Chat Dark.png | Bin 0 -> 515 bytes .../Section Chat.imageset/Section Chat Dark@2x.png | Bin 0 -> 1116 bytes .../Section Chat.imageset/Section Chat Dark@3x.png | Bin 0 -> 1933 bytes .../Section Chat.imageset/Section Chat.png | Bin 518 -> 515 bytes .../Section Chat.imageset/Section Chat@2x.png | Bin 936 -> 933 bytes .../Section Chat.imageset/Section Chat@3x.png | Bin 1692 -> 1699 bytes 7 files changed, 33 insertions(+) create mode 100644 Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark.png create mode 100644 Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark@2x.png create mode 100644 Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark@3x.png (limited to 'Hotline/Assets.xcassets/Section Chat.imageset') 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 @@ -5,15 +5,48 @@ "idiom" : "universal", "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 new file mode 100644 index 0000000..6ee38a3 Binary files /dev/null and b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark.png differ 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 new file mode 100644 index 0000000..555def4 Binary files /dev/null and b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark@2x.png differ 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 new file mode 100644 index 0000000..9422a17 Binary files /dev/null and b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat Dark@3x.png differ diff --git a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat.png b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat.png index 6c60903..5533e41 100644 Binary files a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat.png and b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat.png differ diff --git a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@2x.png b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@2x.png index 88ae66a..e645b2e 100644 Binary files a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@2x.png and b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@2x.png differ diff --git a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@3x.png b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@3x.png index cb8cc7a..fe2779d 100644 Binary files a/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@3x.png and b/Hotline/Assets.xcassets/Section Chat.imageset/Section Chat@3x.png differ -- cgit