Skip to content

Commit 33653ed

Browse files
Add Dark Mode colors
- Added dark appearance colors in asset catalog - Closes #22
1 parent 0945fd6 commit 33653ed

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

BuildSettingExtractor/Assets.xcassets/dragViewBackgroundColor.colorset/Contents.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@
1515
"green" : "0.850"
1616
}
1717
}
18+
},
19+
{
20+
"idiom" : "mac",
21+
"appearances" : [
22+
{
23+
"appearance" : "luminosity",
24+
"value" : "dark"
25+
}
26+
],
27+
"color" : {
28+
"color-space" : "srgb",
29+
"components" : {
30+
"red" : "0.130",
31+
"alpha" : "1.000",
32+
"blue" : "0.420",
33+
"green" : "0.260"
34+
}
35+
}
1836
}
1937
]
2038
}

BuildSettingExtractor/Assets.xcassets/dragViewTextColor.colorset/Contents.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@
1515
"green" : "0.260"
1616
}
1717
}
18+
},
19+
{
20+
"idiom" : "mac",
21+
"appearances" : [
22+
{
23+
"appearance" : "luminosity",
24+
"value" : "dark"
25+
}
26+
],
27+
"color" : {
28+
"color-space" : "srgb",
29+
"components" : {
30+
"red" : "0.700",
31+
"alpha" : "1.000",
32+
"blue" : "1.000",
33+
"green" : "0.850"
34+
}
35+
}
1836
}
1937
]
2038
}

0 commit comments

Comments
 (0)