Skip to content

Commit

Permalink
fix(natds-themes): biome equalizing colors based on natura_v1
Browse files Browse the repository at this point in the history
affects: natds-themes
DSY-4671
  • Loading branch information
vagnerbarbosant committed May 8, 2024
1 parent 067bf38 commit a926cd3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/natds-themes/properties/brands/biome/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,24 @@
"onSecondaryLight": {
"value": "#000000"
},
"secondaryLightest": {
"value": "#FF9A59"
},
"onSecondaryLightest": {
"value": "#000000"
},
"secondaryDark": {
"value": "#69A172"
},
"onSecondaryDark": {
"value": "#000000"
},
"secondaryDarkest": {
"value": "#AD4907"
},
"onSecondaryDarkest": {
"value": "#FFFFFF"
},


"contentHighlight": {
Expand Down
12 changes: 12 additions & 0 deletions packages/natds-themes/properties/brands/biome/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,24 @@
"onSecondaryLight": {
"value": "#000000"
},
"secondaryLightest": {
"value": "#FF9A59"
},
"onSecondaryLightest": {
"value": "#000000"
},
"secondaryDark": {
"value": "#005A00"
},
"onSecondaryDark": {
"value": "#FFFFFF"
},
"secondaryDarkest": {
"value": "#AD4907"
},
"onSecondaryDarkest": {
"value": "#FFFFFF"
},


"contentHighlight": {
Expand Down

0 comments on commit a926cd3

Please sign in to comment.