Skip to content

Commit f9fd6a1

Browse files
Merge pull request #40 from Snapp-Mobile/feature/update-logo-assets
Update logo assets
2 parents e3c25ee + 0e107ff commit f9fd6a1

14 files changed

Lines changed: 43 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
<p align="center">
2-
<picture>
3-
<source
4-
srcset="Sources/SnappDesignTokens/SnappDesignTokens.docc/Resources/logo_tokens~dark.png"
5-
media="(prefers-color-scheme: dark)"
6-
/>
7-
<source
8-
srcset="Sources/SnappDesignTokens/SnappDesignTokens.docc/Resources/logo.png"
9-
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
10-
/>
11-
<img src="Sources/SnappDesignTokens/SnappDesignTokens.docc/Resources/logo.png" alt="SnappDesignTokens logo" width="128"/>
12-
</picture>
2+
<img src="Sources/SnappDesignTokens/SnappDesignTokens.docc/Resources/logo_tokens@3x.png" alt="SnappDesignTokens logo" width="200"/>
133
</p>
144
<div align="center">
155

Sources/SnappDesignTokens/SnappDesignTokens.docc/DesignTokens.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
@Metadata {
44
@PageImage(purpose: icon, source:"dtcg_logo")
5+
@PageColor(green)
6+
57
}
68

79
Parse and work with Design Tokens Community Group (DTCG) format files in Swift.

Sources/SnappDesignTokens/SnappDesignTokens.docc/ExpressionEvaluation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Evaluate mathematical expressions in dimension token values.
44

55
@Metadata {
66
@PageImage(purpose: icon, source:"operators")
7+
@PageColor(blue)
78
}
89

910
## Overview
47.7 KB
Loading
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"backgroundColor" : {
3+
"alpha" : 1,
4+
"blue" : 0.9998241066932678,
5+
"green" : 0.999955952167511,
6+
"id" : "69A4ADB5-94E6-4984-835D-215560950E5C",
7+
"index" : 0,
8+
"red" : 1.000087857246399
9+
},
10+
"colors" : [
11+
{
12+
"alpha" : 1,
13+
"blue" : 0.9880368113517761,
14+
"green" : 0.8515536785125732,
15+
"id" : "69A4ADB5-94E6-4984-835D-215560950E5C",
16+
"index" : 0,
17+
"red" : 0.82062828540802
18+
},
19+
{
20+
"alpha" : 1,
21+
"blue" : 0.960409939289093,
22+
"green" : 0.5354694128036499,
23+
"id" : "3462C3B4-652A-4EA3-ACE8-A97EDB8DED0A",
24+
"index" : 1,
25+
"red" : 0.422683984041214
26+
},
27+
{
28+
"alpha" : 1,
29+
"blue" : 0.9477505087852478,
30+
"green" : 0.3623674213886261,
31+
"id" : "B01162E7-AF2D-4BED-B4A1-DC77A4FBEC51",
32+
"index" : 2,
33+
"red" : 0.17123576998710632
34+
}
35+
],
36+
"imagePadding" : 32,
37+
"layerHeight" : 45,
38+
"version" : 1
39+
}
-13.3 KB
Loading
25.5 KB
Loading
-321 KB
Loading
1.33 KB
Loading
-11.2 KB
Loading

0 commit comments

Comments
 (0)