krz/domain-dig

an ios app for DNS & SSL analysis

clone: git clone https://gitbay.org/krz/domain-dig.git

v4.9.0: Shared/Colors.xcassets/AppSurface.colorset/Contents.json · raw

 1{
 2  "colors": [
 3    {
 4      "idiom": "universal",
 5      "color": {
 6        "color-space": "srgb",
 7        "components": {
 8          "red": "0xF2",
 9          "green": "0xF2",
10          "blue": "0xF7",
11          "alpha": "1.000"
12        }
13      }
14    },
15    {
16      "idiom": "universal",
17      "appearances": [
18        {
19          "appearance": "luminosity",
20          "value": "dark"
21        }
22      ],
23      "color": {
24        "color-space": "srgb",
25        "components": {
26          "red": "0x0E",
27          "green": "0x0E",
28          "blue": "0x0F",
29          "alpha": "1.000"
30        }
31      }
32    },
33    {
34      "idiom": "universal",
35      "appearances": [
36        {
37          "appearance": "contrast",
38          "value": "high"
39        }
40      ],
41      "color": {
42        "color-space": "srgb",
43        "components": {
44          "red": "0xEB",
45          "green": "0xEB",
46          "blue": "0xF0",
47          "alpha": "1.000"
48        }
49      }
50    },
51    {
52      "idiom": "universal",
53      "appearances": [
54        {
55          "appearance": "luminosity",
56          "value": "dark"
57        },
58        {
59          "appearance": "contrast",
60          "value": "high"
61        }
62      ],
63      "color": {
64        "color-space": "srgb",
65        "components": {
66          "red": "0x16",
67          "green": "0x16",
68          "blue": "0x18",
69          "alpha": "1.000"
70        }
71      }
72    }
73  ],
74  "info": {
75    "author": "xcode",
76    "version": 1
77  }
78}