Skip to content

Commit

Permalink
Add token text_highlight_alpha (#351)
Browse files Browse the repository at this point in the history
* Add token text_highlight_alpha

* Add token text_highlight_alpha
  • Loading branch information
Zaycevq authored Feb 10, 2023
1 parent d1e4d54 commit 740e337
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.valette/scheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,9 @@
"color_identifier": "sky_300",
"alpha_multiplier": 0.24
},
"text_highlight_alpha": {
"color_identifier": "white_alpha20"
},
"skeleton_shimmer_from": {
"color_identifier": "gray_900"
},
Expand Down Expand Up @@ -1437,6 +1440,9 @@
"color_identifier": "azure_300",
"alpha_multiplier": 0.2
},
"text_highlight_alpha": {
"color_identifier": "white_blue20"
},
"skeleton_shimmer_from": {
"color_identifier": "white"
},
Expand Down
6 changes: 6 additions & 0 deletions main.valette/scheme_edu.json
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,9 @@
"color_identifier": "lavender_A300",
"alpha_multiplier": 0.24
},
"text_highlight_alpha": {
"color_identifier": "white_alpha20"
},
"skeleton_shimmer_from": {
"color_identifier": "gray_900"
},
Expand Down Expand Up @@ -1427,6 +1430,9 @@
"color_identifier": "lavender_A700",
"alpha_multiplier": 0.2
},
"text_highlight_alpha": {
"color_identifier": "white_blue20"
},
"skeleton_shimmer_from": {
"color_identifier": "white"
},
Expand Down
6 changes: 6 additions & 0 deletions main.valette/scheme_ok.json
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,9 @@
"color_identifier": "sky_300",
"alpha_multiplier": 0.24
},
"text_highlight_alpha": {
"color_identifier": "white_alpha20"
},
"skeleton_shimmer_from": {
"color_identifier": "gray_900"
},
Expand Down Expand Up @@ -1436,6 +1439,9 @@
"color_identifier": "azure_300",
"alpha_multiplier": 0.2
},
"text_highlight_alpha": {
"color_identifier": "white_blue20"
},
"skeleton_shimmer_from": {
"color_identifier": "white"
},
Expand Down
6 changes: 6 additions & 0 deletions main.valette/scheme_web.json
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,9 @@
"color_identifier": "blue_400_alpha20",
"deprecated_for_web": true
},
"text_highlight_alpha": {
"color_identifier": "white_alpha20"
},
"skeleton_shimmer_from": {
"color_identifier": "gray_900",
"deprecated_for_web": true
Expand Down Expand Up @@ -1597,6 +1600,9 @@
"color_identifier": "blue_400_alpha20",
"deprecated_for_web": true
},
"text_highlight_alpha": {
"color_identifier": "white_blue20"
},
"skeleton_shimmer_from": {
"color_identifier": "white",
"deprecated_for_web": true
Expand Down

0 comments on commit 740e337

Please sign in to comment.