From 1b303803e53dbeb24dab1a7c714d71ee14f002db Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Wed, 17 Jan 2024 23:18:27 -0800 Subject: Added server and tracker bookmarks. Reordering in Servers window. Delete. All stored securely in Keychain. --- .../hotlineRed.colorset/Contents.json | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Hotline/Assets.xcassets/hotlineRed.colorset/Contents.json (limited to 'Hotline/Assets.xcassets') diff --git a/Hotline/Assets.xcassets/hotlineRed.colorset/Contents.json b/Hotline/Assets.xcassets/hotlineRed.colorset/Contents.json new file mode 100644 index 0000000..1f6e488 --- /dev/null +++ b/Hotline/Assets.xcassets/hotlineRed.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x00", + "green" : "0x00", + "red" : "0xE1" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x00", + "green" : "0x00", + "red" : "0xE1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} -- cgit