From 5c52da47fbadeb098312c4ef6542b5b48b029741 Mon Sep 17 00:00:00 2001 From: 8coon <8coon@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:06:53 +0000 Subject: [PATCH] build(figma): token updates --- src/themeDescriptions/base/figma/vk.json | 210 +++++++++++------------ 1 file changed, 105 insertions(+), 105 deletions(-) diff --git a/src/themeDescriptions/base/figma/vk.json b/src/themeDescriptions/base/figma/vk.json index 74222e10f..af01dd623 100644 --- a/src/themeDescriptions/base/figma/vk.json +++ b/src/themeDescriptions/base/figma/vk.json @@ -110,106 +110,6 @@ "elevation_3": "#d9d9d9" }, "light": { - "stroke": { - "stroke_negative": "#e64646", - "separator_primary_2x": "#cbcccd", - "separator_primary": "#d7d8d9", - "separator_secondary": "#e1e3e6", - "separator_primary_3x": "#bebfc1", - "stroke_accent": "#2688eb", - "stroke_accent_themed": "#2688eb", - "stroke_positive": "#4bb34b", - "stroke_contrast": "#ffffff", - "separator_primary_alpha": "rgba(0, 0, 0, 0.12)", - "image_border_alpha": "rgba(0, 0, 0, 0.08)", - "field_border_alpha": "rgba(0, 0, 0, 0.12)" - }, - "other": { - "track_buffer": "#a0bfe4", - "skeleton_to": "#e1e3e6", - "image_placeholder": "#f2f3f5", - "write_bar_input_background": "#f2f3f5", - "track_background": "#e1e3e6", - "write_bar_input_border": "#e1e3e6", - "skeleton_from": "#f5f5f5", - "action_sheet_text": "#3f8ae0", - "write_bar_icon": "#3f8ae0", - "search_field_background": "#ebedf0", - "tabbar_text_inactive": "#99a2ad", - "segmented_control": "#ffffff", - "panel_header_icon": "#2688eb", - "overlay_secondary": "rgba(44, 45, 46, 0.50)", - "image_placeholder_alpha": "rgba(0, 28, 61, 0.08)", - "avatar_overlay_inverse_alpha": "rgba(255, 255, 255, 0.85)", - "avatar_overlay_alpha": "rgba(0, 0, 0, 0.60)", - "overlay_primary": "rgba(0, 0, 0, 0.40)" - }, - "palette": { - "accent_orange_fire": "#f05c44", - "accent_secondary": "#3f8ae0", - "accent_red": "#ff3347", - "accent_violet": "#792ec0", - "accent_raspberry_pink": "#e03fab", - "accent_orange": "#ffa000", - "accent_gray": "#a3adb8", - "accent_purple": "#735ce6", - "accent_blue": "#2688eb", - "accent_green": "#4bb34b" - }, - "states": { - "background_accent_themed": { - "hover": "#2c7cde", - "active": "#1e6fdb" - }, - "background_accent": { - "hover": "#2c7cde", - "active": "#1e6fdb" - }, - "background_positive": { - "hover": "#3ca03e", - "active": "#2f8d32" - }, - "background_contrast": { - "active": "#ebecef", - "hover": "#f5f5f7" - }, - "background_secondary": { - "hover": "#f0f2f4", - "active": "#dcdde0" - }, - "background_negative": { - "active": "#c93633", - "hover": "#d83e3c" - }, - "background_tertiary": { - "hover": "#eff0f1", - "active": "#e5e6ea" - }, - "transparent_contrast": { - "active": "rgba(255, 255, 255, 0.12)", - "hover": "rgba(255, 255, 255, 0.08)" - }, - "field_border_alpha": { - "hover": "rgba(0, 0, 0, 0.24)", - "active": "rgba(0, 0, 0, 0.36)" - }, - "background_secondary_alpha": { - "active": "rgba(0, 0, 0, 0.12)", - "hover": "rgba(0, 0, 0, 0.08)" - }, - "transparent": { - "active": "rgba(0, 16, 61, 0.08)", - "hover": "rgba(0, 16, 61, 0.04)" - }, - "background_contrast_secondary_alpha": { - "hover": "rgba(255, 255, 255, 0.24)", - "active": "rgba(255, 255, 255, 0.28)" - }, - "background_tertiary_alpha": { - "active": "rgba(0, 0, 0, 0.11)", - "hover": "rgba(0, 0, 0, 0.07)" - } - }, "elevation_3": "#c4c4c4", "elevation_1": "#c4c4c4", "elevation_2": "#c4c4c4", @@ -250,10 +150,98 @@ "text_link_themed": "#2d81e0", "text_muted": "#2c2d2e" }, + "states": { + "transparent_contrast": { + "active": "rgba(255, 255, 255, 0.12)", + "hover": "rgba(255, 255, 255, 0.08)" + }, + "field_border_alpha": { + "hover": "rgba(0, 0, 0, 0.24)", + "active": "rgba(0, 0, 0, 0.36)" + }, + "background_secondary_alpha": { + "active": "rgba(0, 0, 0, 0.12)", + "hover": "rgba(0, 0, 0, 0.08)" + }, + "transparent": { + "active": "rgba(0, 16, 61, 0.08)", + "hover": "rgba(0, 16, 61, 0.04)" + }, + "background_contrast_secondary_alpha": { + "hover": "rgba(255, 255, 255, 0.24)", + "active": "rgba(255, 255, 255, 0.28)" + }, + "background_tertiary_alpha": { + "active": "rgba(0, 0, 0, 0.11)", + "hover": "rgba(0, 0, 0, 0.07)" + }, + "background_accent_themed": { + "hover": "#2c7cde", + "active": "#1e6fdb" + }, + "background_accent": { + "hover": "#2c7cde", + "active": "#1e6fdb" + }, + "background_positive": { + "hover": "#3ca03e", + "active": "#2f8d32" + }, + "background_contrast": { + "active": "#ebecef", + "hover": "#f5f5f7" + }, + "background_secondary": { + "hover": "#f0f2f4", + "active": "#dcdde0" + }, + "background_negative": { + "active": "#c93633", + "hover": "#d83e3c" + }, + "background_tertiary": { + "hover": "#eff0f1", + "active": "#e5e6ea" + } + }, + "other": { + "segmented_control": "#ffffff", + "image_placeholder_alpha": "rgba(0, 28, 61, 0.08)", + "avatar_overlay_inverse_alpha": "rgba(255, 255, 255, 0.85)", + "tabbar_text_inactive": "#99a2ad", + "track_buffer": "#a0bfe4", + "write_bar_input_border": "#e1e3e6", + "avatar_overlay_alpha": "rgba(0, 0, 0, 0.60)", + "skeleton_from": "#f5f5f5", + "action_sheet_text": "#3f8ae0", + "write_bar_icon": "#3f8ae0", + "skeleton_to": "#e1e3e6", + "image_placeholder": "#f2f3f5", + "overlay_primary": "rgba(0, 0, 0, 0.40)", + "panel_header_icon": "#2688eb", + "write_bar_input_background": "#f2f3f5", + "track_background": "#e1e3e6", + "search_field_background": "#ebedf0", + "overlay_secondary": "rgba(44, 45, 46, 0.50)" + }, + "stroke": { + "separator_primary_alpha": "rgba(0, 0, 0, 0.12)", + "stroke_negative": "#e64646", + "stroke_accent": "#2688eb", + "separator_primary_2x": "#cbcccd", + "image_border_alpha": "rgba(0, 0, 0, 0.08)", + "separator_primary": "#d7d8d9", + "stroke_accent_themed": "#2688eb", + "field_border_alpha": "rgba(0, 0, 0, 0.12)", + "stroke_positive": "#4bb34b", + "separator_secondary": "#e1e3e6", + "stroke_contrast": "#ffffff", + "separator_primary_3x": "#bebfc1" + }, "background": { "background_accent_tint": "#5a9eff", - "header_background": "#ffffff", "background_contrast_secondary_alpha": "rgba(255, 255, 255, 0.20)", + "header_background": "#ffffff", "background_tertiary": "#f9f9f9", "background_negative_tint": "#faebeb", "background_secondary_alpha": "rgba(0, 0, 0, 0.04)", @@ -265,14 +253,26 @@ "background_contrast": "#ffffff", "background_secondary": "#f5f5f5", "background": "#ebedf0", - "background_modal": "#ffffff", "background_positive": "#4bb34b", "background_accent_themed": "#2688eb", "background_contrast_inverse": "#2c2d2e", "background_modal_inverse": "#2d2d2e", "background_tertiary_alpha": "rgba(0, 0, 0, 0.03)", - "background_content": "#ffffff", - "field_background": "#f2f3f5" + "field_background": "#f2f3f5", + "background_modal": "#ffffff", + "background_content": "#ffffff" + }, + "palette": { + "accent_blue": "#2688eb", + "accent_orange_fire": "#f05c44", + "accent_purple": "#735ce6", + "accent_secondary": "#3f8ae0", + "accent_raspberry_pink": "#e03fab", + "accent_orange": "#ffa000", + "accent_red": "#ff3347", + "accent_green": "#4bb34b", + "accent_gray": "#a3adb8", + "accent_violet": "#792ec0" } } -} +} \ No newline at end of file