Skip to content

Commit

Permalink
Merge pull request #305 from VKCOM/wayshev-patch-3
Browse files Browse the repository at this point in the history
Update scheme_ok.json
  • Loading branch information
elizabeth-bennet authored Jun 23, 2022
2 parents 7ee4618 + 957f661 commit 31e7581
Showing 1 changed file with 29 additions and 17 deletions.
46 changes: 29 additions & 17 deletions main.valette/scheme_ok.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"appearance": "dark",
"colors": {
"accent": {
"color_identifier": "orange"
"color_identifier": "ok_orange"
},
"accent_alternate": {
"color_identifier": "white"
},
"action_sheet_action_foreground": {
"color_identifier": "white"
"color_identifier": "ok_gray_medium"
},
"action_sheet_separator": {
"color_identifier": "white_alpha12"
Expand All @@ -36,7 +36,7 @@
"color_identifier": "gray_500"
},
"background_content": {
"color_identifier": "gray_900"
"color_identifier": "ok_black_light"
},
"background_hover": {
"color_identifier": "white",
Expand Down Expand Up @@ -79,10 +79,16 @@
"color_identifier": "gray_100"
},
"button_primary_background": {
"color_identifier": "gray_100"
"color_identifier": "ok_orange"
},
"button_primary_background_disabled": {
"color_identifier": "ok_orange_dark"
},
"button_primary_foreground": {
"color_identifier": "gray_900"
"color_identifier": "white"
},
"button_primary_foreground_disabled": {
"color_identifier": "ok_gray_dark"
},
"button_secondary_background": {
"color_identifier": "gray_700"
Expand Down Expand Up @@ -242,13 +248,13 @@
"color_identifier": "gray_500"
},
"header_text": {
"color_identifier": "gray_100"
"color_identifier": "ok_gray_light"
},
"header_text_alternate": {
"color_identifier": "gray_100"
},
"header_text_secondary": {
"color_identifier": "white_alpha60"
"color_identifier": "ok_gray_medium"
},
"header_tint": {
"color_identifier": "gray_100"
Expand Down Expand Up @@ -629,7 +635,7 @@
"color_identifier": "gray_300"
},
"text_primary": {
"color_identifier": "gray_100"
"color_identifier": "ok_gray_medium"
},
"text_secondary": {
"color_identifier": "gray_500"
Expand Down Expand Up @@ -671,7 +677,7 @@
"color_identifier": "green"
},
"dynamic_orange": {
"color_identifier": "orange"
"color_identifier": "ok_orange"
},
"dynamic_purple": {
"color_identifier": "purple_light"
Expand Down Expand Up @@ -729,7 +735,7 @@
"appearance": "light",
"colors": {
"accent": {
"color_identifier": "orange"
"color_identifier": "ok_orange"
},
"accent_alternate": {
"color_identifier": "azure_A100"
Expand Down Expand Up @@ -805,11 +811,17 @@
"color_identifier": "azure_300"
},
"button_primary_background": {
"color_identifier": "orange"
"color_identifier": "ok_orange"
},
"button_primary_background_disabled": {
"color_identifier": "ok_orange_dark"
},
"button_primary_foreground": {
"color_identifier": "white"
},
"button_primary_foreground_disabled": {
"color_identifier": "ok_gray_dark"
},
"button_secondary_background": {
"color_identifier": "black_blue24",
"alpha_multiplier": 0.05
Expand All @@ -819,10 +831,10 @@
"alpha_multiplier": 0.03
},
"button_secondary_foreground": {
"color_identifier": "orange"
"color_identifier": "ok_orange"
},
"button_secondary_foreground_highlighted": {
"color_identifier": "orange",
"color_identifier": "ok_orange",
"alpha_multiplier": 0.6
},
"button_secondary_destructive_background": {
Expand Down Expand Up @@ -979,10 +991,10 @@
"color_identifier": "steel_gray_400"
},
"header_tint": {
"color_identifier": "orange"
"color_identifier": "ok_orange"
},
"header_tint_alternate": {
"color_identifier": "orange"
"color_identifier": "ok_orange"
},
"icon_alpha_placeholder": {
"color_identifier": "white"
Expand Down Expand Up @@ -1397,7 +1409,7 @@
"color_identifier": "green"
},
"dynamic_orange": {
"color_identifier": "orange"
"color_identifier": "ok_orange"
},
"dynamic_purple": {
"color_identifier": "purple"
Expand Down Expand Up @@ -1451,4 +1463,4 @@
}
}
}
}
}

0 comments on commit 31e7581

Please sign in to comment.