From cefb229ce61ed1bf26b377e969b6ba34e3fd5abb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 15 May 2020 14:13:39 +0300 Subject: Transparent text editor --- .../TextBackground.colorset/Contents.json | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Juick/Colors.xcassets/TextBackground.colorset/Contents.json (limited to 'Juick/Colors.xcassets/TextBackground.colorset') 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 + } +} -- cgit v1.2.3