Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
feat: Add mighty tokens in dark mode (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
imoutaharik authored Oct 12, 2023
1 parent 92f3dc8 commit d37ea3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tokens/alias.box.dark.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ module.exports = {
"neutral-strong-inverse-color-hover" : { value: "{color.grey.90.value}", attributes: { category: "color" } },
"neutral-strong-inverse-color-pressed" : { value: "{color.grey.100.value}", attributes: { category: "color" } },

"neutral-mighty-color" : { value: "{color.grey.0.value}", attributes: { category: "color" } },
"neutral-mighty-color-hover" : { value: "{color.grey.10.value}", attributes: { category: "color" } },
"neutral-mighty-color-pressed" : { value: "{color.grey.20.value}", attributes: { category: "color" } },
"neutral-mighty-inverse-color" : { value: "{color.grey.100.value}", attributes: { category: "color" } },
"neutral-mighty-inverse-color-hover" : { value: "{color.grey.100.value}", attributes: { category: "color" } },
"neutral-mighty-inverse-color-pressed" : { value: "{color.grey.100.value}", attributes: { category: "color" } },

// Selected
"selected-color" : { value: "{color.violet.100.value}", attributes: { category: "color" } },
"selected-color-hover" : { value: "{color.violet.90.value}", attributes: { category: "color" } },
Expand Down
1 change: 1 addition & 0 deletions tokens/alias.line.dark.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ module.exports = {
"color-strong" : { value: "{color.grey.0.value}", attributes: { category: "color" }, modify: [{ type: "alpha", amount: 0.3 }] },
"color-x-strong" : { value: "{color.grey.0.value}", attributes: { category: "color" }, modify: [{ type: "alpha", amount: 0.5 }] },
"color-xx-strong" : { value: "{color.grey.0.value}", attributes: { category: "color" } },
"color-mighty" : { value: "{color.grey.100.value}", attributes: { category: "color" }, modify: [{ type: "alpha", amount: 0.15 }] },
},
};

0 comments on commit d37ea3a

Please sign in to comment.