Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add M3 Light theme with harcdoded values. #58

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0dce873
Add M3 Light theme with harcdoded values.
janogarcia Jul 9, 2023
2f5bf0b
Tokens Studio auto-generated theme updates.
janogarcia Jul 9, 2023
d3f7cf8
Add M3 Dark theme with harcdoded values
janogarcia Jul 9, 2023
d844a01
Tokens Studio auto-generated theme updates.
janogarcia Jul 9, 2023
d7910cd
Fix M3 Dark token set configuration
janogarcia Jul 9, 2023
60bcd7a
Fix M3 Dark state layer token names to make them compliant with Token…
janogarcia Jul 9, 2023
cc2d382
Fix M3 Light state layer token names to make them compliant with Toke…
janogarcia Jul 9, 2023
11e9b87
(WIP) Map M3 Light to Compound semantic tokens.
janogarcia Jul 10, 2023
9a6aef4
Map semantic tokens for M3 Light "sys" tokens.
janogarcia Jul 10, 2023
37cb38e
Map semantic tokens for M3 Light "state-layers" tokens.
janogarcia Jul 10, 2023
f09ddb3
Add M3 Light ColorScheme tokens not found in official Figma kit compo…
janogarcia Jul 10, 2023
b86b38c
Map M3 Dark to Compound semantic tokens.
janogarcia Jul 10, 2023
c074b9a
Add missing alpha value to surface-variant state layer.
janogarcia Jul 10, 2023
7595137
Add third state layer for on-surface-variant
janogarcia Jul 10, 2023
58719c5
(WIP) Add M3 Typography token set.
janogarcia Jul 11, 2023
e471674
Tokens Studio auto-generated theme updates
janogarcia Jul 11, 2023
527a480
Map M3 Typography to Compound Typography tokens where possible
janogarcia Jul 11, 2023
f8336fb
Remove atomic M3 Typography tokens created by Tokens Studio on Figma …
janogarcia Jul 11, 2023
e81322a
Update description for typography styles without a Compound counterpart
janogarcia Jul 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tokens/$metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"theme-semantics-dark",
"theme-semantics-light-hc",
"theme-semantics-dark-hc",
"theme-semantics"
"theme-semantics",
"theme-m3-light",
"theme-m3-dark",
"theme-m3-typography"
]
}
31 changes: 31 additions & 0 deletions tokens/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1582,5 +1582,36 @@
"color.bg.canvas.default-level-1": "S:939d26e5073c51a8656a69975c087df7bea3acad,",
"color.bg.subtle-secondary-level-0": "S:329a9b7516c81e59ed955e2a8be63af59a7533ef,"
}
},
{
"id": "008a55be10669135dc71f916d5f14e02ce12ce22",
"name": "M3 Light",
"$figmaStyleReferences": {},
"selectedTokenSets": {
"theme-light": "source",
"theme-semantics-light": "source",
"theme-semantics": "source",
"theme-m3-light": "enabled"
}
},
{
"id": "606e2c16d27574a9cc71921cebd6fc0377bf6700",
"name": "M3 Dark",
"$figmaStyleReferences": {},
"selectedTokenSets": {
"theme-semantics": "source",
"theme-m3-dark": "enabled",
"theme-semantics-dark": "source",
"theme-dark": "source"
}
},
{
"id": "a1c823ad84d9d8db0ec95a791e1c0f7033e10f70",
"name": "M3 Typography",
"$figmaStyleReferences": {},
"selectedTokenSets": {
"platform-android": "source",
"theme-m3-typography": "enabled"
}
}
]
2 changes: 1 addition & 1 deletion tokens/platform-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,4 @@
}
}
}
}
}
Loading