Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Contents.json « ValueBlockBackgroundColor.colorset « Assets.xcassets « Xamarin.PropertyEditing.Mac.Standalone - github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70527549cffe499e5cc257e67499febde261a3e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "info" : {
    "version" : 1,
    "author" : "xcode"
  },
  "colors" : [
    {
      "idiom" : "universal",
      "color" : {
        "color-space" : "srgb",
        "components" : {
          "red" : "0.000",
          "alpha" : "0.080",
          "blue" : "0.000",
          "green" : "0.000"
        }
      }
    },
    {
      "idiom" : "universal",
      "appearances" : [
        {
          "appearance" : "luminosity",
          "value" : "dark"
        }
      ],
      "color" : {
        "color-space" : "srgb",
        "components" : {
          "red" : "1.000",
          "alpha" : "0.100",
          "blue" : "1.000",
          "green" : "1.000"
        }
      }
    }
  ]
}