Skip to content

Commit

Permalink
feat(data): updating dark theme to be a true dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Sep 18, 2024
1 parent bad7e72 commit 081fa64
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 276 deletions.
19 changes: 12 additions & 7 deletions data/tokens/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"name": "All",
"$figmaStyleReferences": {},
"selectedTokenSets": {
"primitives": "enabled"
"primitives": "enabled",
"modes/dark": "disabled"
},
"$figmaCollectionId": "VariableCollectionId:89700:2155",
"$figmaModeId": "89700:0",
Expand Down Expand Up @@ -361,8 +362,8 @@
"name": "Dark",
"$figmaStyleReferences": {},
"selectedTokenSets": {
"modes/dark": "enabled",
"primitives": "source"
"primitives": "source",
"modes/dark": "enabled"
},
"$figmaCollectionId": "VariableCollectionId:89711:6927",
"$figmaModeId": "89711:1",
Expand Down Expand Up @@ -600,7 +601,8 @@
"components/tab": "enabled",
"components/table": "enabled",
"context/product": "enabled",
"components/status": "enabled"
"components/status": "enabled",
"modes/dark": "disabled"
},
"$figmaCollectionId": "VariableCollectionId:89711:7122",
"$figmaModeId": "89711:3",
Expand Down Expand Up @@ -2130,7 +2132,8 @@
"components/tab": "enabled",
"components/table": "enabled",
"context/product": "enabled",
"components/status": "enabled"
"components/status": "enabled",
"modes/dark": "disabled"
},
"$figmaCollectionId": "VariableCollectionId:89711:7122",
"$figmaModeId": "89711:2",
Expand Down Expand Up @@ -3687,7 +3690,8 @@
"components/table": "enabled",
"screensize/large": "enabled",
"primitives": "source",
"components/status": "enabled"
"components/status": "enabled",
"modes/dark": "disabled"
},
"$figmaVariableReferences": {
"modes.color.interactive.monochrome.standard.active": "4846a8ecfc51d6aafb4cab2b8b74b27f781c9f2e",
Expand Down Expand Up @@ -5252,7 +5256,8 @@
"components/table": "enabled",
"screensize/large": "enabled",
"primitives": "source",
"components/status": "enabled"
"components/status": "enabled",
"modes/dark": "disabled"
},
"$figmaCollectionId": "VariableCollectionId:89711:7122",
"$figmaModeId": "89711:5",
Expand Down
Loading

0 comments on commit 081fa64

Please sign in to comment.