diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-05-02 11:52:55 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-05-02 11:52:55 -0700 |
| commit | 480500a3e7cfe1e2aa8ff261ca6f9e522c3aaf4c (patch) | |
| tree | 0a90a527da1ae9d2664277948328fba5d58de55f /Hotline/Assets.xcassets | |
| parent | 91569dd83bfe1e17b8f3b31334814132707de5a1 (diff) | |
Link highlighting in chat (with basic markdown support for bold, italtics, strikethrough, monospace/code). Remove some source files from iOS build.
Diffstat (limited to 'Hotline/Assets.xcassets')
| -rw-r--r-- | Hotline/Assets.xcassets/Agreement Background.colorset/Contents.json | 38 | ||||
| -rw-r--r-- | Hotline/Assets.xcassets/Link Color.colorset/Contents.json | 38 |
2 files changed, 76 insertions, 0 deletions
diff --git a/Hotline/Assets.xcassets/Agreement Background.colorset/Contents.json b/Hotline/Assets.xcassets/Agreement Background.colorset/Contents.json new file mode 100644 index 0000000..7da34fe --- /dev/null +++ b/Hotline/Assets.xcassets/Agreement Background.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF5", + "green" : "0xF5", + "red" : "0xF5" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.500", + "blue" : "0x00", + "green" : "0x00", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Hotline/Assets.xcassets/Link Color.colorset/Contents.json b/Hotline/Assets.xcassets/Link Color.colorset/Contents.json new file mode 100644 index 0000000..4373edf --- /dev/null +++ b/Hotline/Assets.xcassets/Link Color.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF1", + "green" : "0x61", + "red" : "0x39" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xFF", + "green" : "0xA3", + "red" : "0x8A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} |