diff options
author | Vitaly Takmazov | 2020-05-15 14:13:39 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-05-15 14:13:39 +0300 |
commit | cefb229ce61ed1bf26b377e969b6ba34e3fd5abb (patch) | |
tree | a651d1ef865a4bc65e9e87a41a071037efec8d34 /Juick/Colors.xcassets | |
parent | 4e1d4ecc574fb8f8e0643427a2b6b0ec14672d04 (diff) |
Transparent text editor
Diffstat (limited to 'Juick/Colors.xcassets')
-rw-r--r-- | Juick/Colors.xcassets/TextBackground.colorset/Contents.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Juick/Colors.xcassets/TextBackground.colorset/Contents.json b/Juick/Colors.xcassets/TextBackground.colorset/Contents.json new file mode 100644 index 0000000..57e2586 --- /dev/null +++ b/Juick/Colors.xcassets/TextBackground.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.750", + "blue" : "0.996", + "green" : "0.992", + "red" : "0.992" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.750", + "blue" : "0.133", + "green" : "0.133", + "red" : "0.133" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} |