Skip to content

Commit

Permalink
action dark
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Dec 11, 2024
1 parent 7d7d647 commit f2b3bdb
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 5 deletions.
40 changes: 40 additions & 0 deletions packages/dialtone-tokens/tokens/semantic/deca/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,45 @@
}
}
}
},
"action": {
"color": {
"foreground": {
"base": {
"primary": {
"default": {
"value": "{color.black.100}",
"type": "color"
}
}
},
"critical": {
"primary": {
"default": {
"value": "{color.black.100}",
"type": "color"
}
}
}
},
"background": {
"critical": {
"primary": {
"default": {
"value": "{color.red.350}",
"type": "color"
},
"hover": {
"value": "{color.red.400}",
"type": "color"
},
"active": {
"value": "{color.red.450}",
"type": "color"
}
}
}
}
}
}
}
10 changes: 5 additions & 5 deletions packages/dialtone-tokens/tokens/semantic/deca/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -943,11 +943,11 @@
"type": "color"
},
"hover": {
"value": "{color.purple.425}",
"value": "{color.purple.475}",
"type": "color"
},
"active": {
"value": "{color.purple.475}",
"value": "{color.purple.500}",
"type": "color"
}
}
Expand All @@ -967,15 +967,15 @@
},
"primary": {
"default": {
"value": "{color.red.350}",
"value": "{color.red.300}",
"type": "color"
},
"hover": {
"value": "{color.red.400}",
"value": "{color.red.350}",
"type": "color"
},
"active": {
"value": "{color.red.450}",
"value": "{color.red.400}",
"type": "color"
}
}
Expand Down

0 comments on commit f2b3bdb

Please sign in to comment.