Skip to content

Commit def2e54

Browse files
stychosKaspik
authored andcommitted
Dark Mode for common icons (#3386)
* Dark icons: small icons for common actions * Added button_bar_spacer icon * funnel & edit mode icons * more 'native' look for the funnel & edit mode icons
1 parent 99ce63a commit def2e54

111 files changed

Lines changed: 956 additions & 176 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
}
6+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "button_action.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"filename" : "button_action_dark.png",
11+
"appearances" : [
12+
{
13+
"appearance" : "luminosity",
14+
"value" : "dark"
15+
}
16+
],
17+
"scale" : "1x"
18+
},
19+
{
20+
"idiom" : "universal",
21+
"filename" : "button_action@2x.png",
22+
"scale" : "2x"
23+
},
24+
{
25+
"idiom" : "universal",
26+
"filename" : "button_action_dark@2x.png",
27+
"appearances" : [
28+
{
29+
"appearance" : "luminosity",
30+
"value" : "dark"
31+
}
32+
],
33+
"scale" : "2x"
34+
},
35+
{
36+
"idiom" : "universal",
37+
"scale" : "3x"
38+
}
39+
],
40+
"info" : {
41+
"version" : 1,
42+
"author" : "xcode"
43+
}
44+
}

Resources/Images/button_action.png renamed to Resources/Images.xcassets/button_action.imageset/button_action.png

File renamed without changes.

Resources/Images/button_action@2x.png renamed to Resources/Images.xcassets/button_action.imageset/button_action@2x.png

File renamed without changes.
1.7 KB
2.29 KB
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "button_add.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"filename" : "button_add_dark.png",
11+
"appearances" : [
12+
{
13+
"appearance" : "luminosity",
14+
"value" : "dark"
15+
}
16+
],
17+
"scale" : "1x"
18+
},
19+
{
20+
"idiom" : "universal",
21+
"filename" : "button_add@2x.png",
22+
"scale" : "2x"
23+
},
24+
{
25+
"idiom" : "universal",
26+
"filename" : "button_add_dark@2x.png",
27+
"appearances" : [
28+
{
29+
"appearance" : "luminosity",
30+
"value" : "dark"
31+
}
32+
],
33+
"scale" : "2x"
34+
},
35+
{
36+
"idiom" : "universal",
37+
"scale" : "3x"
38+
}
39+
],
40+
"info" : {
41+
"version" : 1,
42+
"author" : "xcode"
43+
}
44+
}

Resources/Images/button_add.png renamed to Resources/Images.xcassets/button_add.imageset/button_add.png

File renamed without changes.

Resources/Images/button_add@2x.png renamed to Resources/Images.xcassets/button_add.imageset/button_add@2x.png

File renamed without changes.
1.49 KB

0 commit comments

Comments
 (0)