diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-07-24 16:11:16 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-07-24 16:11:16 -0700 |
| commit | f9e5f8a3a66df6e59726ca1659043fb54ed894e4 (patch) | |
| tree | 4d5a370178cd79c6f9ae5a2bcca1e442327b4193 /Hotline/Assets.xcassets | |
| parent | 8633db7e6ca9f38345d7be0ab90193d6325904bf (diff) | |
Moving to an experimental result builder for Data to simplify construction of headers for Hotline's binary protocol. Fix some UI quirks around file transfers.
Diffstat (limited to 'Hotline/Assets.xcassets')
| -rw-r--r-- | Hotline/Assets.xcassets/File Complete.colorset/Contents.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Hotline/Assets.xcassets/File Complete.colorset/Contents.json b/Hotline/Assets.xcassets/File Complete.colorset/Contents.json new file mode 100644 index 0000000..053701f --- /dev/null +++ b/Hotline/Assets.xcassets/File Complete.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "display-p3", + "components" : { + "alpha" : "1.000", + "blue" : "0x50", + "green" : "0xBC", + "red" : "0x5F" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x37", + "green" : "0x9D", + "red" : "0x45" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} |