diff --git a/dist/css/functional/themes/dark-colorblind.css b/dist/css/functional/themes/dark-colorblind.css index 4911189da..ce1dbc445 100644 --- a/dist/css/functional/themes/dark-colorblind.css +++ b/dist/css/functional/themes/dark-colorblind.css @@ -435,13 +435,13 @@ --fgColor-black: #010409; --fgColor-disabled: #6e7681; --fgColor-link: #4493f8; - --fgColor-neutral: #6e7681; + --fgColor-neutral: #b1bac4; --fgColor-accent: #4493f8; --fgColor-success: #58a6ff; + --fgColor-open: #f0883e; --fgColor-attention: #d29922; --fgColor-severe: #db6d28; --fgColor-danger: #db6d28; - --fgColor-open: #f0883e; --fgColor-closed: #8b949e; --fgColor-done: #ab7df8; --fgColor-upsell: #ab7df8; @@ -461,14 +461,14 @@ --bgColor-accent-emphasis: #1f6feb; --bgColor-success-muted: #388bfd26; --bgColor-success-emphasis: #1f6feb; + --bgColor-open-muted: #db6d2866; + --bgColor-open-emphasis: #bd561d; --bgColor-attention-muted: #bb800926; --bgColor-attention-emphasis: #9e6a03; --bgColor-severe-muted: #db6d281a; --bgColor-severe-emphasis: #bd561d; --bgColor-danger-muted: #db6d281a; --bgColor-danger-emphasis: #bd561d; - --bgColor-open-muted: #db6d2866; - --bgColor-open-emphasis: #bd561d; --bgColor-closed-muted: #6e768166; --bgColor-closed-emphasis: #6e7681; --bgColor-done-muted: #ab7df826; @@ -489,14 +489,14 @@ --borderColor-accent-emphasis: #1f6feb; --borderColor-success-muted: #388bfd66; --borderColor-success-emphasis: #1f6feb; + --borderColor-open-muted: #db6d2866; + --borderColor-open-emphasis: #db6d28; --borderColor-attention-muted: #bb800966; --borderColor-attention-emphasis: #9e6a03; --borderColor-severe-muted: #db6d2866; --borderColor-severe-emphasis: #bd561d; --borderColor-danger-muted: #db6d2866; --borderColor-danger-emphasis: #bd561d; - --borderColor-open-muted: #db6d2866; - --borderColor-open-emphasis: #db6d28; --borderColor-closed-muted: #6e768166; --borderColor-closed-emphasis: #6e7681; --borderColor-done-muted: #ab7df866; @@ -999,13 +999,13 @@ --fgColor-black: #010409; --fgColor-disabled: #6e7681; --fgColor-link: #4493f8; - --fgColor-neutral: #6e7681; + --fgColor-neutral: #b1bac4; --fgColor-accent: #4493f8; --fgColor-success: #58a6ff; + --fgColor-open: #f0883e; --fgColor-attention: #d29922; --fgColor-severe: #db6d28; --fgColor-danger: #db6d28; - --fgColor-open: #f0883e; --fgColor-closed: #8b949e; --fgColor-done: #ab7df8; --fgColor-upsell: #ab7df8; @@ -1025,14 +1025,14 @@ --bgColor-accent-emphasis: #1f6feb; --bgColor-success-muted: #388bfd26; --bgColor-success-emphasis: #1f6feb; + --bgColor-open-muted: #db6d2866; + --bgColor-open-emphasis: #bd561d; --bgColor-attention-muted: #bb800926; --bgColor-attention-emphasis: #9e6a03; --bgColor-severe-muted: #db6d281a; --bgColor-severe-emphasis: #bd561d; --bgColor-danger-muted: #db6d281a; --bgColor-danger-emphasis: #bd561d; - --bgColor-open-muted: #db6d2866; - --bgColor-open-emphasis: #bd561d; --bgColor-closed-muted: #6e768166; --bgColor-closed-emphasis: #6e7681; --bgColor-done-muted: #ab7df826; @@ -1053,14 +1053,14 @@ --borderColor-accent-emphasis: #1f6feb; --borderColor-success-muted: #388bfd66; --borderColor-success-emphasis: #1f6feb; + --borderColor-open-muted: #db6d2866; + --borderColor-open-emphasis: #db6d28; --borderColor-attention-muted: #bb800966; --borderColor-attention-emphasis: #9e6a03; --borderColor-severe-muted: #db6d2866; --borderColor-severe-emphasis: #bd561d; --borderColor-danger-muted: #db6d2866; --borderColor-danger-emphasis: #bd561d; - --borderColor-open-muted: #db6d2866; - --borderColor-open-emphasis: #db6d28; --borderColor-closed-muted: #6e768166; --borderColor-closed-emphasis: #6e7681; --borderColor-done-muted: #ab7df866; diff --git a/dist/css/functional/themes/dark-dimmed.css b/dist/css/functional/themes/dark-dimmed.css index 3508ae479..d093911f1 100644 --- a/dist/css/functional/themes/dark-dimmed.css +++ b/dist/css/functional/themes/dark-dimmed.css @@ -435,13 +435,13 @@ --fgColor-black: #1c2128; --fgColor-disabled: #636e7b; --fgColor-link: #478be6; - --fgColor-neutral: #636e7b; + --fgColor-neutral: #909dab; --fgColor-accent: #478be6; --fgColor-success: #57ab5a; + --fgColor-open: #57ab5a; --fgColor-attention: #c69026; --fgColor-severe: #cc6b2c; --fgColor-danger: #e5534b; - --fgColor-open: #57ab5a; --fgColor-closed: #e5534b; --fgColor-done: #986ee2; --fgColor-upsell: #986ee2; @@ -461,15 +461,15 @@ --bgColor-accent-emphasis: #316dca; --bgColor-success-muted: #46954a26; --bgColor-success-emphasis: #347d39; + --bgColor-open-muted: #46954a26; + --bgColor-open-emphasis: #347d39; --bgColor-attention-muted: #ae7c1426; --bgColor-attention-emphasis: #966600; --bgColor-severe-muted: #cc6b2c1a; --bgColor-severe-emphasis: #ae5622; --bgColor-danger-muted: #e5534b1a; --bgColor-danger-emphasis: #c93c37; - --bgColor-open-muted: #46954a1a; - --bgColor-open-emphasis: #347d39; - --bgColor-closed-muted: #e5534b26; + --bgColor-closed-muted: #e5534b1a; --bgColor-closed-emphasis: #c93c37; --bgColor-done-muted: #986ee226; --bgColor-done-emphasis: #8256d0; @@ -489,14 +489,14 @@ --borderColor-accent-emphasis: #316dca; --borderColor-success-muted: #46954a66; --borderColor-success-emphasis: #347d39; + --borderColor-open-muted: #46954a66; + --borderColor-open-emphasis: #347d39; --borderColor-attention-muted: #ae7c1466; --borderColor-attention-emphasis: #966600; --borderColor-severe-muted: #cc6b2c66; --borderColor-severe-emphasis: #ae5622; --borderColor-danger-muted: #e5534b66; --borderColor-danger-emphasis: #c93c37; - --borderColor-open-muted: #46954a66; - --borderColor-open-emphasis: #347d39; --borderColor-closed-muted: #e5534b66; --borderColor-closed-emphasis: #c93c37; --borderColor-done-muted: #986ee266; @@ -999,13 +999,13 @@ --fgColor-black: #1c2128; --fgColor-disabled: #636e7b; --fgColor-link: #478be6; - --fgColor-neutral: #636e7b; + --fgColor-neutral: #909dab; --fgColor-accent: #478be6; --fgColor-success: #57ab5a; + --fgColor-open: #57ab5a; --fgColor-attention: #c69026; --fgColor-severe: #cc6b2c; --fgColor-danger: #e5534b; - --fgColor-open: #57ab5a; --fgColor-closed: #e5534b; --fgColor-done: #986ee2; --fgColor-upsell: #986ee2; @@ -1025,15 +1025,15 @@ --bgColor-accent-emphasis: #316dca; --bgColor-success-muted: #46954a26; --bgColor-success-emphasis: #347d39; + --bgColor-open-muted: #46954a26; + --bgColor-open-emphasis: #347d39; --bgColor-attention-muted: #ae7c1426; --bgColor-attention-emphasis: #966600; --bgColor-severe-muted: #cc6b2c1a; --bgColor-severe-emphasis: #ae5622; --bgColor-danger-muted: #e5534b1a; --bgColor-danger-emphasis: #c93c37; - --bgColor-open-muted: #46954a1a; - --bgColor-open-emphasis: #347d39; - --bgColor-closed-muted: #e5534b26; + --bgColor-closed-muted: #e5534b1a; --bgColor-closed-emphasis: #c93c37; --bgColor-done-muted: #986ee226; --bgColor-done-emphasis: #8256d0; @@ -1053,14 +1053,14 @@ --borderColor-accent-emphasis: #316dca; --borderColor-success-muted: #46954a66; --borderColor-success-emphasis: #347d39; + --borderColor-open-muted: #46954a66; + --borderColor-open-emphasis: #347d39; --borderColor-attention-muted: #ae7c1466; --borderColor-attention-emphasis: #966600; --borderColor-severe-muted: #cc6b2c66; --borderColor-severe-emphasis: #ae5622; --borderColor-danger-muted: #e5534b66; --borderColor-danger-emphasis: #c93c37; - --borderColor-open-muted: #46954a66; - --borderColor-open-emphasis: #347d39; --borderColor-closed-muted: #e5534b66; --borderColor-closed-emphasis: #c93c37; --borderColor-done-muted: #986ee266; diff --git a/dist/css/functional/themes/dark-high-contrast.css b/dist/css/functional/themes/dark-high-contrast.css index 9e0e05f0d..f9f314a6e 100644 --- a/dist/css/functional/themes/dark-high-contrast.css +++ b/dist/css/functional/themes/dark-high-contrast.css @@ -25,7 +25,7 @@ --codeMirror-lineNumber-fgColor: #f0f3f6; --codeMirror-cursor-fgColor: #fbfcfd; --codeMirror-selection-bgColor: #5cacff66; - --codeMirror-activeline-bgColor: #9ea7b366; + --codeMirror-activeline-bgColor: #7a828e1a; --codeMirror-matchingBracket-fgColor: #fbfcfd; --codeMirror-lines-bgColor: #0a0c10; --codeMirror-syntax-fgColor-comment: #bdc4cc; @@ -63,100 +63,100 @@ --data-gray-color: #576270; --data-gray-color-muted: #1c1c1c; --display-blue-bgColor-muted: #001a47; - --display-blue-bgColor-emphasis: #005bd1; - --display-blue-fgColor: #4da0ff; + --display-blue-bgColor-emphasis: #4da0ff; + --display-blue-fgColor: #85c2ff; --display-blue-borderColor-muted: #002766; - --display-blue-borderColor-emphasis: #0576ff; + --display-blue-borderColor-emphasis: #4da0ff; --display-green-bgColor-muted: #122117; - --display-green-bgColor-emphasis: #2f6f37; - --display-green-fgColor: #41b445; + --display-green-bgColor-emphasis: #41b445; + --display-green-fgColor: #75d36f; --display-green-borderColor-muted: #182f1f; - --display-green-borderColor-emphasis: #388f3f; + --display-green-borderColor-emphasis: #41b445; --display-orange-bgColor-muted: #311708; - --display-orange-bgColor-emphasis: #984b10; - --display-orange-fgColor: #ed8326; + --display-orange-bgColor-emphasis: #ed8326; + --display-orange-fgColor: #f6b06a; --display-orange-borderColor-muted: #43200a; - --display-orange-borderColor-emphasis: #c46212; + --display-orange-borderColor-emphasis: #ed8326; --display-purple-bgColor-muted: #211047; - --display-purple-bgColor-emphasis: #7730e8; - --display-purple-fgColor: #b687f7; + --display-purple-bgColor-emphasis: #b687f7; + --display-purple-fgColor: #d2affd; --display-purple-borderColor-muted: #31146b; - --display-purple-borderColor-emphasis: #975bf1; + --display-purple-borderColor-emphasis: #b687f7; --display-plum-bgColor-muted: #2a0e3f; - --display-plum-bgColor-emphasis: #9518d8; - --display-plum-fgColor: #d07ef7; + --display-plum-bgColor-emphasis: #d07ef7; + --display-plum-fgColor: #e4a5fd; --display-plum-borderColor-muted: #40125e; - --display-plum-borderColor-emphasis: #b643ef; + --display-plum-borderColor-emphasis: #d07ef7; --display-red-bgColor-muted: #3c0614; - --display-red-bgColor-emphasis: #c31328; - --display-red-fgColor: #f27d83; + --display-red-bgColor-emphasis: #f27d83; + --display-red-fgColor: #f7adab; --display-red-borderColor-muted: #58091a; - --display-red-borderColor-emphasis: #eb3342; + --display-red-borderColor-emphasis: #f27d83; --display-coral-bgColor-muted: #3c0614; - --display-coral-bgColor-emphasis: #c31328; - --display-coral-fgColor: #f27d83; + --display-coral-bgColor-emphasis: #f7794b; + --display-coral-fgColor: #fdaa86; --display-coral-borderColor-muted: #58091a; - --display-coral-borderColor-emphasis: #eb3342; + --display-coral-borderColor-emphasis: #f7794b; --display-yellow-bgColor-muted: #2e1a00; - --display-yellow-bgColor-emphasis: #895906; - --display-yellow-fgColor: #d3910d; + --display-yellow-bgColor-emphasis: #d3910d; + --display-yellow-fgColor: #edb431; --display-yellow-borderColor-muted: #3d2401; - --display-yellow-borderColor-emphasis: #aa7109; + --display-yellow-borderColor-emphasis: #d3910d; --display-gray-bgColor-muted: #1c1c1c; - --display-gray-bgColor-emphasis: #576270; - --display-gray-fgColor: #92a1b5; + --display-gray-bgColor-emphasis: #92a1b5; + --display-gray-fgColor: #b3c0d1; --display-gray-borderColor-muted: #2a2b2d; - --display-gray-borderColor-emphasis: #6e7f96; + --display-gray-borderColor-emphasis: #92a1b5; --display-auburn-bgColor-muted: #271817; - --display-auburn-bgColor-emphasis: #87534f; - --display-auburn-fgColor: #bf9592; + --display-auburn-bgColor-emphasis: #bf9592; + --display-auburn-fgColor: #d4b7b5; --display-auburn-borderColor-muted: #3a2422; - --display-auburn-borderColor-emphasis: #a86f6b; + --display-auburn-borderColor-emphasis: #bf9592; --display-brown-bgColor-muted: #241c14; - --display-brown-bgColor-emphasis: #755e3e; - --display-brown-fgColor: #b69a6d; + --display-brown-bgColor-emphasis: #b69a6d; + --display-brown-fgColor: #cdbb98; --display-brown-borderColor-muted: #342a1d; - --display-brown-borderColor-emphasis: #94774c; + --display-brown-borderColor-emphasis: #b69a6d; --display-lemon-bgColor-muted: #291d00; - --display-lemon-bgColor-emphasis: #786008; - --display-lemon-fgColor: #ba9b12; + --display-lemon-bgColor-emphasis: #ba9b12; + --display-lemon-fgColor: #d7bc1d; --display-lemon-borderColor-muted: #372901; - --display-lemon-borderColor-emphasis: #977b0c; + --display-lemon-borderColor-emphasis: #ba9b12; --display-olive-bgColor-muted: #171e0b; - --display-olive-bgColor-emphasis: #5e681d; - --display-olive-fgColor: #a2a626; + --display-olive-bgColor-emphasis: #a2a626; + --display-olive-fgColor: #cbc025; --display-olive-borderColor-muted: #252d10; - --display-olive-borderColor-emphasis: #7a8321; + --display-olive-borderColor-emphasis: #a2a626; --display-lime-bgColor-muted: #141f0f; - --display-lime-bgColor-emphasis: #496c28; - --display-lime-fgColor: #7dae37; + --display-lime-bgColor-emphasis: #7dae37; + --display-lime-fgColor: #9fcc3e; --display-lime-borderColor-muted: #1f3116; - --display-lime-borderColor-emphasis: #5f892f; + --display-lime-borderColor-emphasis: #7dae37; --display-pine-bgColor-muted: #082119; - --display-pine-bgColor-emphasis: #14714c; - --display-pine-fgColor: #1bb673; + --display-pine-bgColor-emphasis: #1bb673; + --display-pine-fgColor: #1bda81; --display-pine-borderColor-muted: #0b3224; - --display-pine-borderColor-emphasis: #18915e; + --display-pine-borderColor-emphasis: #1bb673; --display-teal-bgColor-muted: #041f25; - --display-teal-bgColor-emphasis: #106c70; - --display-teal-fgColor: #1cb0ab; + --display-teal-bgColor-emphasis: #1cb0ab; + --display-teal-fgColor: #24d6c4; --display-teal-borderColor-muted: #073036; - --display-teal-borderColor-emphasis: #158a8a; + --display-teal-borderColor-emphasis: #1cb0ab; --display-cyan-bgColor-muted: #001f29; - --display-cyan-bgColor-emphasis: #036a8c; - --display-cyan-fgColor: #07ace4; + --display-cyan-bgColor-emphasis: #07ace4; + --display-cyan-fgColor: #45cbf7; --display-cyan-borderColor-muted: #002e3d; - --display-cyan-borderColor-emphasis: #0587b3; + --display-cyan-borderColor-emphasis: #07ace4; --display-indigo-bgColor-muted: #1b183f; - --display-indigo-bgColor-emphasis: #514ed4; - --display-indigo-fgColor: #9899ec; + --display-indigo-bgColor-emphasis: #9899ec; + --display-indigo-fgColor: #b7baf6; --display-indigo-borderColor-muted: #25215f; - --display-indigo-borderColor-emphasis: #7070e1; + --display-indigo-borderColor-emphasis: #9899ec; --display-pink-bgColor-muted: #2d1524; - --display-pink-bgColor-emphasis: #ac2f74; - --display-pink-fgColor: #e57bb2; + --display-pink-bgColor-emphasis: #e57bb2; + --display-pink-fgColor: #f4a9cd; --display-pink-borderColor-muted: #451c35; - --display-pink-borderColor-emphasis: #d34591; + --display-pink-borderColor-emphasis: #e57bb2; --avatar-bgColor: #ffffff1a; --avatar-borderColor: #ffffffe6; --avatar-shadow: 0px 0px 0px 2px #0a0c10; @@ -164,14 +164,14 @@ --avatarStack-fade-bgColor-muted: #3d424d; --control-bgColor-rest: #3d424d; --control-bgColor-hover: #494f5a; - --control-bgColor-active: #555c67; + --control-bgColor-active: #393d48; --control-bgColor-disabled: #3d424db3; - --control-bgColor-selected: #525964; + --control-bgColor-selected: #272b33; --control-fgColor-rest: #f0f3f6; - --control-fgColor-placeholder: #b7bec7; + --control-fgColor-placeholder: #e4e9ed; --control-fgColor-disabled: #9ea7b3; --control-borderColor-rest: #7a828e; - --control-borderColor-emphasis: #7a828e; + --control-borderColor-emphasis: #9ea7b3; --control-borderColor-disabled: #3d424db3; --control-borderColor-selected: #ffffff; --control-borderColor-success: #09b43a; @@ -186,19 +186,19 @@ --control-transparent-borderColor-rest: #00000000; --control-transparent-borderColor-hover: #7a828e; --control-transparent-borderColor-active: #9ea7b3; - --control-danger-fgColor-rest: #ff8080; + --control-danger-fgColor-rest: #ff9492; --control-danger-fgColor-hover: #0a0c10; - --control-danger-bgColor-hover: #ff6a69; - --control-danger-bgColor-active: #f65052; - --control-checked-bgColor-rest: #409eff; - --control-checked-bgColor-hover: #4aa3ff; - --control-checked-bgColor-active: #54a8ff; + --control-danger-bgColor-hover: #ff8080; + --control-danger-bgColor-active: #f65e60; + --control-checked-bgColor-rest: #5cacff; + --control-checked-bgColor-hover: #60aeff; + --control-checked-bgColor-active: #64b0ff; --control-checked-bgColor-disabled: #9ea7b3; --control-checked-fgColor-rest: #0a0c10; --control-checked-fgColor-disabled: #010409; - --control-checked-borderColor-rest: #409eff; - --control-checked-borderColor-hover: #4aa3ff; - --control-checked-borderColor-active: #54a8ff; + --control-checked-borderColor-rest: #5cacff; + --control-checked-borderColor-hover: #60aeff; + --control-checked-borderColor-active: #64b0ff; --control-checked-borderColor-disabled: #9ea7b3; --controlTrack-bgColor-rest: #3d424d; --controlTrack-bgColor-hover: #494f5a; @@ -211,15 +211,15 @@ --controlKnob-bgColor-rest: #010409; --controlKnob-bgColor-disabled: #3d424db3; --controlKnob-bgColor-checked: #ffffff; - --controlKnob-borderColor-rest: #7a828e; + --controlKnob-borderColor-rest: #9ea7b3; --controlKnob-borderColor-disabled: #3d424db3; - --controlKnob-borderColor-checked: #409eff; + --controlKnob-borderColor-checked: #5cacff; --counter-borderColor: #00000000; --button-default-fgColor-rest: #f0f3f6; --button-default-bgColor-rest: #3d424d; --button-default-bgColor-hover: #494f5a; - --button-default-bgColor-active: #555c67; - --button-default-bgColor-selected: #555c67; + --button-default-bgColor-active: #393d48; + --button-default-bgColor-selected: #393d48; --button-default-bgColor-disabled: #3d424db3; --button-default-borderColor-rest: #7a828e; --button-default-borderColor-hover: #7a828e; @@ -229,16 +229,16 @@ --button-primary-fgColor-rest: #0a0c10; --button-primary-fgColor-disabled: #0a0c1080; --button-primary-iconColor-rest: #0a0c10; - --button-primary-bgColor-rest: #09b43a; - --button-primary-bgColor-hover: #0fbb3f; - --button-primary-bgColor-active: #15c243; + --button-primary-bgColor-rest: #0ac740; + --button-primary-bgColor-hover: #10ca43; + --button-primary-bgColor-active: #16cd47; --button-primary-bgColor-disabled: #048f2f; --button-primary-borderColor-rest: #4ae168; --button-primary-borderColor-hover: #4ae168; --button-primary-borderColor-active: #4ae168; --button-primary-borderColor-disabled: #4ae16866; --button-primary-shadow-selected: 0px 0px 0px 0px #000000; - --button-invisible-fgColor-rest: #60aeff; + --button-invisible-fgColor-rest: #73b8ff; --button-invisible-fgColor-hover: #1e60d5; --button-invisible-fgColor-disabled: #9ea7b3; --button-invisible-iconColor-rest: #f0f3f6; @@ -254,7 +254,7 @@ --button-outline-fgColor-rest: #5cacff; --button-outline-fgColor-hover: #71b7ff; --button-outline-fgColor-active: #ffffff; - --button-outline-fgColor-disabled: #60aeff80; + --button-outline-fgColor-disabled: #73b8ff80; --button-outline-bgColor-rest: #ffffff; --button-outline-bgColor-hover: #525964; --button-outline-bgColor-active: #2672f3; @@ -265,8 +265,8 @@ --button-danger-fgColor-rest: #ff9492; --button-danger-fgColor-hover: #ffffff; --button-danger-fgColor-active: #ffffff; - --button-danger-fgColor-disabled: #ff808080; - --button-danger-iconColor-rest: #ff8080; + --button-danger-fgColor-disabled: #ff949280; + --button-danger-iconColor-rest: #ff9492; --button-danger-iconColor-hover: #ffffff; --button-danger-bgColor-rest: #3d424d; --button-danger-bgColor-hover: #ff4445; @@ -284,19 +284,19 @@ --buttonCounter-primary-bgColor-rest: #01040926; --buttonCounter-outline-bgColor-rest: #194fb133; --buttonCounter-outline-bgColor-hover: #194fb133; - --buttonCounter-outline-bgColor-disabled: #409eff0d; + --buttonCounter-outline-bgColor-disabled: #5cacff0d; --buttonCounter-outline-fgColor-rest: #5cacff; --buttonCounter-outline-fgColor-hover: #71b7ff; - --buttonCounter-outline-fgColor-disabled: #60aeff80; + --buttonCounter-outline-fgColor-disabled: #73b8ff80; --buttonCounter-danger-bgColor-hover: #01040926; - --buttonCounter-danger-bgColor-disabled: #ff6a690d; + --buttonCounter-danger-bgColor-disabled: #ff80800d; --buttonCounter-danger-bgColor-rest: #01040926; - --buttonCounter-danger-fgColor-rest: #ff8080; + --buttonCounter-danger-fgColor-rest: #ff9492; --buttonCounter-danger-fgColor-hover: #ffffff; - --buttonCounter-danger-fgColor-disabled: #ff808080; + --buttonCounter-danger-fgColor-disabled: #ff949280; --reactionButton-selected-bgColor-rest: #5cacff33; --reactionButton-selected-bgColor-hover: #5dadff5c; - --reactionButton-selected-fgColor-rest: #60aeff; + --reactionButton-selected-fgColor-rest: #73b8ff; --reactionButton-selected-fgColor-hover: #91cbff; --focus-outlineColor: #409eff; --menu-bgColor-active: #272b33; @@ -306,14 +306,14 @@ --selectMenu-borderColor: #7a828e; --selectMenu-bgColor-active: #1e60d5; --sideNav-bgColor-selected: #3d424d; - --skeletonLoader-bgColor: #272b33; + --skeletonLoader-bgColor: #191c22; --timelineBadge-bgColor: #3d424d; --treeViewItem-leadingVisual-iconColor-rest: #f0f3f6; --underlineNav-borderColor-active: #ff967d; --underlineNav-borderColor-hover: #bdc4cc; --underlineNav-iconColor-rest: #f0f3f6; - --selection-bgColor: #409effb3; - --card-bgColor: #272b33; + --selection-bgColor: #5cacffb3; + --card-bgColor: #191c22; --label-green-bgColor-rest: #122117; --label-green-bgColor-hover: #182f1f; --label-green-bgColor-active: #214529; @@ -434,20 +434,20 @@ --fgColor-white: #ffffff; --fgColor-black: #010409; --fgColor-disabled: #9ea7b3; - --fgColor-link: #60aeff; - --fgColor-neutral: #9ea7b3; - --fgColor-accent: #60aeff; + --fgColor-link: #73b8ff; + --fgColor-neutral: #bdc4cc; + --fgColor-accent: #73b8ff; --fgColor-success: #28d751; - --fgColor-attention: #f0b72f; - --fgColor-severe: #f48b25; - --fgColor-danger: #ff8080; --fgColor-open: #28d751; - --fgColor-closed: #ff8080; - --fgColor-done: #bf8fff; - --fgColor-upsell: #bf8fff; - --fgColor-sponsors: #f87cbd; + --fgColor-attention: #f0b72f; + --fgColor-severe: #fe9a2d; + --fgColor-danger: #ff9492; + --fgColor-closed: #ff9492; + --fgColor-done: #cb9eff; + --fgColor-upsell: #cb9eff; + --fgColor-sponsors: #ff8dc7; --bgColor-default: #0a0c10; - --bgColor-muted: #272b33; + --bgColor-muted: #191c22; --bgColor-inset: #010409; --bgColor-emphasis: #ffffff; --bgColor-inverse: #ffffff; @@ -455,31 +455,31 @@ --bgColor-black: #010409; --bgColor-disabled: #3d424db3; --bgColor-transparent: #00000000; - --bgColor-neutral-muted: #9ea7b366; + --bgColor-neutral-muted: #7a828e1a; --bgColor-neutral-emphasis: #9ea7b3; - --bgColor-accent-muted: #5cacff1a; - --bgColor-accent-emphasis: #409eff; - --bgColor-success-muted: #0ac74026; - --bgColor-success-emphasis: #09b43a; + --bgColor-accent-muted: #409eff1a; + --bgColor-accent-emphasis: #5cacff; + --bgColor-success-muted: #0ac74024; + --bgColor-success-emphasis: #0ac740; + --bgColor-open-muted: #0ac74024; + --bgColor-open-emphasis: #0ac740; --bgColor-attention-muted: #edaa2726; - --bgColor-attention-emphasis: #e09b13; - --bgColor-severe-muted: #f48b251a; - --bgColor-severe-emphasis: #e7811d; - --bgColor-danger-muted: #ff80801a; - --bgColor-danger-emphasis: #ff6a69; - --bgColor-open-muted: #0ac7401a; - --bgColor-open-emphasis: #09b43a; - --bgColor-closed-muted: #ff808026; - --bgColor-closed-emphasis: #ff6a69; - --bgColor-done-muted: #bf8fff26; - --bgColor-done-emphasis: #b87fff; - --bgColor-upsell-muted: #bf8fff26; - --bgColor-upsell-emphasis: #b87fff; - --bgColor-sponsors-muted: #f87cbd1a; - --bgColor-sponsors-emphasis: #ef6eb1; + --bgColor-attention-emphasis: #edaa27; + --bgColor-severe-muted: #f48b2516; + --bgColor-severe-emphasis: #f48b25; + --bgColor-danger-muted: #ff808017; + --bgColor-danger-emphasis: #ff8080; + --bgColor-closed-muted: #ff808017; + --bgColor-closed-emphasis: #ff8080; + --bgColor-done-muted: #b87fff17; + --bgColor-done-emphasis: #bf8fff; + --bgColor-upsell-muted: #b87fff17; + --bgColor-upsell-emphasis: #bf8fff; + --bgColor-sponsors-muted: #ef6eb117; + --bgColor-sponsors-emphasis: #f87cbd; --borderColor-default: #7a828e; --borderColor-muted: #7a828e; - --borderColor-emphasis: #7a828e; + --borderColor-emphasis: #9ea7b3; --borderColor-disabled: #3d424db3; --borderColor-transparent: #00000000; --borderColor-translucent: #7a828e; @@ -489,14 +489,14 @@ --borderColor-accent-emphasis: #409eff; --borderColor-success-muted: #0ac740; --borderColor-success-emphasis: #09b43a; + --borderColor-open-muted: #0ac740; + --borderColor-open-emphasis: #09b43a; --borderColor-attention-muted: #edaa27; --borderColor-attention-emphasis: #e09b13; --borderColor-severe-muted: #f48b25; --borderColor-severe-emphasis: #e7811d; --borderColor-danger-muted: #ff8080; --borderColor-danger-emphasis: #ff6a69; - --borderColor-open-muted: #0ac740; - --borderColor-open-emphasis: #09b43a; --borderColor-closed-muted: #ff808066; --borderColor-closed-emphasis: #ff6a69; --borderColor-done-muted: #bf8fff; @@ -589,7 +589,7 @@ --codeMirror-lineNumber-fgColor: #f0f3f6; --codeMirror-cursor-fgColor: #fbfcfd; --codeMirror-selection-bgColor: #5cacff66; - --codeMirror-activeline-bgColor: #9ea7b366; + --codeMirror-activeline-bgColor: #7a828e1a; --codeMirror-matchingBracket-fgColor: #fbfcfd; --codeMirror-lines-bgColor: #0a0c10; --codeMirror-syntax-fgColor-comment: #bdc4cc; @@ -627,100 +627,100 @@ --data-gray-color: #576270; --data-gray-color-muted: #1c1c1c; --display-blue-bgColor-muted: #001a47; - --display-blue-bgColor-emphasis: #005bd1; - --display-blue-fgColor: #4da0ff; + --display-blue-bgColor-emphasis: #4da0ff; + --display-blue-fgColor: #85c2ff; --display-blue-borderColor-muted: #002766; - --display-blue-borderColor-emphasis: #0576ff; + --display-blue-borderColor-emphasis: #4da0ff; --display-green-bgColor-muted: #122117; - --display-green-bgColor-emphasis: #2f6f37; - --display-green-fgColor: #41b445; + --display-green-bgColor-emphasis: #41b445; + --display-green-fgColor: #75d36f; --display-green-borderColor-muted: #182f1f; - --display-green-borderColor-emphasis: #388f3f; + --display-green-borderColor-emphasis: #41b445; --display-orange-bgColor-muted: #311708; - --display-orange-bgColor-emphasis: #984b10; - --display-orange-fgColor: #ed8326; + --display-orange-bgColor-emphasis: #ed8326; + --display-orange-fgColor: #f6b06a; --display-orange-borderColor-muted: #43200a; - --display-orange-borderColor-emphasis: #c46212; + --display-orange-borderColor-emphasis: #ed8326; --display-purple-bgColor-muted: #211047; - --display-purple-bgColor-emphasis: #7730e8; - --display-purple-fgColor: #b687f7; + --display-purple-bgColor-emphasis: #b687f7; + --display-purple-fgColor: #d2affd; --display-purple-borderColor-muted: #31146b; - --display-purple-borderColor-emphasis: #975bf1; + --display-purple-borderColor-emphasis: #b687f7; --display-plum-bgColor-muted: #2a0e3f; - --display-plum-bgColor-emphasis: #9518d8; - --display-plum-fgColor: #d07ef7; + --display-plum-bgColor-emphasis: #d07ef7; + --display-plum-fgColor: #e4a5fd; --display-plum-borderColor-muted: #40125e; - --display-plum-borderColor-emphasis: #b643ef; + --display-plum-borderColor-emphasis: #d07ef7; --display-red-bgColor-muted: #3c0614; - --display-red-bgColor-emphasis: #c31328; - --display-red-fgColor: #f27d83; + --display-red-bgColor-emphasis: #f27d83; + --display-red-fgColor: #f7adab; --display-red-borderColor-muted: #58091a; - --display-red-borderColor-emphasis: #eb3342; + --display-red-borderColor-emphasis: #f27d83; --display-coral-bgColor-muted: #3c0614; - --display-coral-bgColor-emphasis: #c31328; - --display-coral-fgColor: #f27d83; + --display-coral-bgColor-emphasis: #f7794b; + --display-coral-fgColor: #fdaa86; --display-coral-borderColor-muted: #58091a; - --display-coral-borderColor-emphasis: #eb3342; + --display-coral-borderColor-emphasis: #f7794b; --display-yellow-bgColor-muted: #2e1a00; - --display-yellow-bgColor-emphasis: #895906; - --display-yellow-fgColor: #d3910d; + --display-yellow-bgColor-emphasis: #d3910d; + --display-yellow-fgColor: #edb431; --display-yellow-borderColor-muted: #3d2401; - --display-yellow-borderColor-emphasis: #aa7109; + --display-yellow-borderColor-emphasis: #d3910d; --display-gray-bgColor-muted: #1c1c1c; - --display-gray-bgColor-emphasis: #576270; - --display-gray-fgColor: #92a1b5; + --display-gray-bgColor-emphasis: #92a1b5; + --display-gray-fgColor: #b3c0d1; --display-gray-borderColor-muted: #2a2b2d; - --display-gray-borderColor-emphasis: #6e7f96; + --display-gray-borderColor-emphasis: #92a1b5; --display-auburn-bgColor-muted: #271817; - --display-auburn-bgColor-emphasis: #87534f; - --display-auburn-fgColor: #bf9592; + --display-auburn-bgColor-emphasis: #bf9592; + --display-auburn-fgColor: #d4b7b5; --display-auburn-borderColor-muted: #3a2422; - --display-auburn-borderColor-emphasis: #a86f6b; + --display-auburn-borderColor-emphasis: #bf9592; --display-brown-bgColor-muted: #241c14; - --display-brown-bgColor-emphasis: #755e3e; - --display-brown-fgColor: #b69a6d; + --display-brown-bgColor-emphasis: #b69a6d; + --display-brown-fgColor: #cdbb98; --display-brown-borderColor-muted: #342a1d; - --display-brown-borderColor-emphasis: #94774c; + --display-brown-borderColor-emphasis: #b69a6d; --display-lemon-bgColor-muted: #291d00; - --display-lemon-bgColor-emphasis: #786008; - --display-lemon-fgColor: #ba9b12; + --display-lemon-bgColor-emphasis: #ba9b12; + --display-lemon-fgColor: #d7bc1d; --display-lemon-borderColor-muted: #372901; - --display-lemon-borderColor-emphasis: #977b0c; + --display-lemon-borderColor-emphasis: #ba9b12; --display-olive-bgColor-muted: #171e0b; - --display-olive-bgColor-emphasis: #5e681d; - --display-olive-fgColor: #a2a626; + --display-olive-bgColor-emphasis: #a2a626; + --display-olive-fgColor: #cbc025; --display-olive-borderColor-muted: #252d10; - --display-olive-borderColor-emphasis: #7a8321; + --display-olive-borderColor-emphasis: #a2a626; --display-lime-bgColor-muted: #141f0f; - --display-lime-bgColor-emphasis: #496c28; - --display-lime-fgColor: #7dae37; + --display-lime-bgColor-emphasis: #7dae37; + --display-lime-fgColor: #9fcc3e; --display-lime-borderColor-muted: #1f3116; - --display-lime-borderColor-emphasis: #5f892f; + --display-lime-borderColor-emphasis: #7dae37; --display-pine-bgColor-muted: #082119; - --display-pine-bgColor-emphasis: #14714c; - --display-pine-fgColor: #1bb673; + --display-pine-bgColor-emphasis: #1bb673; + --display-pine-fgColor: #1bda81; --display-pine-borderColor-muted: #0b3224; - --display-pine-borderColor-emphasis: #18915e; + --display-pine-borderColor-emphasis: #1bb673; --display-teal-bgColor-muted: #041f25; - --display-teal-bgColor-emphasis: #106c70; - --display-teal-fgColor: #1cb0ab; + --display-teal-bgColor-emphasis: #1cb0ab; + --display-teal-fgColor: #24d6c4; --display-teal-borderColor-muted: #073036; - --display-teal-borderColor-emphasis: #158a8a; + --display-teal-borderColor-emphasis: #1cb0ab; --display-cyan-bgColor-muted: #001f29; - --display-cyan-bgColor-emphasis: #036a8c; - --display-cyan-fgColor: #07ace4; + --display-cyan-bgColor-emphasis: #07ace4; + --display-cyan-fgColor: #45cbf7; --display-cyan-borderColor-muted: #002e3d; - --display-cyan-borderColor-emphasis: #0587b3; + --display-cyan-borderColor-emphasis: #07ace4; --display-indigo-bgColor-muted: #1b183f; - --display-indigo-bgColor-emphasis: #514ed4; - --display-indigo-fgColor: #9899ec; + --display-indigo-bgColor-emphasis: #9899ec; + --display-indigo-fgColor: #b7baf6; --display-indigo-borderColor-muted: #25215f; - --display-indigo-borderColor-emphasis: #7070e1; + --display-indigo-borderColor-emphasis: #9899ec; --display-pink-bgColor-muted: #2d1524; - --display-pink-bgColor-emphasis: #ac2f74; - --display-pink-fgColor: #e57bb2; + --display-pink-bgColor-emphasis: #e57bb2; + --display-pink-fgColor: #f4a9cd; --display-pink-borderColor-muted: #451c35; - --display-pink-borderColor-emphasis: #d34591; + --display-pink-borderColor-emphasis: #e57bb2; --avatar-bgColor: #ffffff1a; --avatar-borderColor: #ffffffe6; --avatar-shadow: 0px 0px 0px 2px #0a0c10; @@ -728,14 +728,14 @@ --avatarStack-fade-bgColor-muted: #3d424d; --control-bgColor-rest: #3d424d; --control-bgColor-hover: #494f5a; - --control-bgColor-active: #555c67; + --control-bgColor-active: #393d48; --control-bgColor-disabled: #3d424db3; - --control-bgColor-selected: #525964; + --control-bgColor-selected: #272b33; --control-fgColor-rest: #f0f3f6; - --control-fgColor-placeholder: #b7bec7; + --control-fgColor-placeholder: #e4e9ed; --control-fgColor-disabled: #9ea7b3; --control-borderColor-rest: #7a828e; - --control-borderColor-emphasis: #7a828e; + --control-borderColor-emphasis: #9ea7b3; --control-borderColor-disabled: #3d424db3; --control-borderColor-selected: #ffffff; --control-borderColor-success: #09b43a; @@ -750,19 +750,19 @@ --control-transparent-borderColor-rest: #00000000; --control-transparent-borderColor-hover: #7a828e; --control-transparent-borderColor-active: #9ea7b3; - --control-danger-fgColor-rest: #ff8080; + --control-danger-fgColor-rest: #ff9492; --control-danger-fgColor-hover: #0a0c10; - --control-danger-bgColor-hover: #ff6a69; - --control-danger-bgColor-active: #f65052; - --control-checked-bgColor-rest: #409eff; - --control-checked-bgColor-hover: #4aa3ff; - --control-checked-bgColor-active: #54a8ff; + --control-danger-bgColor-hover: #ff8080; + --control-danger-bgColor-active: #f65e60; + --control-checked-bgColor-rest: #5cacff; + --control-checked-bgColor-hover: #60aeff; + --control-checked-bgColor-active: #64b0ff; --control-checked-bgColor-disabled: #9ea7b3; --control-checked-fgColor-rest: #0a0c10; --control-checked-fgColor-disabled: #010409; - --control-checked-borderColor-rest: #409eff; - --control-checked-borderColor-hover: #4aa3ff; - --control-checked-borderColor-active: #54a8ff; + --control-checked-borderColor-rest: #5cacff; + --control-checked-borderColor-hover: #60aeff; + --control-checked-borderColor-active: #64b0ff; --control-checked-borderColor-disabled: #9ea7b3; --controlTrack-bgColor-rest: #3d424d; --controlTrack-bgColor-hover: #494f5a; @@ -775,15 +775,15 @@ --controlKnob-bgColor-rest: #010409; --controlKnob-bgColor-disabled: #3d424db3; --controlKnob-bgColor-checked: #ffffff; - --controlKnob-borderColor-rest: #7a828e; + --controlKnob-borderColor-rest: #9ea7b3; --controlKnob-borderColor-disabled: #3d424db3; - --controlKnob-borderColor-checked: #409eff; + --controlKnob-borderColor-checked: #5cacff; --counter-borderColor: #00000000; --button-default-fgColor-rest: #f0f3f6; --button-default-bgColor-rest: #3d424d; --button-default-bgColor-hover: #494f5a; - --button-default-bgColor-active: #555c67; - --button-default-bgColor-selected: #555c67; + --button-default-bgColor-active: #393d48; + --button-default-bgColor-selected: #393d48; --button-default-bgColor-disabled: #3d424db3; --button-default-borderColor-rest: #7a828e; --button-default-borderColor-hover: #7a828e; @@ -793,16 +793,16 @@ --button-primary-fgColor-rest: #0a0c10; --button-primary-fgColor-disabled: #0a0c1080; --button-primary-iconColor-rest: #0a0c10; - --button-primary-bgColor-rest: #09b43a; - --button-primary-bgColor-hover: #0fbb3f; - --button-primary-bgColor-active: #15c243; + --button-primary-bgColor-rest: #0ac740; + --button-primary-bgColor-hover: #10ca43; + --button-primary-bgColor-active: #16cd47; --button-primary-bgColor-disabled: #048f2f; --button-primary-borderColor-rest: #4ae168; --button-primary-borderColor-hover: #4ae168; --button-primary-borderColor-active: #4ae168; --button-primary-borderColor-disabled: #4ae16866; --button-primary-shadow-selected: 0px 0px 0px 0px #000000; - --button-invisible-fgColor-rest: #60aeff; + --button-invisible-fgColor-rest: #73b8ff; --button-invisible-fgColor-hover: #1e60d5; --button-invisible-fgColor-disabled: #9ea7b3; --button-invisible-iconColor-rest: #f0f3f6; @@ -818,7 +818,7 @@ --button-outline-fgColor-rest: #5cacff; --button-outline-fgColor-hover: #71b7ff; --button-outline-fgColor-active: #ffffff; - --button-outline-fgColor-disabled: #60aeff80; + --button-outline-fgColor-disabled: #73b8ff80; --button-outline-bgColor-rest: #ffffff; --button-outline-bgColor-hover: #525964; --button-outline-bgColor-active: #2672f3; @@ -829,8 +829,8 @@ --button-danger-fgColor-rest: #ff9492; --button-danger-fgColor-hover: #ffffff; --button-danger-fgColor-active: #ffffff; - --button-danger-fgColor-disabled: #ff808080; - --button-danger-iconColor-rest: #ff8080; + --button-danger-fgColor-disabled: #ff949280; + --button-danger-iconColor-rest: #ff9492; --button-danger-iconColor-hover: #ffffff; --button-danger-bgColor-rest: #3d424d; --button-danger-bgColor-hover: #ff4445; @@ -848,19 +848,19 @@ --buttonCounter-primary-bgColor-rest: #01040926; --buttonCounter-outline-bgColor-rest: #194fb133; --buttonCounter-outline-bgColor-hover: #194fb133; - --buttonCounter-outline-bgColor-disabled: #409eff0d; + --buttonCounter-outline-bgColor-disabled: #5cacff0d; --buttonCounter-outline-fgColor-rest: #5cacff; --buttonCounter-outline-fgColor-hover: #71b7ff; - --buttonCounter-outline-fgColor-disabled: #60aeff80; + --buttonCounter-outline-fgColor-disabled: #73b8ff80; --buttonCounter-danger-bgColor-hover: #01040926; - --buttonCounter-danger-bgColor-disabled: #ff6a690d; + --buttonCounter-danger-bgColor-disabled: #ff80800d; --buttonCounter-danger-bgColor-rest: #01040926; - --buttonCounter-danger-fgColor-rest: #ff8080; + --buttonCounter-danger-fgColor-rest: #ff9492; --buttonCounter-danger-fgColor-hover: #ffffff; - --buttonCounter-danger-fgColor-disabled: #ff808080; + --buttonCounter-danger-fgColor-disabled: #ff949280; --reactionButton-selected-bgColor-rest: #5cacff33; --reactionButton-selected-bgColor-hover: #5dadff5c; - --reactionButton-selected-fgColor-rest: #60aeff; + --reactionButton-selected-fgColor-rest: #73b8ff; --reactionButton-selected-fgColor-hover: #91cbff; --focus-outlineColor: #409eff; --menu-bgColor-active: #272b33; @@ -870,14 +870,14 @@ --selectMenu-borderColor: #7a828e; --selectMenu-bgColor-active: #1e60d5; --sideNav-bgColor-selected: #3d424d; - --skeletonLoader-bgColor: #272b33; + --skeletonLoader-bgColor: #191c22; --timelineBadge-bgColor: #3d424d; --treeViewItem-leadingVisual-iconColor-rest: #f0f3f6; --underlineNav-borderColor-active: #ff967d; --underlineNav-borderColor-hover: #bdc4cc; --underlineNav-iconColor-rest: #f0f3f6; - --selection-bgColor: #409effb3; - --card-bgColor: #272b33; + --selection-bgColor: #5cacffb3; + --card-bgColor: #191c22; --label-green-bgColor-rest: #122117; --label-green-bgColor-hover: #182f1f; --label-green-bgColor-active: #214529; @@ -998,20 +998,20 @@ --fgColor-white: #ffffff; --fgColor-black: #010409; --fgColor-disabled: #9ea7b3; - --fgColor-link: #60aeff; - --fgColor-neutral: #9ea7b3; - --fgColor-accent: #60aeff; + --fgColor-link: #73b8ff; + --fgColor-neutral: #bdc4cc; + --fgColor-accent: #73b8ff; --fgColor-success: #28d751; - --fgColor-attention: #f0b72f; - --fgColor-severe: #f48b25; - --fgColor-danger: #ff8080; --fgColor-open: #28d751; - --fgColor-closed: #ff8080; - --fgColor-done: #bf8fff; - --fgColor-upsell: #bf8fff; - --fgColor-sponsors: #f87cbd; + --fgColor-attention: #f0b72f; + --fgColor-severe: #fe9a2d; + --fgColor-danger: #ff9492; + --fgColor-closed: #ff9492; + --fgColor-done: #cb9eff; + --fgColor-upsell: #cb9eff; + --fgColor-sponsors: #ff8dc7; --bgColor-default: #0a0c10; - --bgColor-muted: #272b33; + --bgColor-muted: #191c22; --bgColor-inset: #010409; --bgColor-emphasis: #ffffff; --bgColor-inverse: #ffffff; @@ -1019,31 +1019,31 @@ --bgColor-black: #010409; --bgColor-disabled: #3d424db3; --bgColor-transparent: #00000000; - --bgColor-neutral-muted: #9ea7b366; + --bgColor-neutral-muted: #7a828e1a; --bgColor-neutral-emphasis: #9ea7b3; - --bgColor-accent-muted: #5cacff1a; - --bgColor-accent-emphasis: #409eff; - --bgColor-success-muted: #0ac74026; - --bgColor-success-emphasis: #09b43a; + --bgColor-accent-muted: #409eff1a; + --bgColor-accent-emphasis: #5cacff; + --bgColor-success-muted: #0ac74024; + --bgColor-success-emphasis: #0ac740; + --bgColor-open-muted: #0ac74024; + --bgColor-open-emphasis: #0ac740; --bgColor-attention-muted: #edaa2726; - --bgColor-attention-emphasis: #e09b13; - --bgColor-severe-muted: #f48b251a; - --bgColor-severe-emphasis: #e7811d; - --bgColor-danger-muted: #ff80801a; - --bgColor-danger-emphasis: #ff6a69; - --bgColor-open-muted: #0ac7401a; - --bgColor-open-emphasis: #09b43a; - --bgColor-closed-muted: #ff808026; - --bgColor-closed-emphasis: #ff6a69; - --bgColor-done-muted: #bf8fff26; - --bgColor-done-emphasis: #b87fff; - --bgColor-upsell-muted: #bf8fff26; - --bgColor-upsell-emphasis: #b87fff; - --bgColor-sponsors-muted: #f87cbd1a; - --bgColor-sponsors-emphasis: #ef6eb1; + --bgColor-attention-emphasis: #edaa27; + --bgColor-severe-muted: #f48b2516; + --bgColor-severe-emphasis: #f48b25; + --bgColor-danger-muted: #ff808017; + --bgColor-danger-emphasis: #ff8080; + --bgColor-closed-muted: #ff808017; + --bgColor-closed-emphasis: #ff8080; + --bgColor-done-muted: #b87fff17; + --bgColor-done-emphasis: #bf8fff; + --bgColor-upsell-muted: #b87fff17; + --bgColor-upsell-emphasis: #bf8fff; + --bgColor-sponsors-muted: #ef6eb117; + --bgColor-sponsors-emphasis: #f87cbd; --borderColor-default: #7a828e; --borderColor-muted: #7a828e; - --borderColor-emphasis: #7a828e; + --borderColor-emphasis: #9ea7b3; --borderColor-disabled: #3d424db3; --borderColor-transparent: #00000000; --borderColor-translucent: #7a828e; @@ -1053,14 +1053,14 @@ --borderColor-accent-emphasis: #409eff; --borderColor-success-muted: #0ac740; --borderColor-success-emphasis: #09b43a; + --borderColor-open-muted: #0ac740; + --borderColor-open-emphasis: #09b43a; --borderColor-attention-muted: #edaa27; --borderColor-attention-emphasis: #e09b13; --borderColor-severe-muted: #f48b25; --borderColor-severe-emphasis: #e7811d; --borderColor-danger-muted: #ff8080; --borderColor-danger-emphasis: #ff6a69; - --borderColor-open-muted: #0ac740; - --borderColor-open-emphasis: #09b43a; --borderColor-closed-muted: #ff808066; --borderColor-closed-emphasis: #ff6a69; --borderColor-done-muted: #bf8fff; diff --git a/dist/css/functional/themes/dark-tritanopia.css b/dist/css/functional/themes/dark-tritanopia.css index 2f993a317..46ee1822e 100644 --- a/dist/css/functional/themes/dark-tritanopia.css +++ b/dist/css/functional/themes/dark-tritanopia.css @@ -435,13 +435,13 @@ --fgColor-black: #010409; --fgColor-disabled: #6e7681; --fgColor-link: #4493f8; - --fgColor-neutral: #6e7681; + --fgColor-neutral: #b1bac4; --fgColor-accent: #4493f8; --fgColor-success: #58a6ff; + --fgColor-open: #f85149; --fgColor-attention: #d29922; --fgColor-severe: #f85149; --fgColor-danger: #f85149; - --fgColor-open: #f85149; --fgColor-closed: #6e7681; --fgColor-done: #ab7df8; --fgColor-upsell: #ab7df8; @@ -461,15 +461,15 @@ --bgColor-accent-emphasis: #1f6feb; --bgColor-success-muted: #388bfd26; --bgColor-success-emphasis: #1f6feb; + --bgColor-open-muted: #f8514926; + --bgColor-open-emphasis: #da3633; --bgColor-attention-muted: #bb800926; --bgColor-attention-emphasis: #9e6a03; --bgColor-severe-muted: #f851491a; --bgColor-severe-emphasis: #da3633; --bgColor-danger-muted: #f851491a; --bgColor-danger-emphasis: #da3633; - --bgColor-open-muted: #f851491a; - --bgColor-open-emphasis: #da3633; - --bgColor-closed-muted: #6e768126; + --bgColor-closed-muted: #6e76811a; --bgColor-closed-emphasis: #484f58; --bgColor-done-muted: #ab7df826; --bgColor-done-emphasis: #8957e5; @@ -489,14 +489,14 @@ --borderColor-accent-emphasis: #1f6feb; --borderColor-success-muted: #388bfd66; --borderColor-success-emphasis: #1f6feb; + --borderColor-open-muted: #f8514966; + --borderColor-open-emphasis: #da3633; --borderColor-attention-muted: #bb800966; --borderColor-attention-emphasis: #9e6a03; --borderColor-severe-muted: #f8514966; --borderColor-severe-emphasis: #da3633; --borderColor-danger-muted: #f8514966; --borderColor-danger-emphasis: #da3633; - --borderColor-open-muted: #f8514966; - --borderColor-open-emphasis: #da3633; --borderColor-closed-muted: #6e768166; --borderColor-closed-emphasis: #484f58; --borderColor-done-muted: #ab7df866; @@ -999,13 +999,13 @@ --fgColor-black: #010409; --fgColor-disabled: #6e7681; --fgColor-link: #4493f8; - --fgColor-neutral: #6e7681; + --fgColor-neutral: #b1bac4; --fgColor-accent: #4493f8; --fgColor-success: #58a6ff; + --fgColor-open: #f85149; --fgColor-attention: #d29922; --fgColor-severe: #f85149; --fgColor-danger: #f85149; - --fgColor-open: #f85149; --fgColor-closed: #6e7681; --fgColor-done: #ab7df8; --fgColor-upsell: #ab7df8; @@ -1025,15 +1025,15 @@ --bgColor-accent-emphasis: #1f6feb; --bgColor-success-muted: #388bfd26; --bgColor-success-emphasis: #1f6feb; + --bgColor-open-muted: #f8514926; + --bgColor-open-emphasis: #da3633; --bgColor-attention-muted: #bb800926; --bgColor-attention-emphasis: #9e6a03; --bgColor-severe-muted: #f851491a; --bgColor-severe-emphasis: #da3633; --bgColor-danger-muted: #f851491a; --bgColor-danger-emphasis: #da3633; - --bgColor-open-muted: #f851491a; - --bgColor-open-emphasis: #da3633; - --bgColor-closed-muted: #6e768126; + --bgColor-closed-muted: #6e76811a; --bgColor-closed-emphasis: #484f58; --bgColor-done-muted: #ab7df826; --bgColor-done-emphasis: #8957e5; @@ -1053,14 +1053,14 @@ --borderColor-accent-emphasis: #1f6feb; --borderColor-success-muted: #388bfd66; --borderColor-success-emphasis: #1f6feb; + --borderColor-open-muted: #f8514966; + --borderColor-open-emphasis: #da3633; --borderColor-attention-muted: #bb800966; --borderColor-attention-emphasis: #9e6a03; --borderColor-severe-muted: #f8514966; --borderColor-severe-emphasis: #da3633; --borderColor-danger-muted: #f8514966; --borderColor-danger-emphasis: #da3633; - --borderColor-open-muted: #f8514966; - --borderColor-open-emphasis: #da3633; --borderColor-closed-muted: #6e768166; --borderColor-closed-emphasis: #484f58; --borderColor-done-muted: #ab7df866; diff --git a/dist/css/functional/themes/dark.css b/dist/css/functional/themes/dark.css index 8c09c6b0e..98fdcdcc8 100644 --- a/dist/css/functional/themes/dark.css +++ b/dist/css/functional/themes/dark.css @@ -435,13 +435,13 @@ --fgColor-black: #010409; --fgColor-disabled: #6e7681; --fgColor-link: #4493f8; - --fgColor-neutral: #6e7681; + --fgColor-neutral: #b1bac4; --fgColor-accent: #4493f8; --fgColor-success: #3fb950; + --fgColor-open: #3fb950; --fgColor-attention: #d29922; --fgColor-severe: #db6d28; --fgColor-danger: #f85149; - --fgColor-open: #3fb950; --fgColor-closed: #f85149; --fgColor-done: #ab7df8; --fgColor-upsell: #ab7df8; @@ -461,15 +461,15 @@ --bgColor-accent-emphasis: #1f6feb; --bgColor-success-muted: #2ea04326; --bgColor-success-emphasis: #238636; + --bgColor-open-muted: #2ea04326; + --bgColor-open-emphasis: #238636; --bgColor-attention-muted: #bb800926; --bgColor-attention-emphasis: #9e6a03; --bgColor-severe-muted: #db6d281a; --bgColor-severe-emphasis: #bd561d; --bgColor-danger-muted: #f851491a; --bgColor-danger-emphasis: #da3633; - --bgColor-open-muted: #2ea0431a; - --bgColor-open-emphasis: #238636; - --bgColor-closed-muted: #f8514926; + --bgColor-closed-muted: #f851491a; --bgColor-closed-emphasis: #da3633; --bgColor-done-muted: #ab7df826; --bgColor-done-emphasis: #8957e5; @@ -489,14 +489,14 @@ --borderColor-accent-emphasis: #1f6feb; --borderColor-success-muted: #2ea04366; --borderColor-success-emphasis: #238636; + --borderColor-open-muted: #2ea04366; + --borderColor-open-emphasis: #238636; --borderColor-attention-muted: #bb800966; --borderColor-attention-emphasis: #9e6a03; --borderColor-severe-muted: #db6d2866; --borderColor-severe-emphasis: #bd561d; --borderColor-danger-muted: #f8514966; --borderColor-danger-emphasis: #da3633; - --borderColor-open-muted: #2ea04366; - --borderColor-open-emphasis: #238636; --borderColor-closed-muted: #f8514966; --borderColor-closed-emphasis: #da3633; --borderColor-done-muted: #ab7df866; @@ -999,13 +999,13 @@ --fgColor-black: #010409; --fgColor-disabled: #6e7681; --fgColor-link: #4493f8; - --fgColor-neutral: #6e7681; + --fgColor-neutral: #b1bac4; --fgColor-accent: #4493f8; --fgColor-success: #3fb950; + --fgColor-open: #3fb950; --fgColor-attention: #d29922; --fgColor-severe: #db6d28; --fgColor-danger: #f85149; - --fgColor-open: #3fb950; --fgColor-closed: #f85149; --fgColor-done: #ab7df8; --fgColor-upsell: #ab7df8; @@ -1025,15 +1025,15 @@ --bgColor-accent-emphasis: #1f6feb; --bgColor-success-muted: #2ea04326; --bgColor-success-emphasis: #238636; + --bgColor-open-muted: #2ea04326; + --bgColor-open-emphasis: #238636; --bgColor-attention-muted: #bb800926; --bgColor-attention-emphasis: #9e6a03; --bgColor-severe-muted: #db6d281a; --bgColor-severe-emphasis: #bd561d; --bgColor-danger-muted: #f851491a; --bgColor-danger-emphasis: #da3633; - --bgColor-open-muted: #2ea0431a; - --bgColor-open-emphasis: #238636; - --bgColor-closed-muted: #f8514926; + --bgColor-closed-muted: #f851491a; --bgColor-closed-emphasis: #da3633; --bgColor-done-muted: #ab7df826; --bgColor-done-emphasis: #8957e5; @@ -1053,14 +1053,14 @@ --borderColor-accent-emphasis: #1f6feb; --borderColor-success-muted: #2ea04366; --borderColor-success-emphasis: #238636; + --borderColor-open-muted: #2ea04366; + --borderColor-open-emphasis: #238636; --borderColor-attention-muted: #bb800966; --borderColor-attention-emphasis: #9e6a03; --borderColor-severe-muted: #db6d2866; --borderColor-severe-emphasis: #bd561d; --borderColor-danger-muted: #f8514966; --borderColor-danger-emphasis: #da3633; - --borderColor-open-muted: #2ea04366; - --borderColor-open-emphasis: #238636; --borderColor-closed-muted: #f8514966; --borderColor-closed-emphasis: #da3633; --borderColor-done-muted: #ab7df866; diff --git a/dist/css/functional/themes/light-colorblind.css b/dist/css/functional/themes/light-colorblind.css index 2a733bef9..77ade4f96 100644 --- a/dist/css/functional/themes/light-colorblind.css +++ b/dist/css/functional/themes/light-colorblind.css @@ -174,7 +174,7 @@ --control-borderColor-emphasis: #868f99; --control-borderColor-disabled: #eaeef2b3; --control-borderColor-selected: #f6f8fa; - --control-borderColor-success: #218bff; + --control-borderColor-success: #0969da; --control-borderColor-danger: #bc4c00; --control-borderColor-warning: #bf8700; --control-iconColor-rest: #636c76; @@ -229,9 +229,9 @@ --button-primary-fgColor-rest: #ffffff; --button-primary-fgColor-disabled: #ffffffcc; --button-primary-iconColor-rest: #ffffffcc; - --button-primary-bgColor-rest: #0f72e3; - --button-primary-bgColor-hover: #0d6bd8; - --button-primary-bgColor-active: #0b64ce; + --button-primary-bgColor-rest: #0969da; + --button-primary-bgColor-hover: #0864d1; + --button-primary-bgColor-active: #075fc8; --button-primary-bgColor-disabled: #92caff; --button-primary-borderColor-rest: #1f232826; --button-primary-borderColor-hover: #1f232826; @@ -436,13 +436,13 @@ --fgColor-black: #1f2328; --fgColor-disabled: #8c959f; --fgColor-link: #0969da; - --fgColor-neutral: #6e7781; + --fgColor-neutral: #57606a; --fgColor-accent: #0969da; --fgColor-success: #0969da; + --fgColor-open: #bc4c00; --fgColor-attention: #9a6700; --fgColor-severe: #bc4c00; --fgColor-danger: #be4e02; - --fgColor-open: #bc4c00; --fgColor-closed: #6e7781; --fgColor-done: #8250df; --fgColor-upsell: #8250df; @@ -461,15 +461,15 @@ --bgColor-accent-muted: #ddf4ff; --bgColor-accent-emphasis: #0969da; --bgColor-success-muted: #ddf4ff; - --bgColor-success-emphasis: #0f72e3; + --bgColor-success-emphasis: #0969da; + --bgColor-open-muted: #fb8f4466; + --bgColor-open-emphasis: #e16f24; --bgColor-attention-muted: #fff8c5; --bgColor-attention-emphasis: #9a6700; --bgColor-severe-muted: #fff1e5; --bgColor-severe-emphasis: #bc4c00; --bgColor-danger-muted: #fff1e5; --bgColor-danger-emphasis: #bc4c00; - --bgColor-open-muted: #fb8f4466; - --bgColor-open-emphasis: #e16f24; --bgColor-closed-muted: #afb8c166; --bgColor-closed-emphasis: #6e7781; --bgColor-done-muted: #fbefff; @@ -489,15 +489,15 @@ --borderColor-accent-muted: #54aeff66; --borderColor-accent-emphasis: #0969da; --borderColor-success-muted: #54aeff66; - --borderColor-success-emphasis: #218bff; + --borderColor-success-emphasis: #0969da; + --borderColor-open-muted: #fb8f4466; + --borderColor-open-emphasis: #e16f24; --borderColor-attention-muted: #d4a72c66; --borderColor-attention-emphasis: #bf8700; --borderColor-severe-muted: #fb8f4466; --borderColor-severe-emphasis: #bc4c00; --borderColor-danger-muted: #fb8f4466; --borderColor-danger-emphasis: #bc4c00; - --borderColor-open-muted: #fb8f4466; - --borderColor-open-emphasis: #e16f24; --borderColor-closed-muted: #afb8c166; --borderColor-closed-emphasis: #6e7781; --borderColor-done-muted: #c297ff66; @@ -738,7 +738,7 @@ --control-borderColor-emphasis: #868f99; --control-borderColor-disabled: #eaeef2b3; --control-borderColor-selected: #f6f8fa; - --control-borderColor-success: #218bff; + --control-borderColor-success: #0969da; --control-borderColor-danger: #bc4c00; --control-borderColor-warning: #bf8700; --control-iconColor-rest: #636c76; @@ -793,9 +793,9 @@ --button-primary-fgColor-rest: #ffffff; --button-primary-fgColor-disabled: #ffffffcc; --button-primary-iconColor-rest: #ffffffcc; - --button-primary-bgColor-rest: #0f72e3; - --button-primary-bgColor-hover: #0d6bd8; - --button-primary-bgColor-active: #0b64ce; + --button-primary-bgColor-rest: #0969da; + --button-primary-bgColor-hover: #0864d1; + --button-primary-bgColor-active: #075fc8; --button-primary-bgColor-disabled: #92caff; --button-primary-borderColor-rest: #1f232826; --button-primary-borderColor-hover: #1f232826; @@ -1000,13 +1000,13 @@ --fgColor-black: #1f2328; --fgColor-disabled: #8c959f; --fgColor-link: #0969da; - --fgColor-neutral: #6e7781; + --fgColor-neutral: #57606a; --fgColor-accent: #0969da; --fgColor-success: #0969da; + --fgColor-open: #bc4c00; --fgColor-attention: #9a6700; --fgColor-severe: #bc4c00; --fgColor-danger: #be4e02; - --fgColor-open: #bc4c00; --fgColor-closed: #6e7781; --fgColor-done: #8250df; --fgColor-upsell: #8250df; @@ -1025,15 +1025,15 @@ --bgColor-accent-muted: #ddf4ff; --bgColor-accent-emphasis: #0969da; --bgColor-success-muted: #ddf4ff; - --bgColor-success-emphasis: #0f72e3; + --bgColor-success-emphasis: #0969da; + --bgColor-open-muted: #fb8f4466; + --bgColor-open-emphasis: #e16f24; --bgColor-attention-muted: #fff8c5; --bgColor-attention-emphasis: #9a6700; --bgColor-severe-muted: #fff1e5; --bgColor-severe-emphasis: #bc4c00; --bgColor-danger-muted: #fff1e5; --bgColor-danger-emphasis: #bc4c00; - --bgColor-open-muted: #fb8f4466; - --bgColor-open-emphasis: #e16f24; --bgColor-closed-muted: #afb8c166; --bgColor-closed-emphasis: #6e7781; --bgColor-done-muted: #fbefff; @@ -1053,15 +1053,15 @@ --borderColor-accent-muted: #54aeff66; --borderColor-accent-emphasis: #0969da; --borderColor-success-muted: #54aeff66; - --borderColor-success-emphasis: #218bff; + --borderColor-success-emphasis: #0969da; + --borderColor-open-muted: #fb8f4466; + --borderColor-open-emphasis: #e16f24; --borderColor-attention-muted: #d4a72c66; --borderColor-attention-emphasis: #bf8700; --borderColor-severe-muted: #fb8f4466; --borderColor-severe-emphasis: #bc4c00; --borderColor-danger-muted: #fb8f4466; --borderColor-danger-emphasis: #bc4c00; - --borderColor-open-muted: #fb8f4466; - --borderColor-open-emphasis: #e16f24; --borderColor-closed-muted: #afb8c166; --borderColor-closed-emphasis: #6e7781; --borderColor-done-muted: #c297ff66; diff --git a/dist/css/functional/themes/light-high-contrast.css b/dist/css/functional/themes/light-high-contrast.css index aed746df1..5b1795efc 100644 --- a/dist/css/functional/themes/light-high-contrast.css +++ b/dist/css/functional/themes/light-high-contrast.css @@ -63,100 +63,100 @@ --data-gray-color: #808fa3; --data-gray-color-muted: #e8ecf2; --display-blue-bgColor-muted: #d1f0ff; - --display-blue-bgColor-emphasis: #006edb; - --display-blue-fgColor: #005fcc; + --display-blue-bgColor-emphasis: #004db3; + --display-blue-fgColor: #003d99; --display-blue-borderColor-muted: #ade1ff; - --display-blue-borderColor-emphasis: #006edb; + --display-blue-borderColor-emphasis: #005fcc; --display-green-bgColor-muted: #caf7ca; - --display-green-bgColor-emphasis: #2c8141; - --display-green-fgColor: #2b6e3f; + --display-green-bgColor-emphasis: #285c3b; + --display-green-fgColor: #254b34; --display-green-borderColor-muted: #9ceda0; - --display-green-borderColor-emphasis: #2c8141; + --display-green-borderColor-emphasis: #2b6e3f; --display-orange-bgColor-muted: #ffe7d1; - --display-orange-bgColor-emphasis: #b8500f; - --display-orange-fgColor: #a24610; + --display-orange-bgColor-emphasis: #8d3c11; + --display-orange-fgColor: #70300f; --display-orange-borderColor-muted: #fecfaa; - --display-orange-borderColor-emphasis: #b8500f; + --display-orange-borderColor-emphasis: #a24610; --display-purple-bgColor-muted: #f1e5ff; - --display-purple-bgColor-emphasis: #894ceb; - --display-purple-fgColor: #783ae4; + --display-purple-bgColor-emphasis: #6223d7; + --display-purple-fgColor: #4f21ab; --display-purple-borderColor-muted: #e6d2fe; - --display-purple-borderColor-emphasis: #894ceb; + --display-purple-borderColor-emphasis: #783ae4; --display-plum-bgColor-muted: #f8e5ff; - --display-plum-bgColor-emphasis: #a830e8; - --display-plum-fgColor: #961edc; + --display-plum-bgColor-emphasis: #7d1eb8; + --display-plum-fgColor: #651d96; --display-plum-borderColor-muted: #f0cdfe; - --display-plum-borderColor-emphasis: #a830e8; + --display-plum-borderColor-emphasis: #961edc; --display-red-bgColor-muted: #ffe2e0; - --display-red-bgColor-emphasis: #df0c24; - --display-red-fgColor: #c50d28; + --display-red-bgColor-emphasis: #a60c29; + --display-red-fgColor: #880c27; --display-red-borderColor-muted: #fecdcd; - --display-red-borderColor-emphasis: #df0c24; + --display-red-borderColor-emphasis: #c50d28; --display-coral-bgColor-muted: #ffe5db; - --display-coral-bgColor-emphasis: #d43511; - --display-coral-fgColor: #ba2e12; + --display-coral-bgColor-emphasis: #9b2712; + --display-coral-fgColor: #7e2011; --display-coral-borderColor-muted: #fecebe; - --display-coral-borderColor-emphasis: #d43511; + --display-coral-borderColor-emphasis: #ba2e12; --display-yellow-bgColor-muted: #ffec9e; - --display-yellow-bgColor-emphasis: #946a00; - --display-yellow-fgColor: #805900; + --display-yellow-bgColor-emphasis: #704d00; + --display-yellow-fgColor: #5c3d00; --display-yellow-borderColor-muted: #ffd642; - --display-yellow-borderColor-emphasis: #946a00; + --display-yellow-borderColor-emphasis: #805900; --display-gray-bgColor-muted: #e8ecf2; - --display-gray-bgColor-emphasis: #647182; - --display-gray-fgColor: #5c6570; + --display-gray-bgColor-emphasis: #4e535a; + --display-gray-fgColor: #424448; --display-gray-borderColor-muted: #d2dae4; - --display-gray-borderColor-emphasis: #647182; + --display-gray-borderColor-emphasis: #5c6570; --display-auburn-bgColor-muted: #f2e9e9; - --display-auburn-bgColor-emphasis: #9d615c; - --display-auburn-fgColor: #8a5551; + --display-auburn-bgColor-emphasis: #744744; + --display-auburn-fgColor: #5d3937; --display-auburn-borderColor-muted: #e6d6d5; - --display-auburn-borderColor-emphasis: #9d615c; + --display-auburn-borderColor-emphasis: #8a5551; --display-brown-bgColor-muted: #eeeae2; - --display-brown-bgColor-emphasis: #856d4c; - --display-brown-fgColor: #755f43; + --display-brown-bgColor-emphasis: #64513a; + --display-brown-fgColor: #51412f; --display-brown-borderColor-muted: #dfd7c8; - --display-brown-borderColor-emphasis: #856d4c; + --display-brown-borderColor-emphasis: #755f43; --display-lemon-bgColor-muted: #f7eea1; - --display-lemon-bgColor-emphasis: #866e04; - --display-lemon-fgColor: #786002; + --display-lemon-bgColor-emphasis: #654f01; + --display-lemon-fgColor: #523f00; --display-lemon-borderColor-muted: #f0db3d; - --display-lemon-borderColor-emphasis: #866e04; + --display-lemon-borderColor-emphasis: #786002; --display-olive-bgColor-muted: #f0f0ad; - --display-olive-bgColor-emphasis: #64762d; - --display-olive-fgColor: #56682c; + --display-olive-bgColor-emphasis: #495a2b; + --display-olive-fgColor: #3b4927; --display-olive-borderColor-muted: #dbe170; - --display-olive-borderColor-emphasis: #64762d; + --display-olive-borderColor-emphasis: #56682c; --display-lime-bgColor-muted: #e3f2b5; - --display-lime-bgColor-emphasis: #527a29; - --display-lime-fgColor: #476c28; + --display-lime-bgColor-emphasis: #3a5b25; + --display-lime-fgColor: #2f4a21; --display-lime-borderColor-muted: #c7e580; - --display-lime-borderColor-emphasis: #527a29; + --display-lime-borderColor-emphasis: #476c28; --display-pine-bgColor-muted: #bff8db; - --display-pine-bgColor-emphasis: #167e53; - --display-pine-fgColor: #156f4b; + --display-pine-bgColor-emphasis: #135d41; + --display-pine-fgColor: #114b36; --display-pine-borderColor-muted: #80efb9; - --display-pine-borderColor-emphasis: #167e53; + --display-pine-borderColor-emphasis: #156f4b; --display-teal-bgColor-muted: #c7f5ef; - --display-teal-bgColor-emphasis: #127e81; - --display-teal-fgColor: #106e75; + --display-teal-bgColor-emphasis: #0d5b63; + --display-teal-fgColor: #0a4852; --display-teal-borderColor-muted: #89ebe1; - --display-teal-borderColor-emphasis: #127e81; + --display-teal-borderColor-emphasis: #106e75; --display-cyan-bgColor-muted: #bdf4ff; - --display-cyan-bgColor-emphasis: #007b94; - --display-cyan-fgColor: #006a80; + --display-cyan-bgColor-emphasis: #00596b; + --display-cyan-fgColor: #004857; --display-cyan-borderColor-muted: #7ae9ff; - --display-cyan-borderColor-emphasis: #007b94; + --display-cyan-borderColor-emphasis: #006a80; --display-indigo-bgColor-muted: #e5e9ff; - --display-indigo-bgColor-emphasis: #5a61e7; - --display-indigo-fgColor: #494edf; + --display-indigo-bgColor-emphasis: #393cd5; + --display-indigo-fgColor: #2d2db4; --display-indigo-borderColor-muted: #d2d7fe; - --display-indigo-borderColor-emphasis: #5a61e7; + --display-indigo-borderColor-emphasis: #494edf; --display-pink-bgColor-muted: #ffe5f1; - --display-pink-bgColor-emphasis: #ce2c85; - --display-pink-fgColor: #b12f79; + --display-pink-bgColor-emphasis: #8e2e66; + --display-pink-fgColor: #6e2b53; --display-pink-borderColor-muted: #fdc9e2; - --display-pink-borderColor-emphasis: #ce2c85; + --display-pink-borderColor-emphasis: #b12f79; --avatar-bgColor: #ffffff; --avatar-borderColor: #010409e6; --avatar-shadow: 0px 0px 0px 2px #ffffffcc; @@ -168,7 +168,7 @@ --control-bgColor-disabled: #ced5dcb3; --control-bgColor-selected: #acb6c0; --control-fgColor-rest: #0e1116; - --control-fgColor-placeholder: #616a75; + --control-fgColor-placeholder: #464e58; --control-fgColor-disabled: #66707b; --control-borderColor-rest: #20252c; --control-borderColor-emphasis: #20252c; @@ -279,8 +279,8 @@ --button-inactive-fgColor: #4b535d; --button-inactive-bgColor: #e7ecf0; --button-star-iconColor: #d5a824; - --buttonCounter-default-bgColor-rest: #66707b33; - --buttonCounter-invisible-bgColor-rest: #66707b33; + --buttonCounter-default-bgColor-rest: #4b535d33; + --buttonCounter-invisible-bgColor-rest: #4b535d33; --buttonCounter-primary-bgColor-rest: #00230b33; --buttonCounter-outline-bgColor-rest: #0349b41a; --buttonCounter-outline-bgColor-hover: #ffffff33; @@ -436,17 +436,17 @@ --fgColor-black: #010409; --fgColor-disabled: #66707b; --fgColor-link: #023b95; - --fgColor-neutral: #66707b; + --fgColor-neutral: #343b43; --fgColor-accent: #023b95; - --fgColor-success: #08856c; - --fgColor-attention: #744500; - --fgColor-severe: #873800; + --fgColor-success: #024c1a; + --fgColor-open: #024c1a; + --fgColor-attention: #603700; + --fgColor-severe: #702c00; --fgColor-danger: #8a071e; - --fgColor-open: #08856c; --fgColor-closed: #8a071e; - --fgColor-done: #622cbc; - --fgColor-upsell: #622cbc; - --fgColor-sponsors: #971368; + --fgColor-done: #512598; + --fgColor-upsell: #512598; + --fgColor-sponsors: #7d0c57; --bgColor-default: #ffffff; --bgColor-muted: #e7ecf0; --bgColor-inset: #ffffff; @@ -457,19 +457,19 @@ --bgColor-disabled: #ced5dcb3; --bgColor-transparent: #ffffff00; --bgColor-neutral-muted: #e7ecf0; - --bgColor-neutral-emphasis: #66707b; + --bgColor-neutral-emphasis: #4b535d; --bgColor-accent-muted: #dff7ff; --bgColor-accent-emphasis: #0349b4; - --bgColor-success-muted: #f3f8f6; + --bgColor-success-muted: #d2fedb; --bgColor-success-emphasis: #055d20; + --bgColor-open-muted: #d2fedb; + --bgColor-open-emphasis: #055d20; --bgColor-attention-muted: #fcf7be; --bgColor-attention-emphasis: #744500; --bgColor-severe-muted: #fff2d5; --bgColor-severe-emphasis: #873800; --bgColor-danger-muted: #fff0ee; --bgColor-danger-emphasis: #a0111f; - --bgColor-open-muted: #f3f8f6; - --bgColor-open-emphasis: #055d20; --bgColor-closed-muted: #fff0ee; --bgColor-closed-emphasis: #a0111f; --bgColor-done-muted: #faf0fe; @@ -490,14 +490,14 @@ --borderColor-accent-emphasis: #0349b4; --borderColor-success-muted: #26a148; --borderColor-success-emphasis: #055d20; + --borderColor-open-muted: #26a148; + --borderColor-open-emphasis: #055d20; --borderColor-attention-muted: #b58407; --borderColor-attention-emphasis: #744500; --borderColor-severe-muted: #dc6d1a; --borderColor-severe-emphasis: #873800; --borderColor-danger-muted: #ee5a5d; --borderColor-danger-emphasis: #a0111f; - --borderColor-open-muted: #26a148; - --borderColor-open-emphasis: #055d20; --borderColor-closed-muted: #ee5a5d66; --borderColor-closed-emphasis: #a0111f; --borderColor-done-muted: #a371f7; @@ -627,100 +627,100 @@ --data-gray-color: #808fa3; --data-gray-color-muted: #e8ecf2; --display-blue-bgColor-muted: #d1f0ff; - --display-blue-bgColor-emphasis: #006edb; - --display-blue-fgColor: #005fcc; + --display-blue-bgColor-emphasis: #004db3; + --display-blue-fgColor: #003d99; --display-blue-borderColor-muted: #ade1ff; - --display-blue-borderColor-emphasis: #006edb; + --display-blue-borderColor-emphasis: #005fcc; --display-green-bgColor-muted: #caf7ca; - --display-green-bgColor-emphasis: #2c8141; - --display-green-fgColor: #2b6e3f; + --display-green-bgColor-emphasis: #285c3b; + --display-green-fgColor: #254b34; --display-green-borderColor-muted: #9ceda0; - --display-green-borderColor-emphasis: #2c8141; + --display-green-borderColor-emphasis: #2b6e3f; --display-orange-bgColor-muted: #ffe7d1; - --display-orange-bgColor-emphasis: #b8500f; - --display-orange-fgColor: #a24610; + --display-orange-bgColor-emphasis: #8d3c11; + --display-orange-fgColor: #70300f; --display-orange-borderColor-muted: #fecfaa; - --display-orange-borderColor-emphasis: #b8500f; + --display-orange-borderColor-emphasis: #a24610; --display-purple-bgColor-muted: #f1e5ff; - --display-purple-bgColor-emphasis: #894ceb; - --display-purple-fgColor: #783ae4; + --display-purple-bgColor-emphasis: #6223d7; + --display-purple-fgColor: #4f21ab; --display-purple-borderColor-muted: #e6d2fe; - --display-purple-borderColor-emphasis: #894ceb; + --display-purple-borderColor-emphasis: #783ae4; --display-plum-bgColor-muted: #f8e5ff; - --display-plum-bgColor-emphasis: #a830e8; - --display-plum-fgColor: #961edc; + --display-plum-bgColor-emphasis: #7d1eb8; + --display-plum-fgColor: #651d96; --display-plum-borderColor-muted: #f0cdfe; - --display-plum-borderColor-emphasis: #a830e8; + --display-plum-borderColor-emphasis: #961edc; --display-red-bgColor-muted: #ffe2e0; - --display-red-bgColor-emphasis: #df0c24; - --display-red-fgColor: #c50d28; + --display-red-bgColor-emphasis: #a60c29; + --display-red-fgColor: #880c27; --display-red-borderColor-muted: #fecdcd; - --display-red-borderColor-emphasis: #df0c24; + --display-red-borderColor-emphasis: #c50d28; --display-coral-bgColor-muted: #ffe5db; - --display-coral-bgColor-emphasis: #d43511; - --display-coral-fgColor: #ba2e12; + --display-coral-bgColor-emphasis: #9b2712; + --display-coral-fgColor: #7e2011; --display-coral-borderColor-muted: #fecebe; - --display-coral-borderColor-emphasis: #d43511; + --display-coral-borderColor-emphasis: #ba2e12; --display-yellow-bgColor-muted: #ffec9e; - --display-yellow-bgColor-emphasis: #946a00; - --display-yellow-fgColor: #805900; + --display-yellow-bgColor-emphasis: #704d00; + --display-yellow-fgColor: #5c3d00; --display-yellow-borderColor-muted: #ffd642; - --display-yellow-borderColor-emphasis: #946a00; + --display-yellow-borderColor-emphasis: #805900; --display-gray-bgColor-muted: #e8ecf2; - --display-gray-bgColor-emphasis: #647182; - --display-gray-fgColor: #5c6570; + --display-gray-bgColor-emphasis: #4e535a; + --display-gray-fgColor: #424448; --display-gray-borderColor-muted: #d2dae4; - --display-gray-borderColor-emphasis: #647182; + --display-gray-borderColor-emphasis: #5c6570; --display-auburn-bgColor-muted: #f2e9e9; - --display-auburn-bgColor-emphasis: #9d615c; - --display-auburn-fgColor: #8a5551; + --display-auburn-bgColor-emphasis: #744744; + --display-auburn-fgColor: #5d3937; --display-auburn-borderColor-muted: #e6d6d5; - --display-auburn-borderColor-emphasis: #9d615c; + --display-auburn-borderColor-emphasis: #8a5551; --display-brown-bgColor-muted: #eeeae2; - --display-brown-bgColor-emphasis: #856d4c; - --display-brown-fgColor: #755f43; + --display-brown-bgColor-emphasis: #64513a; + --display-brown-fgColor: #51412f; --display-brown-borderColor-muted: #dfd7c8; - --display-brown-borderColor-emphasis: #856d4c; + --display-brown-borderColor-emphasis: #755f43; --display-lemon-bgColor-muted: #f7eea1; - --display-lemon-bgColor-emphasis: #866e04; - --display-lemon-fgColor: #786002; + --display-lemon-bgColor-emphasis: #654f01; + --display-lemon-fgColor: #523f00; --display-lemon-borderColor-muted: #f0db3d; - --display-lemon-borderColor-emphasis: #866e04; + --display-lemon-borderColor-emphasis: #786002; --display-olive-bgColor-muted: #f0f0ad; - --display-olive-bgColor-emphasis: #64762d; - --display-olive-fgColor: #56682c; + --display-olive-bgColor-emphasis: #495a2b; + --display-olive-fgColor: #3b4927; --display-olive-borderColor-muted: #dbe170; - --display-olive-borderColor-emphasis: #64762d; + --display-olive-borderColor-emphasis: #56682c; --display-lime-bgColor-muted: #e3f2b5; - --display-lime-bgColor-emphasis: #527a29; - --display-lime-fgColor: #476c28; + --display-lime-bgColor-emphasis: #3a5b25; + --display-lime-fgColor: #2f4a21; --display-lime-borderColor-muted: #c7e580; - --display-lime-borderColor-emphasis: #527a29; + --display-lime-borderColor-emphasis: #476c28; --display-pine-bgColor-muted: #bff8db; - --display-pine-bgColor-emphasis: #167e53; - --display-pine-fgColor: #156f4b; + --display-pine-bgColor-emphasis: #135d41; + --display-pine-fgColor: #114b36; --display-pine-borderColor-muted: #80efb9; - --display-pine-borderColor-emphasis: #167e53; + --display-pine-borderColor-emphasis: #156f4b; --display-teal-bgColor-muted: #c7f5ef; - --display-teal-bgColor-emphasis: #127e81; - --display-teal-fgColor: #106e75; + --display-teal-bgColor-emphasis: #0d5b63; + --display-teal-fgColor: #0a4852; --display-teal-borderColor-muted: #89ebe1; - --display-teal-borderColor-emphasis: #127e81; + --display-teal-borderColor-emphasis: #106e75; --display-cyan-bgColor-muted: #bdf4ff; - --display-cyan-bgColor-emphasis: #007b94; - --display-cyan-fgColor: #006a80; + --display-cyan-bgColor-emphasis: #00596b; + --display-cyan-fgColor: #004857; --display-cyan-borderColor-muted: #7ae9ff; - --display-cyan-borderColor-emphasis: #007b94; + --display-cyan-borderColor-emphasis: #006a80; --display-indigo-bgColor-muted: #e5e9ff; - --display-indigo-bgColor-emphasis: #5a61e7; - --display-indigo-fgColor: #494edf; + --display-indigo-bgColor-emphasis: #393cd5; + --display-indigo-fgColor: #2d2db4; --display-indigo-borderColor-muted: #d2d7fe; - --display-indigo-borderColor-emphasis: #5a61e7; + --display-indigo-borderColor-emphasis: #494edf; --display-pink-bgColor-muted: #ffe5f1; - --display-pink-bgColor-emphasis: #ce2c85; - --display-pink-fgColor: #b12f79; + --display-pink-bgColor-emphasis: #8e2e66; + --display-pink-fgColor: #6e2b53; --display-pink-borderColor-muted: #fdc9e2; - --display-pink-borderColor-emphasis: #ce2c85; + --display-pink-borderColor-emphasis: #b12f79; --avatar-bgColor: #ffffff; --avatar-borderColor: #010409e6; --avatar-shadow: 0px 0px 0px 2px #ffffffcc; @@ -732,7 +732,7 @@ --control-bgColor-disabled: #ced5dcb3; --control-bgColor-selected: #acb6c0; --control-fgColor-rest: #0e1116; - --control-fgColor-placeholder: #616a75; + --control-fgColor-placeholder: #464e58; --control-fgColor-disabled: #66707b; --control-borderColor-rest: #20252c; --control-borderColor-emphasis: #20252c; @@ -843,8 +843,8 @@ --button-inactive-fgColor: #4b535d; --button-inactive-bgColor: #e7ecf0; --button-star-iconColor: #d5a824; - --buttonCounter-default-bgColor-rest: #66707b33; - --buttonCounter-invisible-bgColor-rest: #66707b33; + --buttonCounter-default-bgColor-rest: #4b535d33; + --buttonCounter-invisible-bgColor-rest: #4b535d33; --buttonCounter-primary-bgColor-rest: #00230b33; --buttonCounter-outline-bgColor-rest: #0349b41a; --buttonCounter-outline-bgColor-hover: #ffffff33; @@ -1000,17 +1000,17 @@ --fgColor-black: #010409; --fgColor-disabled: #66707b; --fgColor-link: #023b95; - --fgColor-neutral: #66707b; + --fgColor-neutral: #343b43; --fgColor-accent: #023b95; - --fgColor-success: #08856c; - --fgColor-attention: #744500; - --fgColor-severe: #873800; + --fgColor-success: #024c1a; + --fgColor-open: #024c1a; + --fgColor-attention: #603700; + --fgColor-severe: #702c00; --fgColor-danger: #8a071e; - --fgColor-open: #08856c; --fgColor-closed: #8a071e; - --fgColor-done: #622cbc; - --fgColor-upsell: #622cbc; - --fgColor-sponsors: #971368; + --fgColor-done: #512598; + --fgColor-upsell: #512598; + --fgColor-sponsors: #7d0c57; --bgColor-default: #ffffff; --bgColor-muted: #e7ecf0; --bgColor-inset: #ffffff; @@ -1021,19 +1021,19 @@ --bgColor-disabled: #ced5dcb3; --bgColor-transparent: #ffffff00; --bgColor-neutral-muted: #e7ecf0; - --bgColor-neutral-emphasis: #66707b; + --bgColor-neutral-emphasis: #4b535d; --bgColor-accent-muted: #dff7ff; --bgColor-accent-emphasis: #0349b4; - --bgColor-success-muted: #f3f8f6; + --bgColor-success-muted: #d2fedb; --bgColor-success-emphasis: #055d20; + --bgColor-open-muted: #d2fedb; + --bgColor-open-emphasis: #055d20; --bgColor-attention-muted: #fcf7be; --bgColor-attention-emphasis: #744500; --bgColor-severe-muted: #fff2d5; --bgColor-severe-emphasis: #873800; --bgColor-danger-muted: #fff0ee; --bgColor-danger-emphasis: #a0111f; - --bgColor-open-muted: #f3f8f6; - --bgColor-open-emphasis: #055d20; --bgColor-closed-muted: #fff0ee; --bgColor-closed-emphasis: #a0111f; --bgColor-done-muted: #faf0fe; @@ -1054,14 +1054,14 @@ --borderColor-accent-emphasis: #0349b4; --borderColor-success-muted: #26a148; --borderColor-success-emphasis: #055d20; + --borderColor-open-muted: #26a148; + --borderColor-open-emphasis: #055d20; --borderColor-attention-muted: #b58407; --borderColor-attention-emphasis: #744500; --borderColor-severe-muted: #dc6d1a; --borderColor-severe-emphasis: #873800; --borderColor-danger-muted: #ee5a5d; --borderColor-danger-emphasis: #a0111f; - --borderColor-open-muted: #26a148; - --borderColor-open-emphasis: #055d20; --borderColor-closed-muted: #ee5a5d66; --borderColor-closed-emphasis: #a0111f; --borderColor-done-muted: #a371f7; diff --git a/dist/css/functional/themes/light-tritanopia.css b/dist/css/functional/themes/light-tritanopia.css index db986cdf2..96444f4f6 100644 --- a/dist/css/functional/themes/light-tritanopia.css +++ b/dist/css/functional/themes/light-tritanopia.css @@ -174,7 +174,7 @@ --control-borderColor-emphasis: #868f99; --control-borderColor-disabled: #eaeef2b3; --control-borderColor-selected: #f6f8fa; - --control-borderColor-success: #218bff; + --control-borderColor-success: #0969da; --control-borderColor-danger: #cf222e; --control-borderColor-warning: #bf8700; --control-iconColor-rest: #636c76; @@ -229,9 +229,9 @@ --button-primary-fgColor-rest: #ffffff; --button-primary-fgColor-disabled: #ffffffcc; --button-primary-iconColor-rest: #ffffffcc; - --button-primary-bgColor-rest: #0f72e3; - --button-primary-bgColor-hover: #0d6bd8; - --button-primary-bgColor-active: #0b64ce; + --button-primary-bgColor-rest: #0969da; + --button-primary-bgColor-hover: #0864d1; + --button-primary-bgColor-active: #075fc8; --button-primary-bgColor-disabled: #92caff; --button-primary-borderColor-rest: #1f232826; --button-primary-borderColor-hover: #1f232826; @@ -436,13 +436,13 @@ --fgColor-black: #1f2328; --fgColor-disabled: #8c959f; --fgColor-link: #0969da; - --fgColor-neutral: #6e7781; + --fgColor-neutral: #57606a; --fgColor-accent: #0969da; --fgColor-success: #0969da; + --fgColor-open: #cf222e; --fgColor-attention: #9a6700; --fgColor-severe: #cf222e; --fgColor-danger: #d1242f; - --fgColor-open: #cf222e; --fgColor-closed: #6e7781; --fgColor-done: #8250df; --fgColor-upsell: #8250df; @@ -461,15 +461,15 @@ --bgColor-accent-muted: #ddf4ff; --bgColor-accent-emphasis: #0969da; --bgColor-success-muted: #ddf4ff; - --bgColor-success-emphasis: #0f72e3; + --bgColor-success-emphasis: #0969da; + --bgColor-open-muted: #ffebe9; + --bgColor-open-emphasis: #cf222e; --bgColor-attention-muted: #fff8c5; --bgColor-attention-emphasis: #9a6700; --bgColor-severe-muted: #ffebe9; --bgColor-severe-emphasis: #cf222e; --bgColor-danger-muted: #ffebe9; --bgColor-danger-emphasis: #cf222e; - --bgColor-open-muted: #ffebe9; - --bgColor-open-emphasis: #cf222e; --bgColor-closed-muted: #f6f8fa; --bgColor-closed-emphasis: #6e7781; --bgColor-done-muted: #fbefff; @@ -489,15 +489,15 @@ --borderColor-accent-muted: #54aeff66; --borderColor-accent-emphasis: #0969da; --borderColor-success-muted: #54aeff66; - --borderColor-success-emphasis: #218bff; + --borderColor-success-emphasis: #0969da; + --borderColor-open-muted: #ff818266; + --borderColor-open-emphasis: #cf222e; --borderColor-attention-muted: #d4a72c66; --borderColor-attention-emphasis: #bf8700; --borderColor-severe-muted: #ff818266; --borderColor-severe-emphasis: #cf222e; --borderColor-danger-muted: #ff818266; --borderColor-danger-emphasis: #cf222e; - --borderColor-open-muted: #ff818266; - --borderColor-open-emphasis: #cf222e; --borderColor-closed-muted: #afb8c166; --borderColor-closed-emphasis: #6e7781; --borderColor-done-muted: #c297ff66; @@ -738,7 +738,7 @@ --control-borderColor-emphasis: #868f99; --control-borderColor-disabled: #eaeef2b3; --control-borderColor-selected: #f6f8fa; - --control-borderColor-success: #218bff; + --control-borderColor-success: #0969da; --control-borderColor-danger: #cf222e; --control-borderColor-warning: #bf8700; --control-iconColor-rest: #636c76; @@ -793,9 +793,9 @@ --button-primary-fgColor-rest: #ffffff; --button-primary-fgColor-disabled: #ffffffcc; --button-primary-iconColor-rest: #ffffffcc; - --button-primary-bgColor-rest: #0f72e3; - --button-primary-bgColor-hover: #0d6bd8; - --button-primary-bgColor-active: #0b64ce; + --button-primary-bgColor-rest: #0969da; + --button-primary-bgColor-hover: #0864d1; + --button-primary-bgColor-active: #075fc8; --button-primary-bgColor-disabled: #92caff; --button-primary-borderColor-rest: #1f232826; --button-primary-borderColor-hover: #1f232826; @@ -1000,13 +1000,13 @@ --fgColor-black: #1f2328; --fgColor-disabled: #8c959f; --fgColor-link: #0969da; - --fgColor-neutral: #6e7781; + --fgColor-neutral: #57606a; --fgColor-accent: #0969da; --fgColor-success: #0969da; + --fgColor-open: #cf222e; --fgColor-attention: #9a6700; --fgColor-severe: #cf222e; --fgColor-danger: #d1242f; - --fgColor-open: #cf222e; --fgColor-closed: #6e7781; --fgColor-done: #8250df; --fgColor-upsell: #8250df; @@ -1025,15 +1025,15 @@ --bgColor-accent-muted: #ddf4ff; --bgColor-accent-emphasis: #0969da; --bgColor-success-muted: #ddf4ff; - --bgColor-success-emphasis: #0f72e3; + --bgColor-success-emphasis: #0969da; + --bgColor-open-muted: #ffebe9; + --bgColor-open-emphasis: #cf222e; --bgColor-attention-muted: #fff8c5; --bgColor-attention-emphasis: #9a6700; --bgColor-severe-muted: #ffebe9; --bgColor-severe-emphasis: #cf222e; --bgColor-danger-muted: #ffebe9; --bgColor-danger-emphasis: #cf222e; - --bgColor-open-muted: #ffebe9; - --bgColor-open-emphasis: #cf222e; --bgColor-closed-muted: #f6f8fa; --bgColor-closed-emphasis: #6e7781; --bgColor-done-muted: #fbefff; @@ -1053,15 +1053,15 @@ --borderColor-accent-muted: #54aeff66; --borderColor-accent-emphasis: #0969da; --borderColor-success-muted: #54aeff66; - --borderColor-success-emphasis: #218bff; + --borderColor-success-emphasis: #0969da; + --borderColor-open-muted: #ff818266; + --borderColor-open-emphasis: #cf222e; --borderColor-attention-muted: #d4a72c66; --borderColor-attention-emphasis: #bf8700; --borderColor-severe-muted: #ff818266; --borderColor-severe-emphasis: #cf222e; --borderColor-danger-muted: #ff818266; --borderColor-danger-emphasis: #cf222e; - --borderColor-open-muted: #ff818266; - --borderColor-open-emphasis: #cf222e; --borderColor-closed-muted: #afb8c166; --borderColor-closed-emphasis: #6e7781; --borderColor-done-muted: #c297ff66; diff --git a/dist/css/functional/themes/light.css b/dist/css/functional/themes/light.css index 3f7e8dffd..c2e9baf13 100644 --- a/dist/css/functional/themes/light.css +++ b/dist/css/functional/themes/light.css @@ -436,13 +436,13 @@ --fgColor-black: #1f2328; --fgColor-disabled: #8c959f; --fgColor-link: #0969da; - --fgColor-neutral: #6e7781; + --fgColor-neutral: #57606a; --fgColor-accent: #0969da; - --fgColor-success: #08856c; + --fgColor-success: #1a7f37; + --fgColor-open: #1a7f37; --fgColor-attention: #9a6700; --fgColor-severe: #bc4c00; --fgColor-danger: #d1242f; - --fgColor-open: #08856c; --fgColor-closed: #d1242f; --fgColor-done: #8250df; --fgColor-upsell: #8250df; @@ -460,16 +460,16 @@ --bgColor-neutral-emphasis: #6e7781; --bgColor-accent-muted: #ddf4ff; --bgColor-accent-emphasis: #0969da; - --bgColor-success-muted: #f3f8f6; + --bgColor-success-muted: #dafbe1; --bgColor-success-emphasis: #1c8e75; + --bgColor-open-muted: #dafbe1; + --bgColor-open-emphasis: #1c8e75; --bgColor-attention-muted: #fff8c5; --bgColor-attention-emphasis: #9a6700; --bgColor-severe-muted: #fff1e5; --bgColor-severe-emphasis: #bc4c00; --bgColor-danger-muted: #ffebe9; --bgColor-danger-emphasis: #cf222e; - --bgColor-open-muted: #f3f8f6; - --bgColor-open-emphasis: #1c8e75; --bgColor-closed-muted: #ffebe9; --bgColor-closed-emphasis: #cf222e; --bgColor-done-muted: #fbefff; @@ -490,14 +490,14 @@ --borderColor-accent-emphasis: #0969da; --borderColor-success-muted: #94c5b666; --borderColor-success-emphasis: #08856c; + --borderColor-open-muted: #94c5b666; + --borderColor-open-emphasis: #08856c; --borderColor-attention-muted: #d4a72c66; --borderColor-attention-emphasis: #bf8700; --borderColor-severe-muted: #fb8f4466; --borderColor-severe-emphasis: #bc4c00; --borderColor-danger-muted: #ff818266; --borderColor-danger-emphasis: #cf222e; - --borderColor-open-muted: #94c5b666; - --borderColor-open-emphasis: #08856c; --borderColor-closed-muted: #ff818266; --borderColor-closed-emphasis: #cf222e; --borderColor-done-muted: #c297ff66; @@ -1000,13 +1000,13 @@ --fgColor-black: #1f2328; --fgColor-disabled: #8c959f; --fgColor-link: #0969da; - --fgColor-neutral: #6e7781; + --fgColor-neutral: #57606a; --fgColor-accent: #0969da; - --fgColor-success: #08856c; + --fgColor-success: #1a7f37; + --fgColor-open: #1a7f37; --fgColor-attention: #9a6700; --fgColor-severe: #bc4c00; --fgColor-danger: #d1242f; - --fgColor-open: #08856c; --fgColor-closed: #d1242f; --fgColor-done: #8250df; --fgColor-upsell: #8250df; @@ -1024,16 +1024,16 @@ --bgColor-neutral-emphasis: #6e7781; --bgColor-accent-muted: #ddf4ff; --bgColor-accent-emphasis: #0969da; - --bgColor-success-muted: #f3f8f6; + --bgColor-success-muted: #dafbe1; --bgColor-success-emphasis: #1c8e75; + --bgColor-open-muted: #dafbe1; + --bgColor-open-emphasis: #1c8e75; --bgColor-attention-muted: #fff8c5; --bgColor-attention-emphasis: #9a6700; --bgColor-severe-muted: #fff1e5; --bgColor-severe-emphasis: #bc4c00; --bgColor-danger-muted: #ffebe9; --bgColor-danger-emphasis: #cf222e; - --bgColor-open-muted: #f3f8f6; - --bgColor-open-emphasis: #1c8e75; --bgColor-closed-muted: #ffebe9; --bgColor-closed-emphasis: #cf222e; --bgColor-done-muted: #fbefff; @@ -1054,14 +1054,14 @@ --borderColor-accent-emphasis: #0969da; --borderColor-success-muted: #94c5b666; --borderColor-success-emphasis: #08856c; + --borderColor-open-muted: #94c5b666; + --borderColor-open-emphasis: #08856c; --borderColor-attention-muted: #d4a72c66; --borderColor-attention-emphasis: #bf8700; --borderColor-severe-muted: #fb8f4466; --borderColor-severe-emphasis: #bc4c00; --borderColor-danger-muted: #ff818266; --borderColor-danger-emphasis: #cf222e; - --borderColor-open-muted: #94c5b666; - --borderColor-open-emphasis: #08856c; --borderColor-closed-muted: #ff818266; --borderColor-closed-emphasis: #cf222e; --borderColor-done-muted: #c297ff66; diff --git a/dist/docs/functional/themes/dark-colorblind.json b/dist/docs/functional/themes/dark-colorblind.json index f8e4b193d..cd9550d6c 100644 --- a/dist/docs/functional/themes/dark-colorblind.json +++ b/dist/docs/functional/themes/dark-colorblind.json @@ -5418,7 +5418,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7014,7 +7014,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7479,7 +7479,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7722,7 +7722,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7810,7 +7810,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7840,7 +7840,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8478,7 +8478,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8601,7 +8601,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8660,7 +8660,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8760,7 +8760,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12785,7 +12785,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12801,10 +12801,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#6e7681", + "value": "#b1bac4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12817,7 +12817,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.neutral.4}", + "value": "{base.color.neutral.2}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12830,7 +12830,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#4493f8", @@ -12873,7 +12873,7 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { "value": "#58a6ff", @@ -12908,10 +12908,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#d29922", + "fgColor-open": { + "value": "#f0883e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12920,14 +12920,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{base.color.orange.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12936,17 +12936,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#db6d28", + "fgColor-attention": { + "value": "#d29922", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12955,14 +12955,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12971,16 +12971,16 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { + "fgColor-severe": { "value": "#db6d28", "$type": "color", "$extensions": { @@ -12990,11 +12990,11 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.orange.4}", @@ -13006,17 +13006,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#f0883e", + "fgColor-danger": { + "value": "#db6d28", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13025,14 +13025,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.orange.3}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13041,14 +13041,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#8b949e", @@ -13083,7 +13083,7 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { "value": "#ab7df8", @@ -13118,7 +13118,7 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { "value": "#ab7df8", @@ -13137,7 +13137,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13153,7 +13153,7 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { "value": "#db61a2", @@ -13188,7 +13188,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#0d1117", @@ -13687,8 +13687,8 @@ "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#bb800926", + "bgColor-open-muted": { + "value": "#db6d2866", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13697,15 +13697,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, - "alpha": 0.15, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.4, + "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13714,18 +13714,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, - "alpha": 0.15 + "alpha": 0.4 }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#9e6a03", + "bgColor-open-emphasis": { + "value": "#bd561d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13734,14 +13734,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13750,17 +13750,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#db6d281a", + "bgColor-attention-muted": { + "value": "#bb800926", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13769,15 +13769,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1, + "alpha": 0.15, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13786,18 +13786,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1 + "alpha": 0.15 }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#bd561d", + "bgColor-attention-emphasis": { + "value": "#9e6a03", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13806,14 +13806,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13822,16 +13822,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { + "bgColor-severe-muted": { "value": "#db6d281a", "$type": "color", "$extensions": { @@ -13841,12 +13841,12 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.orange.4}", @@ -13858,17 +13858,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "alpha": 0.1 }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { + "bgColor-severe-emphasis": { "value": "#bd561d", "$type": "color", "$extensions": { @@ -13878,11 +13878,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.orange.5}", @@ -13894,17 +13894,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { - "value": "#db6d2866", + "bgColor-danger-muted": { + "value": "#db6d281a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13913,11 +13913,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, - "alpha": 0.4, + "alpha": 0.1, "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { @@ -13930,17 +13930,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, - "alpha": 0.4 + "alpha": 0.1 }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { + "bgColor-danger-emphasis": { "value": "#bd561d", "$type": "color", "$extensions": { @@ -13950,7 +13950,7 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, @@ -13966,14 +13966,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { "value": "#6e768166", @@ -14137,7 +14137,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14173,7 +14173,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14657,8 +14657,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#bb800966", + "borderColor-open-muted": { + "value": "#db6d2866", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14667,15 +14667,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14684,18 +14684,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#9e6a03", + "borderColor-open-emphasis": { + "value": "#db6d28", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14704,14 +14704,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14720,17 +14720,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#db6d2866", + "borderColor-attention-muted": { + "value": "#bb800966", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14739,7 +14739,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, @@ -14747,7 +14747,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14756,18 +14756,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#bd561d", + "borderColor-attention-emphasis": { + "value": "#9e6a03", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14776,14 +14776,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14792,16 +14792,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { + "borderColor-severe-muted": { "value": "#db6d2866", "$type": "color", "$extensions": { @@ -14811,12 +14811,12 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.orange.4}", @@ -14828,17 +14828,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { + "borderColor-severe-emphasis": { "value": "#bd561d", "$type": "color", "$extensions": { @@ -14848,11 +14848,11 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.orange.5}", @@ -14864,16 +14864,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { + "borderColor-danger-muted": { "value": "#db6d2866", "$type": "color", "$extensions": { @@ -14883,13 +14883,13 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, + "alpha": 0.4, "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, - "alpha": 0.4, "original": { "value": "{base.color.orange.4}", "$type": "color", @@ -14900,18 +14900,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, "alpha": 0.4 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { - "value": "#db6d28", + "borderColor-danger-emphasis": { + "value": "#bd561d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14920,14 +14920,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14936,14 +14936,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#6e768166", @@ -15107,7 +15107,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15143,7 +15143,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/docs/functional/themes/dark-dimmed.json b/dist/docs/functional/themes/dark-dimmed.json index d0e53896d..b5eb1dd8e 100644 --- a/dist/docs/functional/themes/dark-dimmed.json +++ b/dist/docs/functional/themes/dark-dimmed.json @@ -5418,7 +5418,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7020,7 +7020,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7485,7 +7485,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7728,7 +7728,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7816,7 +7816,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7846,7 +7846,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8484,7 +8484,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8607,7 +8607,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8666,7 +8666,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8766,7 +8766,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12791,7 +12791,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12807,10 +12807,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#636e7b", + "value": "#909dab", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12823,7 +12823,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.neutral.4}", + "value": "{base.color.neutral.2}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12836,7 +12836,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#478be6", @@ -12879,7 +12879,7 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { "value": "#57ab5a", @@ -12914,10 +12914,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#c69026", + "fgColor-open": { + "value": "#57ab5a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12926,14 +12926,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{fgColor.success}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12942,17 +12942,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#cc6b2c", + "fgColor-attention": { + "value": "#c69026", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12961,14 +12961,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12977,17 +12977,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { - "value": "#e5534b", + "fgColor-severe": { + "value": "#cc6b2c", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12996,14 +12996,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13012,17 +13012,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#57ab5a", + "fgColor-danger": { + "value": "#e5534b", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13031,14 +13031,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{fgColor.success.@}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13047,14 +13047,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#e5534b", @@ -13073,7 +13073,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13089,7 +13089,7 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { "value": "#986ee2", @@ -13124,7 +13124,7 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { "value": "#986ee2", @@ -13143,7 +13143,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13159,7 +13159,7 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { "value": "#c96198", @@ -13194,7 +13194,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#22272e", @@ -13693,8 +13693,8 @@ "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#ae7c1426", + "bgColor-open-muted": { + "value": "#46954a26", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13703,7 +13703,7 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, @@ -13711,7 +13711,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{bgColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13720,18 +13720,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, "alpha": 0.15 }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#966600", + "bgColor-open-emphasis": { + "value": "#347d39", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13740,14 +13740,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{bgColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13756,17 +13756,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#cc6b2c1a", + "bgColor-attention-muted": { + "value": "#ae7c1426", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13775,15 +13775,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1, + "alpha": 0.15, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13792,18 +13792,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1 + "alpha": 0.15 }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#ae5622", + "bgColor-attention-emphasis": { + "value": "#966600", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13812,14 +13812,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13828,17 +13828,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { - "value": "#e5534b1a", + "bgColor-severe-muted": { + "value": "#cc6b2c1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13847,7 +13847,7 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, @@ -13855,7 +13855,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13864,18 +13864,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "alpha": 0.1 }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { - "value": "#c93c37", + "bgColor-severe-emphasis": { + "value": "#ae5622", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13884,14 +13884,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13900,17 +13900,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { - "value": "#46954a1a", + "bgColor-danger-muted": { + "value": "#e5534b1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13919,7 +13919,7 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, @@ -13927,7 +13927,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{bgColor.success.muted}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13936,18 +13936,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, "alpha": 0.1 }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { - "value": "#347d39", + "bgColor-danger-emphasis": { + "value": "#c93c37", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13956,14 +13956,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{bgColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13972,17 +13972,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { - "value": "#e5534b26", + "value": "#e5534b1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13995,11 +13995,11 @@ } } }, - "alpha": 0.15, + "alpha": 0.1, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{bgColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14012,7 +14012,7 @@ } } }, - "alpha": 0.15 + "alpha": 0.1 }, "name": "bgColor-closed-muted", "attributes": {}, @@ -14035,7 +14035,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{bgColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14143,7 +14143,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14179,7 +14179,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14663,8 +14663,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#ae7c1466", + "borderColor-open-muted": { + "value": "#46954a66", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14673,7 +14673,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, @@ -14681,7 +14681,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{borderColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14690,18 +14690,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#966600", + "borderColor-open-emphasis": { + "value": "#347d39", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14710,14 +14710,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{borderColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14726,17 +14726,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#cc6b2c66", + "borderColor-attention-muted": { + "value": "#ae7c1466", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14745,7 +14745,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, @@ -14753,7 +14753,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14762,18 +14762,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#ae5622", + "borderColor-attention-emphasis": { + "value": "#966600", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14782,14 +14782,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14798,17 +14798,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { - "value": "#e5534b66", + "borderColor-severe-muted": { + "value": "#cc6b2c66", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14817,7 +14817,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, @@ -14825,7 +14825,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14834,18 +14834,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { - "value": "#c93c37", + "borderColor-severe-emphasis": { + "value": "#ae5622", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14854,14 +14854,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14870,17 +14870,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { - "value": "#46954a66", + "borderColor-danger-muted": { + "value": "#e5534b66", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14889,14 +14889,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, + "alpha": 0.4, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{borderColor.success.muted}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14905,17 +14906,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } - } + }, + "alpha": 0.4 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { - "value": "#347d39", + "borderColor-danger-emphasis": { + "value": "#c93c37", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14924,14 +14926,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{borderColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14940,14 +14942,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#e5534b66", @@ -14967,7 +14969,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{borderColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15003,7 +15005,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{borderColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15111,7 +15113,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15147,7 +15149,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/docs/functional/themes/dark-high-contrast.json b/dist/docs/functional/themes/dark-high-contrast.json index 9174a52ce..545908a71 100644 --- a/dist/docs/functional/themes/dark-high-contrast.json +++ b/dist/docs/functional/themes/dark-high-contrast.json @@ -689,7 +689,7 @@ "path": ["codeMirror", "selection", "bgColor"] }, "codeMirror-activeline-bgColor": { - "value": "#9ea7b366", + "value": "#7a828e1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1795,7 +1795,7 @@ "path": ["display", "blue", "bgColor", "muted"] }, "display-blue-bgColor-emphasis": { - "value": "#005bd1", + "value": "#4da0ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1805,10 +1805,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.blue.4}", + "value": "{base.display.color.blue.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1824,7 +1824,7 @@ "path": ["display", "blue", "bgColor", "emphasis"] }, "display-blue-fgColor": { - "value": "#4da0ff", + "value": "#85c2ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1834,10 +1834,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.blue.6}", + "value": "{base.display.color.blue.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1882,7 +1882,7 @@ "path": ["display", "blue", "borderColor", "muted"] }, "display-blue-borderColor-emphasis": { - "value": "#0576ff", + "value": "#4da0ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1892,10 +1892,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.blue.5}", + "value": "{base.display.color.blue.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1940,7 +1940,7 @@ "path": ["display", "green", "bgColor", "muted"] }, "display-green-bgColor-emphasis": { - "value": "#2f6f37", + "value": "#41b445", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1950,10 +1950,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.green.4}", + "value": "{base.display.color.green.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1969,7 +1969,7 @@ "path": ["display", "green", "bgColor", "emphasis"] }, "display-green-fgColor": { - "value": "#41b445", + "value": "#75d36f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1979,10 +1979,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.green.6}", + "value": "{base.display.color.green.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2027,7 +2027,7 @@ "path": ["display", "green", "borderColor", "muted"] }, "display-green-borderColor-emphasis": { - "value": "#388f3f", + "value": "#41b445", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2037,10 +2037,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.green.5}", + "value": "{base.display.color.green.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2085,7 +2085,7 @@ "path": ["display", "orange", "bgColor", "muted"] }, "display-orange-bgColor-emphasis": { - "value": "#984b10", + "value": "#ed8326", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2095,10 +2095,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.orange.4}", + "value": "{base.display.color.orange.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2114,7 +2114,7 @@ "path": ["display", "orange", "bgColor", "emphasis"] }, "display-orange-fgColor": { - "value": "#ed8326", + "value": "#f6b06a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2124,10 +2124,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.orange.6}", + "value": "{base.display.color.orange.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2172,7 +2172,7 @@ "path": ["display", "orange", "borderColor", "muted"] }, "display-orange-borderColor-emphasis": { - "value": "#c46212", + "value": "#ed8326", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2182,10 +2182,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.orange.5}", + "value": "{base.display.color.orange.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2230,7 +2230,7 @@ "path": ["display", "purple", "bgColor", "muted"] }, "display-purple-bgColor-emphasis": { - "value": "#7730e8", + "value": "#b687f7", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2240,10 +2240,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.purple.4}", + "value": "{base.display.color.purple.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2259,7 +2259,7 @@ "path": ["display", "purple", "bgColor", "emphasis"] }, "display-purple-fgColor": { - "value": "#b687f7", + "value": "#d2affd", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2269,10 +2269,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.purple.6}", + "value": "{base.display.color.purple.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2317,7 +2317,7 @@ "path": ["display", "purple", "borderColor", "muted"] }, "display-purple-borderColor-emphasis": { - "value": "#975bf1", + "value": "#b687f7", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2327,10 +2327,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.purple.5}", + "value": "{base.display.color.purple.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2375,7 +2375,7 @@ "path": ["display", "plum", "bgColor", "muted"] }, "display-plum-bgColor-emphasis": { - "value": "#9518d8", + "value": "#d07ef7", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2385,10 +2385,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.plum.4}", + "value": "{base.display.color.plum.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2404,7 +2404,7 @@ "path": ["display", "plum", "bgColor", "emphasis"] }, "display-plum-fgColor": { - "value": "#d07ef7", + "value": "#e4a5fd", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2414,10 +2414,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.plum.6}", + "value": "{base.display.color.plum.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2462,7 +2462,7 @@ "path": ["display", "plum", "borderColor", "muted"] }, "display-plum-borderColor-emphasis": { - "value": "#b643ef", + "value": "#d07ef7", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2472,10 +2472,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.plum.5}", + "value": "{base.display.color.plum.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2520,7 +2520,7 @@ "path": ["display", "red", "bgColor", "muted"] }, "display-red-bgColor-emphasis": { - "value": "#c31328", + "value": "#f27d83", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2530,10 +2530,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.4}", + "value": "{base.display.color.red.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2549,7 +2549,7 @@ "path": ["display", "red", "bgColor", "emphasis"] }, "display-red-fgColor": { - "value": "#f27d83", + "value": "#f7adab", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2559,10 +2559,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.6}", + "value": "{base.display.color.red.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2607,7 +2607,7 @@ "path": ["display", "red", "borderColor", "muted"] }, "display-red-borderColor-emphasis": { - "value": "#eb3342", + "value": "#f27d83", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2617,10 +2617,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.5}", + "value": "{base.display.color.red.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2665,7 +2665,7 @@ "path": ["display", "coral", "bgColor", "muted"] }, "display-coral-bgColor-emphasis": { - "value": "#c31328", + "value": "#f7794b", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2675,10 +2675,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.4}", + "value": "{base.display.color.coral.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2694,7 +2694,7 @@ "path": ["display", "coral", "bgColor", "emphasis"] }, "display-coral-fgColor": { - "value": "#f27d83", + "value": "#fdaa86", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2704,10 +2704,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.6}", + "value": "{base.display.color.coral.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2752,7 +2752,7 @@ "path": ["display", "coral", "borderColor", "muted"] }, "display-coral-borderColor-emphasis": { - "value": "#eb3342", + "value": "#f7794b", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2762,10 +2762,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.5}", + "value": "{base.display.color.coral.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2810,7 +2810,7 @@ "path": ["display", "yellow", "bgColor", "muted"] }, "display-yellow-bgColor-emphasis": { - "value": "#895906", + "value": "#d3910d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2820,10 +2820,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.yellow.4}", + "value": "{base.display.color.yellow.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2839,7 +2839,7 @@ "path": ["display", "yellow", "bgColor", "emphasis"] }, "display-yellow-fgColor": { - "value": "#d3910d", + "value": "#edb431", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2849,10 +2849,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.yellow.6}", + "value": "{base.display.color.yellow.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2897,7 +2897,7 @@ "path": ["display", "yellow", "borderColor", "muted"] }, "display-yellow-borderColor-emphasis": { - "value": "#aa7109", + "value": "#d3910d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2907,10 +2907,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.yellow.5}", + "value": "{base.display.color.yellow.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2955,7 +2955,7 @@ "path": ["display", "gray", "bgColor", "muted"] }, "display-gray-bgColor-emphasis": { - "value": "#576270", + "value": "#92a1b5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2965,10 +2965,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.gray.4}", + "value": "{base.display.color.gray.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2984,7 +2984,7 @@ "path": ["display", "gray", "bgColor", "emphasis"] }, "display-gray-fgColor": { - "value": "#92a1b5", + "value": "#b3c0d1", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2994,10 +2994,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.gray.6}", + "value": "{base.display.color.gray.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3042,7 +3042,7 @@ "path": ["display", "gray", "borderColor", "muted"] }, "display-gray-borderColor-emphasis": { - "value": "#6e7f96", + "value": "#92a1b5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3052,10 +3052,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.gray.5}", + "value": "{base.display.color.gray.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3100,7 +3100,7 @@ "path": ["display", "auburn", "bgColor", "muted"] }, "display-auburn-bgColor-emphasis": { - "value": "#87534f", + "value": "#bf9592", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3110,10 +3110,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.auburn.4}", + "value": "{base.display.color.auburn.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3129,7 +3129,7 @@ "path": ["display", "auburn", "bgColor", "emphasis"] }, "display-auburn-fgColor": { - "value": "#bf9592", + "value": "#d4b7b5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3139,10 +3139,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.auburn.6}", + "value": "{base.display.color.auburn.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3187,7 +3187,7 @@ "path": ["display", "auburn", "borderColor", "muted"] }, "display-auburn-borderColor-emphasis": { - "value": "#a86f6b", + "value": "#bf9592", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3197,10 +3197,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.auburn.5}", + "value": "{base.display.color.auburn.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3245,7 +3245,7 @@ "path": ["display", "brown", "bgColor", "muted"] }, "display-brown-bgColor-emphasis": { - "value": "#755e3e", + "value": "#b69a6d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3255,10 +3255,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.brown.4}", + "value": "{base.display.color.brown.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3274,7 +3274,7 @@ "path": ["display", "brown", "bgColor", "emphasis"] }, "display-brown-fgColor": { - "value": "#b69a6d", + "value": "#cdbb98", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3284,10 +3284,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.brown.6}", + "value": "{base.display.color.brown.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3332,7 +3332,7 @@ "path": ["display", "brown", "borderColor", "muted"] }, "display-brown-borderColor-emphasis": { - "value": "#94774c", + "value": "#b69a6d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3342,10 +3342,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.brown.5}", + "value": "{base.display.color.brown.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3390,7 +3390,7 @@ "path": ["display", "lemon", "bgColor", "muted"] }, "display-lemon-bgColor-emphasis": { - "value": "#786008", + "value": "#ba9b12", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3400,10 +3400,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lemon.4}", + "value": "{base.display.color.lemon.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3419,7 +3419,7 @@ "path": ["display", "lemon", "bgColor", "emphasis"] }, "display-lemon-fgColor": { - "value": "#ba9b12", + "value": "#d7bc1d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3429,10 +3429,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lemon.6}", + "value": "{base.display.color.lemon.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3477,7 +3477,7 @@ "path": ["display", "lemon", "borderColor", "muted"] }, "display-lemon-borderColor-emphasis": { - "value": "#977b0c", + "value": "#ba9b12", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3487,10 +3487,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lemon.5}", + "value": "{base.display.color.lemon.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3535,7 +3535,7 @@ "path": ["display", "olive", "bgColor", "muted"] }, "display-olive-bgColor-emphasis": { - "value": "#5e681d", + "value": "#a2a626", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3545,10 +3545,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.olive.4}", + "value": "{base.display.color.olive.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3564,7 +3564,7 @@ "path": ["display", "olive", "bgColor", "emphasis"] }, "display-olive-fgColor": { - "value": "#a2a626", + "value": "#cbc025", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3574,10 +3574,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.olive.6}", + "value": "{base.display.color.olive.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3622,7 +3622,7 @@ "path": ["display", "olive", "borderColor", "muted"] }, "display-olive-borderColor-emphasis": { - "value": "#7a8321", + "value": "#a2a626", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3632,10 +3632,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.olive.5}", + "value": "{base.display.color.olive.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3680,7 +3680,7 @@ "path": ["display", "lime", "bgColor", "muted"] }, "display-lime-bgColor-emphasis": { - "value": "#496c28", + "value": "#7dae37", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3690,10 +3690,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lime.4}", + "value": "{base.display.color.lime.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3709,7 +3709,7 @@ "path": ["display", "lime", "bgColor", "emphasis"] }, "display-lime-fgColor": { - "value": "#7dae37", + "value": "#9fcc3e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3719,10 +3719,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lime.6}", + "value": "{base.display.color.lime.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3767,7 +3767,7 @@ "path": ["display", "lime", "borderColor", "muted"] }, "display-lime-borderColor-emphasis": { - "value": "#5f892f", + "value": "#7dae37", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3777,10 +3777,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lime.5}", + "value": "{base.display.color.lime.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3825,7 +3825,7 @@ "path": ["display", "pine", "bgColor", "muted"] }, "display-pine-bgColor-emphasis": { - "value": "#14714c", + "value": "#1bb673", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3835,10 +3835,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pine.4}", + "value": "{base.display.color.pine.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3854,7 +3854,7 @@ "path": ["display", "pine", "bgColor", "emphasis"] }, "display-pine-fgColor": { - "value": "#1bb673", + "value": "#1bda81", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3864,10 +3864,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pine.6}", + "value": "{base.display.color.pine.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3912,7 +3912,7 @@ "path": ["display", "pine", "borderColor", "muted"] }, "display-pine-borderColor-emphasis": { - "value": "#18915e", + "value": "#1bb673", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3922,10 +3922,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pine.5}", + "value": "{base.display.color.pine.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3970,7 +3970,7 @@ "path": ["display", "teal", "bgColor", "muted"] }, "display-teal-bgColor-emphasis": { - "value": "#106c70", + "value": "#1cb0ab", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3980,10 +3980,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.teal.4}", + "value": "{base.display.color.teal.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3999,7 +3999,7 @@ "path": ["display", "teal", "bgColor", "emphasis"] }, "display-teal-fgColor": { - "value": "#1cb0ab", + "value": "#24d6c4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4009,10 +4009,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.teal.6}", + "value": "{base.display.color.teal.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4057,7 +4057,7 @@ "path": ["display", "teal", "borderColor", "muted"] }, "display-teal-borderColor-emphasis": { - "value": "#158a8a", + "value": "#1cb0ab", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4067,10 +4067,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.teal.5}", + "value": "{base.display.color.teal.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4115,7 +4115,7 @@ "path": ["display", "cyan", "bgColor", "muted"] }, "display-cyan-bgColor-emphasis": { - "value": "#036a8c", + "value": "#07ace4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4125,10 +4125,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.cyan.4}", + "value": "{base.display.color.cyan.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4144,7 +4144,7 @@ "path": ["display", "cyan", "bgColor", "emphasis"] }, "display-cyan-fgColor": { - "value": "#07ace4", + "value": "#45cbf7", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4154,10 +4154,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.cyan.6}", + "value": "{base.display.color.cyan.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4202,7 +4202,7 @@ "path": ["display", "cyan", "borderColor", "muted"] }, "display-cyan-borderColor-emphasis": { - "value": "#0587b3", + "value": "#07ace4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4212,10 +4212,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.cyan.5}", + "value": "{base.display.color.cyan.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4260,7 +4260,7 @@ "path": ["display", "indigo", "bgColor", "muted"] }, "display-indigo-bgColor-emphasis": { - "value": "#514ed4", + "value": "#9899ec", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4270,10 +4270,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.indigo.4}", + "value": "{base.display.color.indigo.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4289,7 +4289,7 @@ "path": ["display", "indigo", "bgColor", "emphasis"] }, "display-indigo-fgColor": { - "value": "#9899ec", + "value": "#b7baf6", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4299,10 +4299,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.indigo.6}", + "value": "{base.display.color.indigo.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4347,7 +4347,7 @@ "path": ["display", "indigo", "borderColor", "muted"] }, "display-indigo-borderColor-emphasis": { - "value": "#7070e1", + "value": "#9899ec", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4357,10 +4357,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.indigo.5}", + "value": "{base.display.color.indigo.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4405,7 +4405,7 @@ "path": ["display", "pink", "bgColor", "muted"] }, "display-pink-bgColor-emphasis": { - "value": "#ac2f74", + "value": "#e57bb2", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4415,10 +4415,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pink.4}", + "value": "{base.display.color.pink.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4434,7 +4434,7 @@ "path": ["display", "pink", "bgColor", "emphasis"] }, "display-pink-fgColor": { - "value": "#e57bb2", + "value": "#f4a9cd", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4444,10 +4444,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pink.6}", + "value": "{base.display.color.pink.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4492,7 +4492,7 @@ "path": ["display", "pink", "borderColor", "muted"] }, "display-pink-borderColor-emphasis": { - "value": "#d34591", + "value": "#e57bb2", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4502,10 +4502,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pink.5}", + "value": "{base.display.color.pink.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4743,7 +4743,7 @@ "path": ["control", "bgColor", "hover"] }, "control-bgColor-active": { - "value": "#555c67", + "value": "#393d48", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4754,10 +4754,10 @@ } }, "mix": { - "color": "#7a828e", - "weight": 0.4 + "color": "#272b33", + "weight": 0.2 }, - "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { "value": "{base.color.neutral.7}", @@ -4771,8 +4771,8 @@ } }, "mix": { - "color": "{base.color.neutral.5}", - "weight": 0.4 + "color": "{base.color.neutral.8}", + "weight": 0.2 } }, "name": "control-bgColor-active", @@ -4809,7 +4809,7 @@ "path": ["control", "bgColor", "disabled"] }, "control-bgColor-selected": { - "value": "#525964", + "value": "#272b33", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4819,10 +4819,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", + "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{base.color.neutral.6}", + "value": "{base.color.neutral.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4867,11 +4867,11 @@ "path": ["control", "fgColor", "rest"] }, "control-fgColor-placeholder": { - "value": "#b7bec7", + "value": "#e4e9ed", "$type": "color", "mix": { - "color": "#9ea7b3", - "weight": 0.2 + "color": "#f0f3f6", + "weight": 0.5 }, "$extensions": { "org.primer.figma": { @@ -4881,14 +4881,14 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.neutral.3}", + "value": "{base.color.neutral.2}", "$type": "color", "mix": { - "color": "{base.color.neutral.4}", - "weight": 0.2 + "color": "{base.color.neutral.1}", + "weight": 0.5 }, "$extensions": { "org.primer.figma": { @@ -4962,7 +4962,7 @@ "path": ["control", "borderColor", "rest"] }, "control-borderColor-emphasis": { - "value": "#7a828e", + "value": "#9ea7b3", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5405,7 +5405,7 @@ "path": ["control", "transparent", "borderColor", "active"] }, "control-danger-fgColor-rest": { - "value": "#ff8080", + "value": "#ff9492", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5418,7 +5418,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5463,7 +5463,7 @@ "path": ["control", "danger", "fgColor", "hover"] }, "control-danger-bgColor-hover": { - "value": "#ff6a69", + "value": "#ff8080", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5492,7 +5492,7 @@ "path": ["control", "danger", "bgColor", "hover"] }, "control-danger-bgColor-active": { - "value": "#f65052", + "value": "#f65e60", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5531,7 +5531,7 @@ "path": ["control", "danger", "bgColor", "active"] }, "control-checked-bgColor-rest": { - "value": "#409eff", + "value": "#5cacff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5560,7 +5560,7 @@ "path": ["control", "checked", "bgColor", "rest"] }, "control-checked-bgColor-hover": { - "value": "#4aa3ff", + "value": "#60aeff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5597,7 +5597,7 @@ "path": ["control", "checked", "bgColor", "hover"] }, "control-checked-bgColor-active": { - "value": "#54a8ff", + "value": "#64b0ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5721,7 +5721,7 @@ "path": ["control", "checked", "fgColor", "disabled"] }, "control-checked-borderColor-rest": { - "value": "#409eff", + "value": "#5cacff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5750,7 +5750,7 @@ "path": ["control", "checked", "borderColor", "rest"] }, "control-checked-borderColor-hover": { - "value": "#4aa3ff", + "value": "#60aeff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5787,7 +5787,7 @@ "path": ["control", "checked", "borderColor", "hover"] }, "control-checked-borderColor-active": { - "value": "#54a8ff", + "value": "#64b0ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6188,7 +6188,7 @@ "path": ["controlKnob", "bgColor", "checked"] }, "controlKnob-borderColor-rest": { - "value": "#7a828e", + "value": "#9ea7b3", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6246,7 +6246,7 @@ "path": ["controlKnob", "borderColor", "disabled"] }, "controlKnob-borderColor-checked": { - "value": "#409eff", + "value": "#5cacff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6391,7 +6391,7 @@ "path": ["button", "default", "bgColor", "hover"] }, "button-default-bgColor-active": { - "value": "#555c67", + "value": "#393d48", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6420,7 +6420,7 @@ "path": ["button", "default", "bgColor", "active"] }, "button-default-bgColor-selected": { - "value": "#555c67", + "value": "#393d48", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6720,7 +6720,7 @@ "path": ["button", "primary", "iconColor", "rest"] }, "button-primary-bgColor-rest": { - "value": "#09b43a", + "value": "#0ac740", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6749,7 +6749,7 @@ "path": ["button", "primary", "bgColor", "rest"] }, "button-primary-bgColor-hover": { - "value": "#0fbb3f", + "value": "#10ca43", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6786,7 +6786,7 @@ "path": ["button", "primary", "bgColor", "hover"] }, "button-primary-bgColor-active": { - "value": "#15c243", + "value": "#16cd47", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7021,7 +7021,7 @@ "path": ["button", "primary", "shadow", "selected"] }, "button-invisible-fgColor-rest": { - "value": "#60aeff", + "value": "#73b8ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7034,7 +7034,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7493,7 +7493,7 @@ "path": ["button", "outline", "fgColor", "active"] }, "button-outline-fgColor-disabled": { - "value": "#60aeff80", + "value": "#73b8ff80", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7507,7 +7507,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7824,7 +7824,7 @@ "path": ["button", "danger", "fgColor", "active"] }, "button-danger-fgColor-disabled": { - "value": "#ff808080", + "value": "#ff949280", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7838,7 +7838,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7855,7 +7855,7 @@ "path": ["button", "danger", "fgColor", "disabled"] }, "button-danger-iconColor-rest": { - "value": "#ff8080", + "value": "#ff9492", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7868,7 +7868,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8403,7 +8403,7 @@ "path": ["buttonCounter", "outline", "bgColor", "hover"] }, "buttonCounter-outline-bgColor-disabled": { - "value": "#409eff0d", + "value": "#5cacff0d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8492,7 +8492,7 @@ "path": ["buttonCounter", "outline", "fgColor", "hover"] }, "buttonCounter-outline-fgColor-disabled": { - "value": "#60aeff80", + "value": "#73b8ff80", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8506,7 +8506,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8554,7 +8554,7 @@ "path": ["buttonCounter", "danger", "bgColor", "hover"] }, "buttonCounter-danger-bgColor-disabled": { - "value": "#ff6a690d", + "value": "#ff80800d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8616,7 +8616,7 @@ "path": ["buttonCounter", "danger", "bgColor", "rest"] }, "buttonCounter-danger-fgColor-rest": { - "value": "#ff8080", + "value": "#ff9492", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8629,7 +8629,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8674,7 +8674,7 @@ "path": ["buttonCounter", "danger", "fgColor", "hover"] }, "buttonCounter-danger-fgColor-disabled": { - "value": "#ff808080", + "value": "#ff949280", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8688,7 +8688,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8775,7 +8775,7 @@ "path": ["reactionButton", "selected", "bgColor", "hover"] }, "reactionButton-selected-fgColor-rest": { - "value": "#60aeff", + "value": "#73b8ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8788,7 +8788,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -9065,7 +9065,7 @@ "path": ["sideNav", "bgColor", "selected"] }, "skeletonLoader-bgColor": { - "value": "#272b33", + "value": "#191c22", "$type": "color", "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, @@ -9223,7 +9223,7 @@ "path": ["underlineNav", "iconColor", "rest"] }, "selection-bgColor": { - "value": "#409effb3", + "value": "#5cacffb3", "$type": "color", "$extensions": { "org.primer.figma": { @@ -9254,7 +9254,7 @@ "path": ["selection", "bgColor"] }, "card-bgColor": { - "value": "#272b33", + "value": "#191c22", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12793,7 +12793,7 @@ "path": ["fgColor", "disabled"] }, "fgColor-link": { - "value": "#60aeff", + "value": "#73b8ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12809,7 +12809,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12825,10 +12825,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#9ea7b3", + "value": "#bdc4cc", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12838,10 +12838,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.neutral.4}", + "value": "{base.color.neutral.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12854,10 +12854,10 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { - "value": "#60aeff", + "value": "#73b8ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12871,10 +12871,10 @@ } }, "mix": { - "color": "#409eff", - "weight": 0.35 + "color": "#91cbff", + "weight": 0.05 }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { "value": "{base.color.blue.3}", @@ -12891,13 +12891,13 @@ } }, "mix": { - "color": "{base.color.blue.5}", - "weight": 0.35 + "color": "{base.color.blue.2}", + "weight": 0.05 } }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { "value": "#28d751", @@ -12932,10 +12932,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#f0b72f", + "fgColor-open": { + "value": "#28d751", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12944,14 +12944,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{fgColor.success}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12960,17 +12960,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#f48b25", + "fgColor-attention": { + "value": "#f0b72f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12979,14 +12979,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12995,17 +12995,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { - "value": "#ff8080", + "fgColor-severe": { + "value": "#fe9a2d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13014,14 +13014,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13030,17 +13030,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#28d751", + "fgColor-danger": { + "value": "#ff9492", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13049,14 +13049,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{fgColor.success.@}", + "value": "{base.color.red.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13065,17 +13065,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { - "value": "#ff8080", + "value": "#ff9492", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13091,7 +13091,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13107,10 +13107,10 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { - "value": "#bf8fff", + "value": "#cb9eff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13123,10 +13123,10 @@ } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{base.color.purple.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13142,10 +13142,10 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { - "value": "#bf8fff", + "value": "#cb9eff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13161,7 +13161,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13177,10 +13177,10 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { - "value": "#f87cbd", + "value": "#ff8dc7", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13193,10 +13193,10 @@ } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.pink.4}", + "value": "{base.color.pink.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13212,7 +13212,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#0a0c10", @@ -13250,7 +13250,7 @@ "path": ["bgColor", "default"] }, "bgColor-muted": { - "value": "#272b33", + "value": "#191c22", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13263,10 +13263,14 @@ } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, + "mix": { + "color": "#272b33", + "weight": 0.5 + }, "original": { - "value": "{base.color.neutral.8}", + "value": "{base.color.neutral.9}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13278,6 +13282,10 @@ "web": "var(--bgColor-muted) /* utility class: .color-bg-muted */" } } + }, + "mix": { + "color": "{base.color.neutral.8}", + "weight": 0.5 } }, "name": "bgColor-muted", @@ -13508,7 +13516,7 @@ "path": ["bgColor", "transparent"] }, "bgColor-neutral-muted": { - "value": "#9ea7b366", + "value": "#7a828e1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13518,11 +13526,11 @@ "scopes": ["bgColor"] } }, - "alpha": 0.4, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.1, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.neutral.4}", + "value": "{base.color.neutral.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13532,7 +13540,7 @@ "scopes": ["bgColor"] } }, - "alpha": 0.4 + "alpha": 0.1 }, "name": "bgColor-neutral-muted", "attributes": {}, @@ -13568,7 +13576,7 @@ "path": ["bgColor", "neutral", "emphasis"] }, "bgColor-accent-muted": { - "value": "#5cacff1a", + "value": "#409eff1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13582,10 +13590,10 @@ } }, "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.blue.4}", + "value": "{base.color.blue.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13605,7 +13613,7 @@ "path": ["bgColor", "accent", "muted"] }, "bgColor-accent-emphasis": { - "value": "#409eff", + "value": "#5cacff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13618,10 +13626,10 @@ } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.blue.5}", + "value": "{base.color.blue.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13640,7 +13648,7 @@ "path": ["bgColor", "accent", "emphasis"] }, "bgColor-success-muted": { - "value": "#0ac74026", + "value": "#0ac74024", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13653,8 +13661,8 @@ } } }, - "alpha": 0.15, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.14, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { "value": "{base.color.green.4}", @@ -13670,14 +13678,14 @@ } } }, - "alpha": 0.15 + "alpha": 0.14 }, "name": "bgColor-success-muted", "attributes": {}, "path": ["bgColor", "success", "muted"] }, "bgColor-success-emphasis": { - "value": "#09b43a", + "value": "#0ac740", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13690,10 +13698,10 @@ } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.green.5}", + "value": "{base.color.green.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13711,8 +13719,8 @@ "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#edaa2726", + "bgColor-open-muted": { + "value": "#0ac74024", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13721,15 +13729,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, - "alpha": 0.15, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.14, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{bgColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13738,18 +13746,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, - "alpha": 0.15 + "alpha": 0.14 }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#e09b13", + "bgColor-open-emphasis": { + "value": "#0ac740", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13758,14 +13766,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{bgColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13774,17 +13782,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#f48b251a", + "bgColor-attention-muted": { + "value": "#edaa2726", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13793,15 +13801,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1, + "alpha": 0.15, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13810,18 +13818,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1 + "alpha": 0.15 }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#e7811d", + "bgColor-attention-emphasis": { + "value": "#edaa27", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13830,14 +13838,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13846,17 +13854,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { - "value": "#ff80801a", + "bgColor-severe-muted": { + "value": "#f48b2516", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13865,15 +13873,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, - "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.088, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13882,18 +13890,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, - "alpha": 0.1 + "alpha": 0.088 }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { - "value": "#ff6a69", + "bgColor-severe-emphasis": { + "value": "#f48b25", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13902,14 +13910,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13918,17 +13926,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { - "value": "#0ac7401a", + "bgColor-danger-muted": { + "value": "#ff808017", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13937,15 +13945,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, - "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.09, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{bgColor.success.muted}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13954,18 +13962,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, - "alpha": 0.1 + "alpha": 0.09 }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { - "value": "#09b43a", + "bgColor-danger-emphasis": { + "value": "#ff8080", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13974,14 +13982,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{bgColor.success.emphasis}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13990,17 +13998,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { - "value": "#ff808026", + "value": "#ff808017", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14013,11 +14021,11 @@ } } }, - "alpha": 0.15, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.09, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{bgColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14030,14 +14038,14 @@ } } }, - "alpha": 0.15 + "alpha": 0.09 }, "name": "bgColor-closed-muted", "attributes": {}, "path": ["bgColor", "closed", "muted"] }, "bgColor-closed-emphasis": { - "value": "#ff6a69", + "value": "#ff8080", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14053,7 +14061,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{bgColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14072,7 +14080,7 @@ "path": ["bgColor", "closed", "emphasis"] }, "bgColor-done-muted": { - "value": "#bf8fff26", + "value": "#b87fff17", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14085,11 +14093,11 @@ } } }, - "alpha": 0.15, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.09, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{base.color.purple.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14102,14 +14110,14 @@ } } }, - "alpha": 0.15 + "alpha": 0.09 }, "name": "bgColor-done-muted", "attributes": {}, "path": ["bgColor", "done", "muted"] }, "bgColor-done-emphasis": { - "value": "#b87fff", + "value": "#bf8fff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14122,10 +14130,10 @@ } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{base.color.purple.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14144,7 +14152,7 @@ "path": ["bgColor", "done", "emphasis"] }, "bgColor-upsell-muted": { - "value": "#bf8fff26", + "value": "#b87fff17", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14157,11 +14165,11 @@ } } }, - "alpha": 0.15, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.09, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14174,14 +14182,14 @@ } } }, - "alpha": 0.15 + "alpha": 0.09 }, "name": "bgColor-upsell-muted", "attributes": {}, "path": ["bgColor", "upsell", "muted"] }, "bgColor-upsell-emphasis": { - "value": "#b87fff", + "value": "#bf8fff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14197,7 +14205,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14216,7 +14224,7 @@ "path": ["bgColor", "upsell", "emphasis"] }, "bgColor-sponsors-muted": { - "value": "#f87cbd1a", + "value": "#ef6eb117", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14229,11 +14237,11 @@ } } }, - "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.09, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.pink.4}", + "value": "{base.color.pink.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14246,14 +14254,14 @@ } } }, - "alpha": 0.1 + "alpha": 0.09 }, "name": "bgColor-sponsors-muted", "attributes": {}, "path": ["bgColor", "sponsors", "muted"] }, "bgColor-sponsors-emphasis": { - "value": "#ef6eb1", + "value": "#f87cbd", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14266,10 +14274,10 @@ } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.pink.5}", + "value": "{base.color.pink.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14360,7 +14368,7 @@ "path": ["borderColor", "muted"] }, "borderColor-emphasis": { - "value": "#7a828e", + "value": "#9ea7b3", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14370,10 +14378,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.neutral.5}", + "value": "{base.color.neutral.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14681,8 +14689,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#edaa27", + "borderColor-open-muted": { + "value": "#0ac740", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14691,7 +14699,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, @@ -14699,7 +14707,7 @@ "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{borderColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14708,18 +14716,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 1 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#e09b13", + "borderColor-open-emphasis": { + "value": "#09b43a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14728,14 +14736,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{borderColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14744,17 +14752,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#f48b25", + "borderColor-attention-muted": { + "value": "#edaa27", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14763,7 +14771,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, @@ -14771,7 +14779,7 @@ "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14780,18 +14788,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 1 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#e7811d", + "borderColor-attention-emphasis": { + "value": "#e09b13", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14800,14 +14808,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14816,17 +14824,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { - "value": "#ff8080", + "borderColor-severe-muted": { + "value": "#f48b25", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14835,7 +14843,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, @@ -14843,7 +14851,7 @@ "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14852,18 +14860,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 1 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { - "value": "#ff6a69", + "borderColor-severe-emphasis": { + "value": "#e7811d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14872,14 +14880,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14888,17 +14896,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { - "value": "#0ac740", + "borderColor-danger-muted": { + "value": "#ff8080", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14907,14 +14915,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 1, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{borderColor.success.muted}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14923,17 +14932,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } - } + }, + "alpha": 1 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { - "value": "#09b43a", + "borderColor-danger-emphasis": { + "value": "#ff6a69", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14942,14 +14952,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{borderColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14958,14 +14968,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#ff808066", @@ -14985,7 +14995,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{borderColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15021,7 +15031,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{borderColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15129,7 +15139,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15165,7 +15175,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/docs/functional/themes/dark-tritanopia.json b/dist/docs/functional/themes/dark-tritanopia.json index c3c44ffac..e9481c46d 100644 --- a/dist/docs/functional/themes/dark-tritanopia.json +++ b/dist/docs/functional/themes/dark-tritanopia.json @@ -5418,7 +5418,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7020,7 +7020,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7485,7 +7485,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7728,7 +7728,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7816,7 +7816,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7846,7 +7846,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8484,7 +8484,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8607,7 +8607,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8666,7 +8666,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8766,7 +8766,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12791,7 +12791,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12807,10 +12807,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#6e7681", + "value": "#b1bac4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12823,7 +12823,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.neutral.4}", + "value": "{base.color.neutral.2}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12836,7 +12836,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#4493f8", @@ -12879,7 +12879,7 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { "value": "#58a6ff", @@ -12914,10 +12914,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#d29922", + "fgColor-open": { + "value": "#f85149", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12926,14 +12926,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12942,17 +12942,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#f85149", + "fgColor-attention": { + "value": "#d29922", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12961,14 +12961,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12977,16 +12977,16 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { + "fgColor-severe": { "value": "#f85149", "$type": "color", "$extensions": { @@ -12996,11 +12996,11 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.4}", @@ -13012,16 +13012,16 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { + "fgColor-danger": { "value": "#f85149", "$type": "color", "$extensions": { @@ -13031,11 +13031,11 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.red.4}", @@ -13047,14 +13047,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#6e7681", @@ -13089,7 +13089,7 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { "value": "#ab7df8", @@ -13124,7 +13124,7 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { "value": "#ab7df8", @@ -13143,7 +13143,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13159,7 +13159,7 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { "value": "#db61a2", @@ -13194,7 +13194,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#0d1117", @@ -13693,8 +13693,8 @@ "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#bb800926", + "bgColor-open-muted": { + "value": "#f8514926", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13703,15 +13703,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, "alpha": 0.15, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13720,18 +13720,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, "alpha": 0.15 }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#9e6a03", + "bgColor-open-emphasis": { + "value": "#da3633", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13740,14 +13740,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13756,17 +13756,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#f851491a", + "bgColor-attention-muted": { + "value": "#bb800926", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13775,15 +13775,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "alpha": 0.15, + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13792,18 +13792,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1 + "alpha": 0.15 }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#da3633", + "bgColor-attention-emphasis": { + "value": "#9e6a03", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13812,14 +13812,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13828,16 +13828,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { + "bgColor-severe-muted": { "value": "#f851491a", "$type": "color", "$extensions": { @@ -13847,12 +13847,12 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.4}", @@ -13864,17 +13864,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "alpha": 0.1 }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { + "bgColor-severe-emphasis": { "value": "#da3633", "$type": "color", "$extensions": { @@ -13884,11 +13884,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -13900,16 +13900,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { + "bgColor-danger-muted": { "value": "#f851491a", "$type": "color", "$extensions": { @@ -13919,12 +13919,12 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.red.4}", @@ -13936,17 +13936,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, "alpha": 0.1 }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { + "bgColor-danger-emphasis": { "value": "#da3633", "$type": "color", "$extensions": { @@ -13956,11 +13956,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -13972,17 +13972,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { - "value": "#6e768126", + "value": "#6e76811a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13995,7 +13995,7 @@ } } }, - "alpha": 0.15, + "alpha": 0.1, "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { @@ -14012,7 +14012,7 @@ } } }, - "alpha": 0.15 + "alpha": 0.1 }, "name": "bgColor-closed-muted", "attributes": {}, @@ -14143,7 +14143,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14179,7 +14179,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14663,8 +14663,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#bb800966", + "borderColor-open-muted": { + "value": "#f8514966", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14673,15 +14673,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14690,18 +14690,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#9e6a03", + "borderColor-open-emphasis": { + "value": "#da3633", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14710,14 +14710,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14726,17 +14726,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#f8514966", + "borderColor-attention-muted": { + "value": "#bb800966", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14745,15 +14745,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14762,18 +14762,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#da3633", + "borderColor-attention-emphasis": { + "value": "#9e6a03", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14782,14 +14782,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14798,16 +14798,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { + "borderColor-severe-muted": { "value": "#f8514966", "$type": "color", "$extensions": { @@ -14817,12 +14817,12 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.4}", @@ -14834,17 +14834,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { + "borderColor-severe-emphasis": { "value": "#da3633", "$type": "color", "$extensions": { @@ -14854,11 +14854,11 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -14870,16 +14870,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { + "borderColor-danger-muted": { "value": "#f8514966", "$type": "color", "$extensions": { @@ -14889,13 +14889,13 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", - "isSource": true, "alpha": 0.4, + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "isSource": true, "original": { "value": "{base.color.red.4}", "$type": "color", @@ -14906,17 +14906,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, "alpha": 0.4 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { + "borderColor-danger-emphasis": { "value": "#da3633", "$type": "color", "$extensions": { @@ -14926,11 +14926,11 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -14942,14 +14942,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#6e768166", @@ -15113,7 +15113,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15149,7 +15149,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/docs/functional/themes/dark.json b/dist/docs/functional/themes/dark.json index 1d55dfa21..7d78a0e1b 100644 --- a/dist/docs/functional/themes/dark.json +++ b/dist/docs/functional/themes/dark.json @@ -5418,7 +5418,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7020,7 +7020,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7485,7 +7485,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7728,7 +7728,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7816,7 +7816,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7846,7 +7846,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8484,7 +8484,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8607,7 +8607,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8666,7 +8666,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8766,7 +8766,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12791,7 +12791,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12807,10 +12807,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#6e7681", + "value": "#b1bac4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12823,7 +12823,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.neutral.4}", + "value": "{base.color.neutral.2}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12836,7 +12836,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#4493f8", @@ -12879,7 +12879,7 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { "value": "#3fb950", @@ -12914,10 +12914,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#d29922", + "fgColor-open": { + "value": "#3fb950", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12926,14 +12926,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{fgColor.success}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12942,17 +12942,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#db6d28", + "fgColor-attention": { + "value": "#d29922", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12961,14 +12961,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12977,17 +12977,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { - "value": "#f85149", + "fgColor-severe": { + "value": "#db6d28", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12996,14 +12996,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13012,17 +13012,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#3fb950", + "fgColor-danger": { + "value": "#f85149", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13031,14 +13031,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{fgColor.success.@}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13047,14 +13047,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#f85149", @@ -13073,7 +13073,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13089,7 +13089,7 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { "value": "#ab7df8", @@ -13124,7 +13124,7 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { "value": "#ab7df8", @@ -13143,7 +13143,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13159,7 +13159,7 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { "value": "#db61a2", @@ -13194,7 +13194,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#0d1117", @@ -13693,8 +13693,8 @@ "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#bb800926", + "bgColor-open-muted": { + "value": "#2ea04326", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13703,7 +13703,7 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, @@ -13711,7 +13711,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{bgColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13720,18 +13720,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, "alpha": 0.15 }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#9e6a03", + "bgColor-open-emphasis": { + "value": "#238636", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13740,14 +13740,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{bgColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13756,17 +13756,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#db6d281a", + "bgColor-attention-muted": { + "value": "#bb800926", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13775,15 +13775,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1, + "alpha": 0.15, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13792,18 +13792,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1 + "alpha": 0.15 }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#bd561d", + "bgColor-attention-emphasis": { + "value": "#9e6a03", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13812,14 +13812,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13828,17 +13828,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { - "value": "#f851491a", + "bgColor-severe-muted": { + "value": "#db6d281a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13847,7 +13847,7 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, @@ -13855,7 +13855,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13864,18 +13864,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "alpha": 0.1 }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { - "value": "#da3633", + "bgColor-severe-emphasis": { + "value": "#bd561d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13884,14 +13884,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13900,17 +13900,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { - "value": "#2ea0431a", + "bgColor-danger-muted": { + "value": "#f851491a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13919,7 +13919,7 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, @@ -13927,7 +13927,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{bgColor.success.muted}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13936,18 +13936,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, "alpha": 0.1 }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { - "value": "#238636", + "bgColor-danger-emphasis": { + "value": "#da3633", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13956,14 +13956,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{bgColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13972,17 +13972,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { - "value": "#f8514926", + "value": "#f851491a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13995,11 +13995,11 @@ } } }, - "alpha": 0.15, + "alpha": 0.1, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{bgColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14012,7 +14012,7 @@ } } }, - "alpha": 0.15 + "alpha": 0.1 }, "name": "bgColor-closed-muted", "attributes": {}, @@ -14035,7 +14035,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{bgColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14143,7 +14143,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14179,7 +14179,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14663,8 +14663,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#bb800966", + "borderColor-open-muted": { + "value": "#2ea04366", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14673,7 +14673,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, @@ -14681,7 +14681,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{borderColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14690,18 +14690,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#9e6a03", + "borderColor-open-emphasis": { + "value": "#238636", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14710,14 +14710,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{borderColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14726,17 +14726,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#db6d2866", + "borderColor-attention-muted": { + "value": "#bb800966", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14745,7 +14745,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, @@ -14753,7 +14753,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14762,18 +14762,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#bd561d", + "borderColor-attention-emphasis": { + "value": "#9e6a03", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14782,14 +14782,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14798,17 +14798,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { - "value": "#f8514966", + "borderColor-severe-muted": { + "value": "#db6d2866", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14817,7 +14817,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, @@ -14825,7 +14825,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14834,18 +14834,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { - "value": "#da3633", + "borderColor-severe-emphasis": { + "value": "#bd561d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14854,14 +14854,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14870,17 +14870,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { - "value": "#2ea04366", + "borderColor-danger-muted": { + "value": "#f8514966", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14889,14 +14889,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, + "alpha": 0.4, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{borderColor.success.muted}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14905,17 +14906,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } - } + }, + "alpha": 0.4 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { - "value": "#238636", + "borderColor-danger-emphasis": { + "value": "#da3633", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14924,14 +14926,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{borderColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14940,14 +14942,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#f8514966", @@ -14967,7 +14969,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{borderColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15003,7 +15005,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{borderColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15111,7 +15113,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15147,7 +15149,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/docs/functional/themes/light-colorblind.json b/dist/docs/functional/themes/light-colorblind.json index 68747b310..2b6cb423d 100644 --- a/dist/docs/functional/themes/light-colorblind.json +++ b/dist/docs/functional/themes/light-colorblind.json @@ -5045,7 +5045,7 @@ "path": ["control", "borderColor", "selected"] }, "control-borderColor-success": { - "value": "#218bff", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5412,7 +5412,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5441,7 +5441,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6692,7 +6692,7 @@ "path": ["button", "primary", "iconColor", "rest"] }, "button-primary-bgColor-rest": { - "value": "#0f72e3", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6721,7 +6721,7 @@ "path": ["button", "primary", "bgColor", "rest"] }, "button-primary-bgColor-hover": { - "value": "#0d6bd8", + "value": "#0864d1", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6758,7 +6758,7 @@ "path": ["button", "primary", "bgColor", "hover"] }, "button-primary-bgColor-active": { - "value": "#0b64ce", + "value": "#075fc8", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7000,7 +7000,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7029,7 +7029,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7377,7 +7377,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7465,7 +7465,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7716,7 +7716,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7804,7 +7804,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7834,7 +7834,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8470,7 +8470,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8660,7 +8660,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8756,7 +8756,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12792,7 +12792,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12808,10 +12808,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#6e7781", + "value": "#57606a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12824,7 +12824,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.neutral.5}", + "value": "{base.color.neutral.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12837,7 +12837,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#0969da", @@ -12872,7 +12872,7 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { "value": "#0969da", @@ -12907,10 +12907,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#9a6700", + "fgColor-open": { + "value": "#bc4c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12919,14 +12919,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12935,17 +12935,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#bc4c00", + "fgColor-attention": { + "value": "#9a6700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12954,14 +12954,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12970,17 +12970,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { - "value": "#be4e02", + "fgColor-severe": { + "value": "#bc4c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12989,15 +12989,11 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, - "mix": { - "color": "#e16f24", - "weight": 0.05 - }, - "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.orange.5}", @@ -13009,21 +13005,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } - }, - "mix": { - "color": "{base.color.orange.4}", - "weight": 0.05 } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#bc4c00", + "fgColor-danger": { + "value": "#be4e02", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13032,10 +13024,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, + "mix": { + "color": "#e16f24", + "weight": 0.05 + }, "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { @@ -13048,14 +13044,18 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } + }, + "mix": { + "color": "{base.color.orange.4}", + "weight": 0.05 } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#6e7781", @@ -13090,7 +13090,7 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { "value": "#8250df", @@ -13125,7 +13125,7 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { "value": "#8250df", @@ -13144,7 +13144,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13160,7 +13160,7 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { "value": "#bf3989", @@ -13195,7 +13195,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#ffffff", @@ -13656,7 +13656,7 @@ "path": ["bgColor", "success", "muted"] }, "bgColor-success-emphasis": { - "value": "#0f72e3", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13669,14 +13669,11 @@ } } }, - "mix": { - "color": "#0969da", - "weight": 0.75 - }, + "mix": null, "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.blue.4}", + "value": "{base.color.blue.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13689,17 +13686,14 @@ } } }, - "mix": { - "color": "{base.color.blue.5}", - "weight": 0.75 - } + "mix": null }, "name": "bgColor-success-emphasis", "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#fff8c5", + "bgColor-open-muted": { + "value": "#fb8f4466", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13708,14 +13702,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, + "alpha": 0.4, "original": { - "value": "{base.color.yellow.0}", + "value": "{base.color.orange.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13724,17 +13719,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } - } + }, + "alpha": 0.4 }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#9a6700", + "bgColor-open-emphasis": { + "value": "#e16f24", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13743,14 +13739,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13759,17 +13755,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#fff1e5", + "bgColor-attention-muted": { + "value": "#fff8c5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13778,14 +13774,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.0}", + "value": "{base.color.yellow.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13794,17 +13790,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } } }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#bc4c00", + "bgColor-attention-emphasis": { + "value": "#9a6700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13813,14 +13809,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13829,16 +13825,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { + "bgColor-severe-muted": { "value": "#fff1e5", "$type": "color", "$extensions": { @@ -13848,11 +13844,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.orange.0}", @@ -13864,16 +13860,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } } }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { + "bgColor-severe-emphasis": { "value": "#bc4c00", "$type": "color", "$extensions": { @@ -13883,11 +13879,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.orange.5}", @@ -13899,17 +13895,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { - "value": "#fb8f4466", + "bgColor-danger-muted": { + "value": "#fff1e5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13918,15 +13914,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, - "alpha": 0.4, "original": { - "value": "{base.color.orange.3}", + "value": "{base.color.orange.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13935,18 +13930,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } - }, - "alpha": 0.4 + } }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { - "value": "#e16f24", + "bgColor-danger-emphasis": { + "value": "#bc4c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13955,14 +13949,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13971,14 +13965,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { "value": "#afb8c166", @@ -14139,7 +14133,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.0}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14174,7 +14168,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14622,7 +14616,7 @@ "path": ["borderColor", "success", "muted"] }, "borderColor-success-emphasis": { - "value": "#218bff", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14638,7 +14632,7 @@ "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.blue.4}", + "value": "{base.color.blue.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14656,8 +14650,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#d4a72c66", + "borderColor-open-muted": { + "value": "#fb8f4466", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14666,15 +14660,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{base.color.orange.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14683,18 +14677,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#bf8700", + "borderColor-open-emphasis": { + "value": "#e16f24", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14703,14 +14697,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14719,17 +14713,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#fb8f4466", + "borderColor-attention-muted": { + "value": "#d4a72c66", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14738,7 +14732,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, @@ -14746,7 +14740,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.3}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14755,18 +14749,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#bc4c00", + "borderColor-attention-emphasis": { + "value": "#bf8700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14775,14 +14769,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14791,16 +14785,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { + "borderColor-severe-muted": { "value": "#fb8f4466", "$type": "color", "$extensions": { @@ -14810,12 +14804,12 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.orange.3}", @@ -14827,17 +14821,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { + "borderColor-severe-emphasis": { "value": "#bc4c00", "$type": "color", "$extensions": { @@ -14847,11 +14841,11 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.orange.5}", @@ -14863,16 +14857,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { + "borderColor-danger-muted": { "value": "#fb8f4466", "$type": "color", "$extensions": { @@ -14882,13 +14876,13 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, + "alpha": 0.4, "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, - "alpha": 0.4, "original": { "value": "{base.color.orange.3}", "$type": "color", @@ -14899,18 +14893,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, "alpha": 0.4 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { - "value": "#e16f24", + "borderColor-danger-emphasis": { + "value": "#bc4c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14919,14 +14913,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14935,14 +14929,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#afb8c166", @@ -15106,7 +15100,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.3}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15142,7 +15136,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/docs/functional/themes/light-high-contrast.json b/dist/docs/functional/themes/light-high-contrast.json index 130d899a3..8b5f3bac3 100644 --- a/dist/docs/functional/themes/light-high-contrast.json +++ b/dist/docs/functional/themes/light-high-contrast.json @@ -1785,7 +1785,7 @@ "path": ["display", "blue", "bgColor", "muted"] }, "display-blue-bgColor-emphasis": { - "value": "#006edb", + "value": "#004db3", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1795,10 +1795,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.blue.5}", + "value": "{base.display.color.blue.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1814,7 +1814,7 @@ "path": ["display", "blue", "bgColor", "emphasis"] }, "display-blue-fgColor": { - "value": "#005fcc", + "value": "#003d99", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1824,10 +1824,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.blue.6}", + "value": "{base.display.color.blue.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1872,7 +1872,7 @@ "path": ["display", "blue", "borderColor", "muted"] }, "display-blue-borderColor-emphasis": { - "value": "#006edb", + "value": "#005fcc", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1882,10 +1882,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.blue.5}", + "value": "{base.display.color.blue.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1930,7 +1930,7 @@ "path": ["display", "green", "bgColor", "muted"] }, "display-green-bgColor-emphasis": { - "value": "#2c8141", + "value": "#285c3b", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1940,10 +1940,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.green.5}", + "value": "{base.display.color.green.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1959,7 +1959,7 @@ "path": ["display", "green", "bgColor", "emphasis"] }, "display-green-fgColor": { - "value": "#2b6e3f", + "value": "#254b34", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1969,10 +1969,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.green.6}", + "value": "{base.display.color.green.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2017,7 +2017,7 @@ "path": ["display", "green", "borderColor", "muted"] }, "display-green-borderColor-emphasis": { - "value": "#2c8141", + "value": "#2b6e3f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2027,10 +2027,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.green.5}", + "value": "{base.display.color.green.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2075,7 +2075,7 @@ "path": ["display", "orange", "bgColor", "muted"] }, "display-orange-bgColor-emphasis": { - "value": "#b8500f", + "value": "#8d3c11", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2085,10 +2085,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.orange.5}", + "value": "{base.display.color.orange.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2104,7 +2104,7 @@ "path": ["display", "orange", "bgColor", "emphasis"] }, "display-orange-fgColor": { - "value": "#a24610", + "value": "#70300f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2114,10 +2114,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.orange.6}", + "value": "{base.display.color.orange.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2162,7 +2162,7 @@ "path": ["display", "orange", "borderColor", "muted"] }, "display-orange-borderColor-emphasis": { - "value": "#b8500f", + "value": "#a24610", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2172,10 +2172,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.orange.5}", + "value": "{base.display.color.orange.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2220,7 +2220,7 @@ "path": ["display", "purple", "bgColor", "muted"] }, "display-purple-bgColor-emphasis": { - "value": "#894ceb", + "value": "#6223d7", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2230,10 +2230,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.purple.5}", + "value": "{base.display.color.purple.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2249,7 +2249,7 @@ "path": ["display", "purple", "bgColor", "emphasis"] }, "display-purple-fgColor": { - "value": "#783ae4", + "value": "#4f21ab", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2259,10 +2259,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.purple.6}", + "value": "{base.display.color.purple.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2307,7 +2307,7 @@ "path": ["display", "purple", "borderColor", "muted"] }, "display-purple-borderColor-emphasis": { - "value": "#894ceb", + "value": "#783ae4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2317,10 +2317,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.purple.5}", + "value": "{base.display.color.purple.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2365,7 +2365,7 @@ "path": ["display", "plum", "bgColor", "muted"] }, "display-plum-bgColor-emphasis": { - "value": "#a830e8", + "value": "#7d1eb8", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2375,10 +2375,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.plum.5}", + "value": "{base.display.color.plum.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2394,7 +2394,7 @@ "path": ["display", "plum", "bgColor", "emphasis"] }, "display-plum-fgColor": { - "value": "#961edc", + "value": "#651d96", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2404,10 +2404,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.plum.6}", + "value": "{base.display.color.plum.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2452,7 +2452,7 @@ "path": ["display", "plum", "borderColor", "muted"] }, "display-plum-borderColor-emphasis": { - "value": "#a830e8", + "value": "#961edc", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2462,10 +2462,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.plum.5}", + "value": "{base.display.color.plum.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2510,7 +2510,7 @@ "path": ["display", "red", "bgColor", "muted"] }, "display-red-bgColor-emphasis": { - "value": "#df0c24", + "value": "#a60c29", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2520,10 +2520,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.5}", + "value": "{base.display.color.red.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2539,7 +2539,7 @@ "path": ["display", "red", "bgColor", "emphasis"] }, "display-red-fgColor": { - "value": "#c50d28", + "value": "#880c27", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2549,10 +2549,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.6}", + "value": "{base.display.color.red.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2597,7 +2597,7 @@ "path": ["display", "red", "borderColor", "muted"] }, "display-red-borderColor-emphasis": { - "value": "#df0c24", + "value": "#c50d28", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2607,10 +2607,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.5}", + "value": "{base.display.color.red.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2655,7 +2655,7 @@ "path": ["display", "coral", "bgColor", "muted"] }, "display-coral-bgColor-emphasis": { - "value": "#d43511", + "value": "#9b2712", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2665,10 +2665,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.coral.5}", + "value": "{base.display.color.coral.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2684,7 +2684,7 @@ "path": ["display", "coral", "bgColor", "emphasis"] }, "display-coral-fgColor": { - "value": "#ba2e12", + "value": "#7e2011", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2694,10 +2694,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.coral.6}", + "value": "{base.display.color.coral.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2742,7 +2742,7 @@ "path": ["display", "coral", "borderColor", "muted"] }, "display-coral-borderColor-emphasis": { - "value": "#d43511", + "value": "#ba2e12", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2752,10 +2752,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.coral.5}", + "value": "{base.display.color.coral.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2800,7 +2800,7 @@ "path": ["display", "yellow", "bgColor", "muted"] }, "display-yellow-bgColor-emphasis": { - "value": "#946a00", + "value": "#704d00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2810,10 +2810,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.yellow.5}", + "value": "{base.display.color.yellow.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2829,7 +2829,7 @@ "path": ["display", "yellow", "bgColor", "emphasis"] }, "display-yellow-fgColor": { - "value": "#805900", + "value": "#5c3d00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2839,10 +2839,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.yellow.6}", + "value": "{base.display.color.yellow.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2887,7 +2887,7 @@ "path": ["display", "yellow", "borderColor", "muted"] }, "display-yellow-borderColor-emphasis": { - "value": "#946a00", + "value": "#805900", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2897,10 +2897,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.yellow.5}", + "value": "{base.display.color.yellow.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2945,7 +2945,7 @@ "path": ["display", "gray", "bgColor", "muted"] }, "display-gray-bgColor-emphasis": { - "value": "#647182", + "value": "#4e535a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2955,10 +2955,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.gray.5}", + "value": "{base.display.color.gray.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2974,7 +2974,7 @@ "path": ["display", "gray", "bgColor", "emphasis"] }, "display-gray-fgColor": { - "value": "#5c6570", + "value": "#424448", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2984,10 +2984,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.gray.6}", + "value": "{base.display.color.gray.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3032,7 +3032,7 @@ "path": ["display", "gray", "borderColor", "muted"] }, "display-gray-borderColor-emphasis": { - "value": "#647182", + "value": "#5c6570", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3042,10 +3042,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.gray.5}", + "value": "{base.display.color.gray.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3090,7 +3090,7 @@ "path": ["display", "auburn", "bgColor", "muted"] }, "display-auburn-bgColor-emphasis": { - "value": "#9d615c", + "value": "#744744", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3100,10 +3100,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.auburn.5}", + "value": "{base.display.color.auburn.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3119,7 +3119,7 @@ "path": ["display", "auburn", "bgColor", "emphasis"] }, "display-auburn-fgColor": { - "value": "#8a5551", + "value": "#5d3937", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3129,10 +3129,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.auburn.6}", + "value": "{base.display.color.auburn.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3177,7 +3177,7 @@ "path": ["display", "auburn", "borderColor", "muted"] }, "display-auburn-borderColor-emphasis": { - "value": "#9d615c", + "value": "#8a5551", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3187,10 +3187,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.auburn.5}", + "value": "{base.display.color.auburn.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3235,7 +3235,7 @@ "path": ["display", "brown", "bgColor", "muted"] }, "display-brown-bgColor-emphasis": { - "value": "#856d4c", + "value": "#64513a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3245,10 +3245,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.brown.5}", + "value": "{base.display.color.brown.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3264,7 +3264,7 @@ "path": ["display", "brown", "bgColor", "emphasis"] }, "display-brown-fgColor": { - "value": "#755f43", + "value": "#51412f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3274,10 +3274,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.brown.6}", + "value": "{base.display.color.brown.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3322,7 +3322,7 @@ "path": ["display", "brown", "borderColor", "muted"] }, "display-brown-borderColor-emphasis": { - "value": "#856d4c", + "value": "#755f43", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3332,10 +3332,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.brown.5}", + "value": "{base.display.color.brown.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3380,7 +3380,7 @@ "path": ["display", "lemon", "bgColor", "muted"] }, "display-lemon-bgColor-emphasis": { - "value": "#866e04", + "value": "#654f01", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3390,10 +3390,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lemon.5}", + "value": "{base.display.color.lemon.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3409,7 +3409,7 @@ "path": ["display", "lemon", "bgColor", "emphasis"] }, "display-lemon-fgColor": { - "value": "#786002", + "value": "#523f00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3419,10 +3419,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lemon.6}", + "value": "{base.display.color.lemon.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3467,7 +3467,7 @@ "path": ["display", "lemon", "borderColor", "muted"] }, "display-lemon-borderColor-emphasis": { - "value": "#866e04", + "value": "#786002", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3477,10 +3477,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lemon.5}", + "value": "{base.display.color.lemon.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3525,7 +3525,7 @@ "path": ["display", "olive", "bgColor", "muted"] }, "display-olive-bgColor-emphasis": { - "value": "#64762d", + "value": "#495a2b", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3535,10 +3535,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.olive.5}", + "value": "{base.display.color.olive.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3554,7 +3554,7 @@ "path": ["display", "olive", "bgColor", "emphasis"] }, "display-olive-fgColor": { - "value": "#56682c", + "value": "#3b4927", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3564,10 +3564,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.olive.6}", + "value": "{base.display.color.olive.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3612,7 +3612,7 @@ "path": ["display", "olive", "borderColor", "muted"] }, "display-olive-borderColor-emphasis": { - "value": "#64762d", + "value": "#56682c", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3622,10 +3622,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.olive.5}", + "value": "{base.display.color.olive.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3670,7 +3670,7 @@ "path": ["display", "lime", "bgColor", "muted"] }, "display-lime-bgColor-emphasis": { - "value": "#527a29", + "value": "#3a5b25", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3680,10 +3680,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lime.5}", + "value": "{base.display.color.lime.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3699,7 +3699,7 @@ "path": ["display", "lime", "bgColor", "emphasis"] }, "display-lime-fgColor": { - "value": "#476c28", + "value": "#2f4a21", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3709,10 +3709,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lime.6}", + "value": "{base.display.color.lime.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3757,7 +3757,7 @@ "path": ["display", "lime", "borderColor", "muted"] }, "display-lime-borderColor-emphasis": { - "value": "#527a29", + "value": "#476c28", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3767,10 +3767,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lime.5}", + "value": "{base.display.color.lime.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3815,7 +3815,7 @@ "path": ["display", "pine", "bgColor", "muted"] }, "display-pine-bgColor-emphasis": { - "value": "#167e53", + "value": "#135d41", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3825,10 +3825,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pine.5}", + "value": "{base.display.color.pine.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3844,7 +3844,7 @@ "path": ["display", "pine", "bgColor", "emphasis"] }, "display-pine-fgColor": { - "value": "#156f4b", + "value": "#114b36", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3854,10 +3854,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pine.6}", + "value": "{base.display.color.pine.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3902,7 +3902,7 @@ "path": ["display", "pine", "borderColor", "muted"] }, "display-pine-borderColor-emphasis": { - "value": "#167e53", + "value": "#156f4b", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3912,10 +3912,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pine.5}", + "value": "{base.display.color.pine.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3960,7 +3960,7 @@ "path": ["display", "teal", "bgColor", "muted"] }, "display-teal-bgColor-emphasis": { - "value": "#127e81", + "value": "#0d5b63", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3970,10 +3970,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.teal.5}", + "value": "{base.display.color.teal.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3989,7 +3989,7 @@ "path": ["display", "teal", "bgColor", "emphasis"] }, "display-teal-fgColor": { - "value": "#106e75", + "value": "#0a4852", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3999,10 +3999,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.teal.6}", + "value": "{base.display.color.teal.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4047,7 +4047,7 @@ "path": ["display", "teal", "borderColor", "muted"] }, "display-teal-borderColor-emphasis": { - "value": "#127e81", + "value": "#106e75", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4057,10 +4057,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.teal.5}", + "value": "{base.display.color.teal.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4105,7 +4105,7 @@ "path": ["display", "cyan", "bgColor", "muted"] }, "display-cyan-bgColor-emphasis": { - "value": "#007b94", + "value": "#00596b", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4115,10 +4115,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.cyan.5}", + "value": "{base.display.color.cyan.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4134,7 +4134,7 @@ "path": ["display", "cyan", "bgColor", "emphasis"] }, "display-cyan-fgColor": { - "value": "#006a80", + "value": "#004857", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4144,10 +4144,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.cyan.6}", + "value": "{base.display.color.cyan.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4192,7 +4192,7 @@ "path": ["display", "cyan", "borderColor", "muted"] }, "display-cyan-borderColor-emphasis": { - "value": "#007b94", + "value": "#006a80", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4202,10 +4202,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.cyan.5}", + "value": "{base.display.color.cyan.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4250,7 +4250,7 @@ "path": ["display", "indigo", "bgColor", "muted"] }, "display-indigo-bgColor-emphasis": { - "value": "#5a61e7", + "value": "#393cd5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4260,10 +4260,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.indigo.5}", + "value": "{base.display.color.indigo.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4279,7 +4279,7 @@ "path": ["display", "indigo", "bgColor", "emphasis"] }, "display-indigo-fgColor": { - "value": "#494edf", + "value": "#2d2db4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4289,10 +4289,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.indigo.6}", + "value": "{base.display.color.indigo.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4337,7 +4337,7 @@ "path": ["display", "indigo", "borderColor", "muted"] }, "display-indigo-borderColor-emphasis": { - "value": "#5a61e7", + "value": "#494edf", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4347,10 +4347,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.indigo.5}", + "value": "{base.display.color.indigo.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4395,7 +4395,7 @@ "path": ["display", "pink", "bgColor", "muted"] }, "display-pink-bgColor-emphasis": { - "value": "#ce2c85", + "value": "#8e2e66", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4405,10 +4405,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pink.5}", + "value": "{base.display.color.pink.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4424,7 +4424,7 @@ "path": ["display", "pink", "bgColor", "emphasis"] }, "display-pink-fgColor": { - "value": "#b12f79", + "value": "#6e2b53", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4434,10 +4434,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pink.6}", + "value": "{base.display.color.pink.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4482,7 +4482,7 @@ "path": ["display", "pink", "borderColor", "muted"] }, "display-pink-borderColor-emphasis": { - "value": "#ce2c85", + "value": "#b12f79", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4492,10 +4492,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pink.5}", + "value": "{base.display.color.pink.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4855,10 +4855,10 @@ "path": ["control", "fgColor", "rest"] }, "control-fgColor-placeholder": { - "value": "#616a75", + "value": "#464e58", "$type": "color", "mix": { - "color": "#4b535d", + "color": "#343b43", "weight": 0.2 }, "$extensions": { @@ -4869,13 +4869,13 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/patterns-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.neutral.5}", + "value": "{base.color.neutral.6}", "$type": "color", "mix": { - "color": "{base.color.neutral.6}", + "color": "{base.color.neutral.7}", "weight": 0.2 }, "$extensions": { @@ -5410,7 +5410,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7014,7 +7014,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7395,7 +7395,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7483,7 +7483,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7734,7 +7734,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7822,7 +7822,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7852,7 +7852,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8234,7 +8234,7 @@ "path": ["button", "star", "iconColor"] }, "buttonCounter-default-bgColor-rest": { - "value": "#66707b33", + "value": "#4b535d33", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8265,7 +8265,7 @@ "path": ["buttonCounter", "default", "bgColor", "rest"] }, "buttonCounter-invisible-bgColor-rest": { - "value": "#66707b33", + "value": "#4b535d33", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8492,7 +8492,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8682,7 +8682,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8778,7 +8778,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12808,7 +12808,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12824,10 +12824,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#66707b", + "value": "#343b43", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12837,10 +12837,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.neutral.5}", + "value": "{base.color.neutral.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12853,7 +12853,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#023b95", @@ -12888,10 +12888,10 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { - "value": "#08856c", + "value": "#024c1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12904,10 +12904,10 @@ } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{prov.color.green.5}", + "value": "{base.color.green.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12923,10 +12923,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#744500", + "fgColor-open": { + "value": "#024c1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12935,14 +12935,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{fgColor.success}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12951,17 +12951,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#873800", + "fgColor-attention": { + "value": "#603700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12970,14 +12970,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12986,17 +12986,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { - "value": "#8a071e", + "fgColor-severe": { + "value": "#702c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13005,18 +13005,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, - "mix": { - "color": "#d5232c", - "weight": 0.05 - }, "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.red.6}", + "value": "{base.color.orange.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13025,21 +13021,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } - }, - "mix": { - "color": "{base.color.red.4}", - "weight": 0.05 } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#08856c", + "fgColor-danger": { + "value": "#8a071e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13048,14 +13040,18 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "mix": { + "color": "#d5232c", + "weight": 0.05 + }, + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{fgColor.success.@}", + "value": "{base.color.red.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13064,14 +13060,18 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } + }, + "mix": { + "color": "{base.color.red.4}", + "weight": 0.05 } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#8a071e", @@ -13090,7 +13090,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13106,10 +13106,10 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { - "value": "#622cbc", + "value": "#512598", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13122,10 +13122,10 @@ } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{base.color.purple.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13141,10 +13141,10 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { - "value": "#622cbc", + "value": "#512598", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13160,7 +13160,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13176,10 +13176,10 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { - "value": "#971368", + "value": "#7d0c57", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13192,10 +13192,10 @@ } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.pink.5}", + "value": "{base.color.pink.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13211,7 +13211,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#ffffff", @@ -13538,7 +13538,7 @@ "path": ["bgColor", "neutral", "muted"] }, "bgColor-neutral-emphasis": { - "value": "#66707b", + "value": "#4b535d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13548,10 +13548,11 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, + "alpha": 1, "original": { - "value": "{base.color.neutral.5}", + "value": "{base.color.neutral.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13560,7 +13561,8 @@ "group": "semantic", "scopes": ["bgColor"] } - } + }, + "alpha": 1 }, "name": "bgColor-neutral-emphasis", "attributes": {}, @@ -13637,7 +13639,7 @@ "path": ["bgColor", "accent", "emphasis"] }, "bgColor-success-muted": { - "value": "#f3f8f6", + "value": "#d2fedb", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13653,7 +13655,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{prov.color.green.0}", + "value": "{base.color.green.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13708,8 +13710,8 @@ "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#fcf7be", + "bgColor-open-muted": { + "value": "#d2fedb", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13718,14 +13720,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.0}", + "value": "{bgColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13734,17 +13736,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } } }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#744500", + "bgColor-open-emphasis": { + "value": "#055d20", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13753,14 +13755,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{bgColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13769,17 +13771,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#fff2d5", + "bgColor-attention-muted": { + "value": "#fcf7be", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13788,14 +13790,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.0}", + "value": "{base.color.yellow.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13804,17 +13806,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } } }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#873800", + "bgColor-attention-emphasis": { + "value": "#744500", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13823,14 +13825,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13839,17 +13841,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { - "value": "#fff0ee", + "bgColor-severe-muted": { + "value": "#fff2d5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13858,14 +13860,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.0}", + "value": "{base.color.orange.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13874,17 +13876,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } } }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { - "value": "#a0111f", + "bgColor-severe-emphasis": { + "value": "#873800", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13893,14 +13895,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13909,17 +13911,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { - "value": "#f3f8f6", + "bgColor-danger-muted": { + "value": "#fff0ee", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13928,14 +13930,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{bgColor.success.muted}", + "value": "{base.color.red.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13944,17 +13946,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } } }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { - "value": "#055d20", + "bgColor-danger-emphasis": { + "value": "#a0111f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13963,14 +13965,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{bgColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13979,14 +13981,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { "value": "#fff0ee", @@ -14005,7 +14007,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.0}", + "value": "{bgColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14040,7 +14042,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{bgColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14145,7 +14147,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.0}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14180,7 +14182,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14662,8 +14664,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#b58407", + "borderColor-open-muted": { + "value": "#26a148", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14672,7 +14674,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, @@ -14680,7 +14682,7 @@ "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{borderColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14689,18 +14691,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 1 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#744500", + "borderColor-open-emphasis": { + "value": "#055d20", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14709,14 +14711,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{borderColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14725,17 +14727,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#dc6d1a", + "borderColor-attention-muted": { + "value": "#b58407", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14744,7 +14746,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, @@ -14752,7 +14754,7 @@ "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.orange.3}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14761,18 +14763,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 1 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#873800", + "borderColor-attention-emphasis": { + "value": "#744500", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14781,14 +14783,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14797,17 +14799,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { - "value": "#ee5a5d", + "borderColor-severe-muted": { + "value": "#dc6d1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14816,7 +14818,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, @@ -14824,7 +14826,7 @@ "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.red.3}", + "value": "{base.color.orange.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14833,18 +14835,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 1 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { - "value": "#a0111f", + "borderColor-severe-emphasis": { + "value": "#873800", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14853,14 +14855,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14869,17 +14871,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { - "value": "#26a148", + "borderColor-danger-muted": { + "value": "#ee5a5d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14888,14 +14890,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "alpha": 1, + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{borderColor.success.muted}", + "value": "{base.color.red.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14904,17 +14907,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } - } + }, + "alpha": 1 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { - "value": "#055d20", + "borderColor-danger-emphasis": { + "value": "#a0111f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14923,14 +14927,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{borderColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14939,14 +14943,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#ee5a5d66", @@ -15110,7 +15114,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.3}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15146,7 +15150,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/docs/functional/themes/light-tritanopia.json b/dist/docs/functional/themes/light-tritanopia.json index 8657849f9..f3c2dfc13 100644 --- a/dist/docs/functional/themes/light-tritanopia.json +++ b/dist/docs/functional/themes/light-tritanopia.json @@ -5041,7 +5041,7 @@ "path": ["control", "borderColor", "selected"] }, "control-borderColor-success": { - "value": "#218bff", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5408,7 +5408,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5437,7 +5437,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6688,7 +6688,7 @@ "path": ["button", "primary", "iconColor", "rest"] }, "button-primary-bgColor-rest": { - "value": "#0f72e3", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6717,7 +6717,7 @@ "path": ["button", "primary", "bgColor", "rest"] }, "button-primary-bgColor-hover": { - "value": "#0d6bd8", + "value": "#0864d1", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6754,7 +6754,7 @@ "path": ["button", "primary", "bgColor", "hover"] }, "button-primary-bgColor-active": { - "value": "#0b64ce", + "value": "#075fc8", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6996,7 +6996,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7025,7 +7025,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7373,7 +7373,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7461,7 +7461,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7712,7 +7712,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7800,7 +7800,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7830,7 +7830,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8466,7 +8466,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8656,7 +8656,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8752,7 +8752,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12788,7 +12788,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12804,10 +12804,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#6e7781", + "value": "#57606a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12820,7 +12820,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.neutral.5}", + "value": "{base.color.neutral.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12833,7 +12833,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#0969da", @@ -12868,7 +12868,7 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { "value": "#0969da", @@ -12903,10 +12903,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#9a6700", + "fgColor-open": { + "value": "#cf222e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12915,14 +12915,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12931,17 +12931,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#cf222e", + "fgColor-attention": { + "value": "#9a6700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12950,14 +12950,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12966,17 +12966,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { - "value": "#d1242f", + "fgColor-severe": { + "value": "#cf222e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12985,15 +12985,11 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, - "mix": { - "color": "#fa4549", - "weight": 0.05 - }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -13005,21 +13001,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } - }, - "mix": { - "color": "{base.color.red.4}", - "weight": 0.05 } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#cf222e", + "fgColor-danger": { + "value": "#d1242f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13028,11 +13020,15 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "mix": { + "color": "#fa4549", + "weight": 0.05 + }, + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -13044,14 +13040,18 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } + }, + "mix": { + "color": "{base.color.red.4}", + "weight": 0.05 } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#6e7781", @@ -13086,7 +13086,7 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { "value": "#8250df", @@ -13121,7 +13121,7 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { "value": "#8250df", @@ -13140,7 +13140,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13156,7 +13156,7 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { "value": "#bf3989", @@ -13191,7 +13191,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#ffffff", @@ -13652,7 +13652,7 @@ "path": ["bgColor", "success", "muted"] }, "bgColor-success-emphasis": { - "value": "#0f72e3", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13665,14 +13665,11 @@ } } }, - "mix": { - "color": "#0969da", - "weight": 0.75 - }, + "mix": null, "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.blue.4}", + "value": "{base.color.blue.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13685,17 +13682,14 @@ } } }, - "mix": { - "color": "{base.color.blue.5}", - "weight": 0.75 - } + "mix": null }, "name": "bgColor-success-emphasis", "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#fff8c5", + "bgColor-open-muted": { + "value": "#ffebe9", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13704,14 +13698,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.0}", + "value": "{base.color.red.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13720,17 +13714,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } } }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#9a6700", + "bgColor-open-emphasis": { + "value": "#cf222e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13739,14 +13733,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13755,17 +13749,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#ffebe9", + "bgColor-attention-muted": { + "value": "#fff8c5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13774,14 +13768,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.0}", + "value": "{base.color.yellow.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13790,17 +13784,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } } }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#cf222e", + "bgColor-attention-emphasis": { + "value": "#9a6700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13809,14 +13803,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13825,16 +13819,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { + "bgColor-severe-muted": { "value": "#ffebe9", "$type": "color", "$extensions": { @@ -13844,11 +13838,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.0}", @@ -13860,16 +13854,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } } }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { + "bgColor-severe-emphasis": { "value": "#cf222e", "$type": "color", "$extensions": { @@ -13879,11 +13873,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -13895,16 +13889,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { + "bgColor-danger-muted": { "value": "#ffebe9", "$type": "color", "$extensions": { @@ -13914,11 +13908,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.red.0}", @@ -13930,16 +13924,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } } }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { + "bgColor-danger-emphasis": { "value": "#cf222e", "$type": "color", "$extensions": { @@ -13949,11 +13943,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -13965,14 +13959,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { "value": "#f6f8fa", @@ -14131,7 +14125,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.0}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14166,7 +14160,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14614,7 +14608,7 @@ "path": ["borderColor", "success", "muted"] }, "borderColor-success-emphasis": { - "value": "#218bff", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14630,7 +14624,7 @@ "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.blue.4}", + "value": "{base.color.blue.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14648,8 +14642,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#d4a72c66", + "borderColor-open-muted": { + "value": "#ff818266", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14658,15 +14652,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{base.color.red.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14675,18 +14669,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#bf8700", + "borderColor-open-emphasis": { + "value": "#cf222e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14695,14 +14689,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14711,17 +14705,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#ff818266", + "borderColor-attention-muted": { + "value": "#d4a72c66", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14730,15 +14724,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.3}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14747,18 +14741,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#cf222e", + "borderColor-attention-emphasis": { + "value": "#bf8700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14767,14 +14761,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14783,16 +14777,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { + "borderColor-severe-muted": { "value": "#ff818266", "$type": "color", "$extensions": { @@ -14802,12 +14796,12 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.3}", @@ -14819,17 +14813,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { + "borderColor-severe-emphasis": { "value": "#cf222e", "$type": "color", "$extensions": { @@ -14839,11 +14833,11 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -14855,16 +14849,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { + "borderColor-danger-muted": { "value": "#ff818266", "$type": "color", "$extensions": { @@ -14874,13 +14868,13 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", - "isSource": true, "alpha": 0.4, + "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "isSource": true, "original": { "value": "{base.color.red.3}", "$type": "color", @@ -14891,17 +14885,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, "alpha": 0.4 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { + "borderColor-danger-emphasis": { "value": "#cf222e", "$type": "color", "$extensions": { @@ -14911,11 +14905,11 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -14927,14 +14921,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#afb8c166", @@ -15098,7 +15092,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.3}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15134,7 +15128,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/docs/functional/themes/light.json b/dist/docs/functional/themes/light.json index 17d93368e..7311c0e13 100644 --- a/dist/docs/functional/themes/light.json +++ b/dist/docs/functional/themes/light.json @@ -5408,7 +5408,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5437,7 +5437,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6996,7 +6996,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7025,7 +7025,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7373,7 +7373,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7461,7 +7461,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7712,7 +7712,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7800,7 +7800,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7830,7 +7830,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8466,7 +8466,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8656,7 +8656,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8752,7 +8752,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12788,7 +12788,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12804,10 +12804,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#6e7781", + "value": "#57606a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12820,7 +12820,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.neutral.5}", + "value": "{base.color.neutral.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12833,7 +12833,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#0969da", @@ -12868,10 +12868,10 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { - "value": "#08856c", + "value": "#1a7f37", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12887,7 +12887,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{prov.color.green.5}", + "value": "{base.color.green.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12903,10 +12903,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#9a6700", + "fgColor-open": { + "value": "#1a7f37", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12915,14 +12915,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{fgColor.success}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12931,17 +12931,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#bc4c00", + "fgColor-attention": { + "value": "#9a6700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12950,14 +12950,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12966,17 +12966,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { - "value": "#d1242f", + "fgColor-severe": { + "value": "#bc4c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12985,18 +12985,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, - "mix": { - "color": "#fa4549", - "weight": 0.05 - }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13005,21 +13001,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } - }, - "mix": { - "color": "{base.color.red.4}", - "weight": 0.05 } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#08856c", + "fgColor-danger": { + "value": "#d1242f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13028,14 +13020,18 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, + "mix": { + "color": "#fa4549", + "weight": 0.05 + }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{fgColor.success.@}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13044,14 +13040,18 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } + }, + "mix": { + "color": "{base.color.red.4}", + "weight": 0.05 } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#d1242f", @@ -13070,7 +13070,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13086,7 +13086,7 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { "value": "#8250df", @@ -13121,7 +13121,7 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { "value": "#8250df", @@ -13140,7 +13140,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13156,7 +13156,7 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { "value": "#bf3989", @@ -13191,7 +13191,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#ffffff", @@ -13617,7 +13617,7 @@ "path": ["bgColor", "accent", "emphasis"] }, "bgColor-success-muted": { - "value": "#f3f8f6", + "value": "#dafbe1", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13633,7 +13633,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{prov.color.green.0}", + "value": "{base.color.green.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13694,8 +13694,8 @@ "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#fff8c5", + "bgColor-open-muted": { + "value": "#dafbe1", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13704,14 +13704,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.0}", + "value": "{bgColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13720,17 +13720,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } } }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#9a6700", + "bgColor-open-emphasis": { + "value": "#1c8e75", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13739,14 +13739,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{bgColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13755,17 +13755,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#fff1e5", + "bgColor-attention-muted": { + "value": "#fff8c5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13774,14 +13774,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.0}", + "value": "{base.color.yellow.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13790,17 +13790,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } } }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#bc4c00", + "bgColor-attention-emphasis": { + "value": "#9a6700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13809,14 +13809,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13825,17 +13825,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { - "value": "#ffebe9", + "bgColor-severe-muted": { + "value": "#fff1e5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13844,14 +13844,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.0}", + "value": "{base.color.orange.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13860,17 +13860,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } } }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { - "value": "#cf222e", + "bgColor-severe-emphasis": { + "value": "#bc4c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13879,14 +13879,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13895,17 +13895,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { - "value": "#f3f8f6", + "bgColor-danger-muted": { + "value": "#ffebe9", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13914,14 +13914,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{bgColor.success.muted}", + "value": "{base.color.red.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13930,17 +13930,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } } }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { - "value": "#1c8e75", + "bgColor-danger-emphasis": { + "value": "#cf222e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13949,14 +13949,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{bgColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13965,14 +13965,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { "value": "#ffebe9", @@ -13991,7 +13991,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.0}", + "value": "{bgColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14026,7 +14026,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{bgColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14131,7 +14131,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.0}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14166,7 +14166,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14648,8 +14648,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#d4a72c66", + "borderColor-open-muted": { + "value": "#94c5b666", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14658,7 +14658,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, @@ -14666,7 +14666,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{borderColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14675,18 +14675,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#bf8700", + "borderColor-open-emphasis": { + "value": "#08856c", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14695,14 +14695,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{borderColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14711,17 +14711,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#fb8f4466", + "borderColor-attention-muted": { + "value": "#d4a72c66", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14730,7 +14730,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, @@ -14738,7 +14738,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.3}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14747,18 +14747,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#bc4c00", + "borderColor-attention-emphasis": { + "value": "#bf8700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14767,14 +14767,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14783,17 +14783,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { - "value": "#ff818266", + "borderColor-severe-muted": { + "value": "#fb8f4466", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14802,7 +14802,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, @@ -14810,7 +14810,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.3}", + "value": "{base.color.orange.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14819,18 +14819,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { - "value": "#cf222e", + "borderColor-severe-emphasis": { + "value": "#bc4c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14839,14 +14839,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14855,17 +14855,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { - "value": "#94c5b666", + "borderColor-danger-muted": { + "value": "#ff818266", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14874,14 +14874,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, + "alpha": 0.4, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{borderColor.success.muted}", + "value": "{base.color.red.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14890,17 +14891,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } - } + }, + "alpha": 0.4 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { - "value": "#08856c", + "borderColor-danger-emphasis": { + "value": "#cf222e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14909,14 +14911,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{borderColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14925,14 +14927,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#ff818266", @@ -15096,7 +15098,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.3}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15132,7 +15134,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/figma/themes/dark-colorblind.json b/dist/figma/themes/dark-colorblind.json index 20c69fae9..22241f994 100644 --- a/dist/figma/themes/dark-colorblind.json +++ b/dist/figma/themes/dark-colorblind.json @@ -1088,45 +1088,6 @@ "web": "var(--borderColor-sponsors-muted) /* utility class: .color-border-sponsors */" } }, - { - "name": "borderColor/upsell-emphasis", - "value": { - "r": 0.5372549019607843, - "g": 0.3411764705882353, - "b": 0.8980392156862745, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/upsell-emphasis", - "reference": "base/color/dark/base/color/purple/5", - "collection": "mode", - "mode": "dark colorblind", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-emphasis" - } - }, - { - "name": "borderColor/upsell-muted", - "value": { - "r": 0.6705882352941176, - "g": 0.49019607843137253, - "b": 0.9725490196078431, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/upsell-muted", - "reference": "base/color/dark/base/color/purple/4", - "collection": "mode", - "mode": "dark colorblind", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-muted)" - } - }, { "name": "borderColor/done-emphasis", "value": { @@ -1205,45 +1166,6 @@ "web": "var(--borderColor-closed-muted) /* utility class: .color-border-closed */" } }, - { - "name": "borderColor/open-emphasis", - "value": { - "r": 0.8588235294117647, - "g": 0.42745098039215684, - "b": 0.1568627450980392, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/open-emphasis", - "reference": "base/color/dark/base/color/orange/4", - "collection": "mode", - "mode": "dark colorblind", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" - } - }, - { - "name": "borderColor/open-muted", - "value": { - "r": 0.8588235294117647, - "g": 0.42745098039215684, - "b": 0.1568627450980392, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/open-muted", - "reference": "base/color/dark/base/color/orange/4", - "collection": "mode", - "mode": "dark colorblind", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" - } - }, { "name": "borderColor/danger-emphasis", "value": { @@ -1361,6 +1283,45 @@ "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } }, + { + "name": "borderColor/open-emphasis", + "value": { + "r": 0.8588235294117647, + "g": 0.42745098039215684, + "b": 0.1568627450980392, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/open-emphasis", + "reference": "base/color/dark/base/color/orange/4", + "collection": "mode", + "mode": "dark colorblind", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + } + }, + { + "name": "borderColor/open-muted", + "value": { + "r": 0.8588235294117647, + "g": 0.42745098039215684, + "b": 0.1568627450980392, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/open-muted", + "reference": "base/color/dark/base/color/orange/4", + "collection": "mode", + "mode": "dark colorblind", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + } + }, { "name": "borderColor/success-emphasis", "value": { @@ -1579,45 +1540,6 @@ "web": "var(--bgColor-sponsors-muted) /* utility class: .color-bg-sponsors */" } }, - { - "name": "bgColor/upsell-emphasis", - "value": { - "r": 0.5372549019607843, - "g": 0.3411764705882353, - "b": 0.8980392156862745, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/upsell-emphasis", - "reference": "base/color/dark/base/color/purple/5", - "collection": "mode", - "mode": "dark colorblind", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-emphasis)" - } - }, - { - "name": "bgColor/upsell-muted", - "value": { - "r": 0.6705882352941176, - "g": 0.49019607843137253, - "b": 0.9725490196078431, - "a": 0.15 - }, - "type": "COLOR", - "alpha": 0.15, - "refId": "mode/bgColor/upsell-muted", - "reference": "base/color/dark/base/color/purple/4", - "collection": "mode", - "mode": "dark colorblind", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-muted)" - } - }, { "name": "bgColor/done-emphasis", "value": { @@ -1696,45 +1618,6 @@ "web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */" } }, - { - "name": "bgColor/open-emphasis", - "value": { - "r": 0.7411764705882353, - "g": 0.33725490196078434, - "b": 0.11372549019607843, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/open-emphasis", - "reference": "base/color/dark/base/color/orange/5", - "collection": "mode", - "mode": "dark colorblind", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" - } - }, - { - "name": "bgColor/open-muted", - "value": { - "r": 0.8588235294117647, - "g": 0.42745098039215684, - "b": 0.1568627450980392, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/bgColor/open-muted", - "reference": "base/color/dark/base/color/orange/4", - "collection": "mode", - "mode": "dark colorblind", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" - } - }, { "name": "bgColor/danger-emphasis", "value": { @@ -1852,6 +1735,45 @@ "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } }, + { + "name": "bgColor/open-emphasis", + "value": { + "r": 0.7411764705882353, + "g": 0.33725490196078434, + "b": 0.11372549019607843, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/open-emphasis", + "reference": "base/color/dark/base/color/orange/5", + "collection": "mode", + "mode": "dark colorblind", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + } + }, + { + "name": "bgColor/open-muted", + "value": { + "r": 0.8588235294117647, + "g": 0.42745098039215684, + "b": 0.1568627450980392, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/bgColor/open-muted", + "reference": "base/color/dark/base/color/orange/4", + "collection": "mode", + "mode": "dark colorblind", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + } + }, { "name": "bgColor/success-emphasis", "value": { @@ -2142,25 +2064,6 @@ "web": "var(--fgColor-sponsors) /* utility class: .color-fg-sponsors */" } }, - { - "name": "fgColor/upsell", - "value": { - "r": 0.6705882352941176, - "g": 0.49019607843137253, - "b": 0.9725490196078431, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/upsell", - "reference": "base/color/dark/base/color/purple/4", - "collection": "mode", - "mode": "dark colorblind", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-upsell)" - } - }, { "name": "fgColor/done", "value": { @@ -2199,25 +2102,6 @@ "web": "var(--fgColor-closed) /* utility class: .color-fg-closed */" } }, - { - "name": "fgColor/open", - "value": { - "r": 0.9411764705882353, - "g": 0.5333333333333333, - "b": 0.24313725490196078, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/open", - "reference": "base/color/dark/base/color/orange/3", - "collection": "mode", - "mode": "dark colorblind", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" - } - }, { "name": "fgColor/danger", "value": { @@ -2275,6 +2159,25 @@ "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } }, + { + "name": "fgColor/open", + "value": { + "r": 0.9411764705882353, + "g": 0.5333333333333333, + "b": 0.24313725490196078, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/open", + "reference": "base/color/dark/base/color/orange/3", + "collection": "mode", + "mode": "dark colorblind", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + } + }, { "name": "fgColor/success", "value": { @@ -2317,14 +2220,14 @@ { "name": "fgColor/neutral", "value": { - "r": 0.43137254901960786, - "g": 0.4627450980392157, - "b": 0.5058823529411764, + "r": 0.6941176470588235, + "g": 0.7294117647058823, + "b": 0.7686274509803922, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/neutral", - "reference": "base/color/dark/base/color/neutral/4", + "reference": "base/color/dark/base/color/neutral/2", "collection": "mode", "mode": "dark colorblind", "group": "semantic", @@ -7823,6 +7726,45 @@ "group": "component", "scopes": ["STROKE_COLOR"] }, + { + "name": "borderColor/upsell-emphasis", + "value": { + "r": 0.5372549019607843, + "g": 0.3411764705882353, + "b": 0.8980392156862745, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/upsell-emphasis", + "reference": "mode/borderColor/done-emphasis", + "collection": "mode", + "mode": "dark colorblind", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-emphasis" + } + }, + { + "name": "borderColor/upsell-muted", + "value": { + "r": 0.6705882352941176, + "g": 0.49019607843137253, + "b": 0.9725490196078431, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/upsell-muted", + "reference": "mode/borderColor/done-muted", + "collection": "mode", + "mode": "dark colorblind", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-muted)" + } + }, { "name": "borderColor/disabled", "value": { @@ -7859,6 +7801,64 @@ "web": "var(--borderColor-muted) /* utility class: .color-border-muted */" } }, + { + "name": "bgColor/upsell-emphasis", + "value": { + "r": 0.5372549019607843, + "g": 0.3411764705882353, + "b": 0.8980392156862745, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/upsell-emphasis", + "reference": "mode/bgColor/done-emphasis", + "collection": "mode", + "mode": "dark colorblind", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-emphasis)" + } + }, + { + "name": "bgColor/upsell-muted", + "value": { + "r": 0.6705882352941176, + "g": 0.49019607843137253, + "b": 0.9725490196078431, + "a": 0.15 + }, + "type": "COLOR", + "alpha": 0.15, + "refId": "mode/bgColor/upsell-muted", + "reference": "mode/bgColor/done-muted", + "collection": "mode", + "mode": "dark colorblind", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-muted)" + } + }, + { + "name": "fgColor/upsell", + "value": { + "r": 0.6705882352941176, + "g": 0.49019607843137253, + "b": 0.9725490196078431, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/upsell", + "reference": "mode/fgColor/done", + "collection": "mode", + "mode": "dark colorblind", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-upsell)" + } + }, { "name": "fgColor/link", "value": { diff --git a/dist/figma/themes/dark-dimmed.json b/dist/figma/themes/dark-dimmed.json index a2312e5f9..3f1e54e61 100644 --- a/dist/figma/themes/dark-dimmed.json +++ b/dist/figma/themes/dark-dimmed.json @@ -1118,45 +1118,6 @@ "web": "var(--borderColor-sponsors-muted) /* utility class: .color-border-sponsors */" } }, - { - "name": "borderColor/upsell-emphasis", - "value": { - "r": 0.5098039215686274, - "g": 0.33725490196078434, - "b": 0.8156862745098039, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/upsell-emphasis", - "reference": "base/color/dark-dimmed/base/color/purple/5", - "collection": "mode", - "mode": "dark dimmed", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-emphasis" - } - }, - { - "name": "borderColor/upsell-muted", - "value": { - "r": 0.596078431372549, - "g": 0.43137254901960786, - "b": 0.8862745098039215, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/upsell-muted", - "reference": "base/color/dark-dimmed/base/color/purple/4", - "collection": "mode", - "mode": "dark dimmed", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-muted)" - } - }, { "name": "borderColor/done-emphasis", "value": { @@ -1196,45 +1157,6 @@ "web": "var(--borderColor-done-muted) /* utility class: .color-border-done */" } }, - { - "name": "borderColor/closed-emphasis", - "value": { - "r": 0.788235294117647, - "g": 0.23529411764705882, - "b": 0.21568627450980393, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/closed-emphasis", - "reference": "base/color/dark-dimmed/base/color/red/5", - "collection": "mode", - "mode": "dark dimmed", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-closed-emphasis) /* utility class: .color-border-closed-emphasis */" - } - }, - { - "name": "borderColor/closed-muted", - "value": { - "r": 0.8980392156862745, - "g": 0.3254901960784314, - "b": 0.29411764705882354, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/closed-muted", - "reference": "base/color/dark-dimmed/base/color/red/4", - "collection": "mode", - "mode": "dark dimmed", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-closed-muted) /* utility class: .color-border-closed */" - } - }, { "name": "borderColor/danger-emphasis", "value": { @@ -1570,45 +1492,6 @@ "web": "var(--bgColor-sponsors-muted) /* utility class: .color-bg-sponsors */" } }, - { - "name": "bgColor/upsell-emphasis", - "value": { - "r": 0.5098039215686274, - "g": 0.33725490196078434, - "b": 0.8156862745098039, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/upsell-emphasis", - "reference": "base/color/dark-dimmed/base/color/purple/5", - "collection": "mode", - "mode": "dark dimmed", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-emphasis)" - } - }, - { - "name": "bgColor/upsell-muted", - "value": { - "r": 0.596078431372549, - "g": 0.43137254901960786, - "b": 0.8862745098039215, - "a": 0.15 - }, - "type": "COLOR", - "alpha": 0.15, - "refId": "mode/bgColor/upsell-muted", - "reference": "base/color/dark-dimmed/base/color/purple/4", - "collection": "mode", - "mode": "dark dimmed", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-muted)" - } - }, { "name": "bgColor/done-emphasis", "value": { @@ -1648,45 +1531,6 @@ "web": "var(--bgColor-done-muted) /* utility class: .color-bg-done */" } }, - { - "name": "bgColor/closed-emphasis", - "value": { - "r": 0.788235294117647, - "g": 0.23529411764705882, - "b": 0.21568627450980393, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/closed-emphasis", - "reference": "base/color/dark-dimmed/base/color/red/5", - "collection": "mode", - "mode": "dark dimmed", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-closed-emphasis) /* utility class: .color-bg-closed-emphasis */" - } - }, - { - "name": "bgColor/closed-muted", - "value": { - "r": 0.8980392156862745, - "g": 0.3254901960784314, - "b": 0.29411764705882354, - "a": 0.15 - }, - "type": "COLOR", - "alpha": 0.15, - "refId": "mode/bgColor/closed-muted", - "reference": "base/color/dark-dimmed/base/color/red/4", - "collection": "mode", - "mode": "dark dimmed", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */" - } - }, { "name": "bgColor/danger-emphasis", "value": { @@ -2094,25 +1938,6 @@ "web": "var(--fgColor-sponsors) /* utility class: .color-fg-sponsors */" } }, - { - "name": "fgColor/upsell", - "value": { - "r": 0.596078431372549, - "g": 0.43137254901960786, - "b": 0.8862745098039215, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/upsell", - "reference": "base/color/dark-dimmed/base/color/purple/4", - "collection": "mode", - "mode": "dark dimmed", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-upsell)" - } - }, { "name": "fgColor/done", "value": { @@ -2132,25 +1957,6 @@ "web": "var(--fgColor-done) /* utility class: .color-fg-done */" } }, - { - "name": "fgColor/closed", - "value": { - "r": 0.8980392156862745, - "g": 0.3254901960784314, - "b": 0.29411764705882354, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/closed", - "reference": "base/color/dark-dimmed/base/color/red/4", - "collection": "mode", - "mode": "dark dimmed", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-closed) /* utility class: .color-fg-closed */" - } - }, { "name": "fgColor/danger", "value": { @@ -2250,14 +2056,14 @@ { "name": "fgColor/neutral", "value": { - "r": 0.38823529411764707, - "g": 0.43137254901960786, - "b": 0.4823529411764706, + "r": 0.5647058823529412, + "g": 0.615686274509804, + "b": 0.6705882352941176, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/neutral", - "reference": "base/color/dark-dimmed/base/color/neutral/4", + "reference": "base/color/dark-dimmed/base/color/neutral/2", "collection": "mode", "mode": "dark dimmed", "group": "semantic", @@ -7757,6 +7563,84 @@ "group": "component", "scopes": ["STROKE_COLOR"] }, + { + "name": "borderColor/upsell-emphasis", + "value": { + "r": 0.5098039215686274, + "g": 0.33725490196078434, + "b": 0.8156862745098039, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/upsell-emphasis", + "reference": "mode/borderColor/done-emphasis", + "collection": "mode", + "mode": "dark dimmed", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-emphasis" + } + }, + { + "name": "borderColor/upsell-muted", + "value": { + "r": 0.596078431372549, + "g": 0.43137254901960786, + "b": 0.8862745098039215, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/upsell-muted", + "reference": "mode/borderColor/done-muted", + "collection": "mode", + "mode": "dark dimmed", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-muted)" + } + }, + { + "name": "borderColor/closed-emphasis", + "value": { + "r": 0.788235294117647, + "g": 0.23529411764705882, + "b": 0.21568627450980393, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/closed-emphasis", + "reference": "mode/borderColor/danger-emphasis", + "collection": "mode", + "mode": "dark dimmed", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-closed-emphasis) /* utility class: .color-border-closed-emphasis */" + } + }, + { + "name": "borderColor/closed-muted", + "value": { + "r": 0.8980392156862745, + "g": 0.3254901960784314, + "b": 0.29411764705882354, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/closed-muted", + "reference": "mode/borderColor/danger-muted", + "collection": "mode", + "mode": "dark dimmed", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-closed-muted) /* utility class: .color-border-closed */" + } + }, { "name": "borderColor/open-emphasis", "value": { @@ -7785,6 +7669,7 @@ "a": 0.4 }, "type": "COLOR", + "alpha": 0.4, "refId": "mode/borderColor/open-muted", "reference": "mode/borderColor/success-muted", "collection": "mode", @@ -7831,6 +7716,84 @@ "web": "var(--borderColor-muted) /* utility class: .color-border-muted */" } }, + { + "name": "bgColor/upsell-emphasis", + "value": { + "r": 0.5098039215686274, + "g": 0.33725490196078434, + "b": 0.8156862745098039, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/upsell-emphasis", + "reference": "mode/bgColor/done-emphasis", + "collection": "mode", + "mode": "dark dimmed", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-emphasis)" + } + }, + { + "name": "bgColor/upsell-muted", + "value": { + "r": 0.596078431372549, + "g": 0.43137254901960786, + "b": 0.8862745098039215, + "a": 0.15 + }, + "type": "COLOR", + "alpha": 0.15, + "refId": "mode/bgColor/upsell-muted", + "reference": "mode/bgColor/done-muted", + "collection": "mode", + "mode": "dark dimmed", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-muted)" + } + }, + { + "name": "bgColor/closed-emphasis", + "value": { + "r": 0.788235294117647, + "g": 0.23529411764705882, + "b": 0.21568627450980393, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/closed-emphasis", + "reference": "mode/bgColor/danger-emphasis", + "collection": "mode", + "mode": "dark dimmed", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-closed-emphasis) /* utility class: .color-bg-closed-emphasis */" + } + }, + { + "name": "bgColor/closed-muted", + "value": { + "r": 0.8980392156862745, + "g": 0.3254901960784314, + "b": 0.29411764705882354, + "a": 0.1 + }, + "type": "COLOR", + "alpha": 0.1, + "refId": "mode/bgColor/closed-muted", + "reference": "mode/bgColor/danger-muted", + "collection": "mode", + "mode": "dark dimmed", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */" + } + }, { "name": "bgColor/open-emphasis", "value": { @@ -7856,10 +7819,10 @@ "r": 0.27450980392156865, "g": 0.5843137254901961, "b": 0.2901960784313726, - "a": 0.1 + "a": 0.15 }, "type": "COLOR", - "alpha": 0.1, + "alpha": 0.15, "refId": "mode/bgColor/open-muted", "reference": "mode/bgColor/success-muted", "collection": "mode", @@ -7870,6 +7833,44 @@ "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } }, + { + "name": "fgColor/upsell", + "value": { + "r": 0.596078431372549, + "g": 0.43137254901960786, + "b": 0.8862745098039215, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/upsell", + "reference": "mode/fgColor/done", + "collection": "mode", + "mode": "dark dimmed", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-upsell)" + } + }, + { + "name": "fgColor/closed", + "value": { + "r": 0.8980392156862745, + "g": 0.3254901960784314, + "b": 0.29411764705882354, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/closed", + "reference": "mode/fgColor/danger", + "collection": "mode", + "mode": "dark dimmed", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-closed) /* utility class: .color-fg-closed */" + } + }, { "name": "fgColor/open", "value": { diff --git a/dist/figma/themes/dark-high-contrast.json b/dist/figma/themes/dark-high-contrast.json index db87c5f3d..a14c3cd0a 100644 --- a/dist/figma/themes/dark-high-contrast.json +++ b/dist/figma/themes/dark-high-contrast.json @@ -1088,45 +1088,6 @@ "web": "var(--borderColor-sponsors-muted) /* utility class: .color-border-sponsors */" } }, - { - "name": "borderColor/upsell-emphasis", - "value": { - "r": 0.7215686274509804, - "g": 0.4980392156862745, - "b": 1, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/upsell-emphasis", - "reference": "base/color/dark-high-contrast/base/color/purple/5", - "collection": "mode", - "mode": "dark high contrast", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-emphasis" - } - }, - { - "name": "borderColor/upsell-muted", - "value": { - "r": 0.7490196078431373, - "g": 0.5607843137254902, - "b": 1, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/upsell-muted", - "reference": "base/color/dark-high-contrast/base/color/purple/4", - "collection": "mode", - "mode": "dark high contrast", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-muted)" - } - }, { "name": "borderColor/done-emphasis", "value": { @@ -1166,45 +1127,6 @@ "web": "var(--borderColor-done-muted) /* utility class: .color-border-done */" } }, - { - "name": "borderColor/closed-emphasis", - "value": { - "r": 1, - "g": 0.41568627450980394, - "b": 0.4117647058823529, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/closed-emphasis", - "reference": "base/color/dark-high-contrast/base/color/red/5", - "collection": "mode", - "mode": "dark high contrast", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-closed-emphasis) /* utility class: .color-border-closed-emphasis */" - } - }, - { - "name": "borderColor/closed-muted", - "value": { - "r": 1, - "g": 0.5019607843137255, - "b": 0.5019607843137255, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/closed-muted", - "reference": "base/color/dark-high-contrast/base/color/red/4", - "collection": "mode", - "mode": "dark high contrast", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-closed-muted) /* utility class: .color-border-closed */" - } - }, { "name": "borderColor/danger-emphasis", "value": { @@ -1469,14 +1391,14 @@ { "name": "borderColor/emphasis", "value": { - "r": 0.47843137254901963, - "g": 0.5098039215686274, - "b": 0.5568627450980392, + "r": 0.6196078431372549, + "g": 0.6549019607843137, + "b": 0.7019607843137254, "a": 1 }, "type": "COLOR", "refId": "mode/borderColor/emphasis", - "reference": "base/color/dark-high-contrast/base/color/neutral/5", + "reference": "base/color/dark-high-contrast/base/color/neutral/4", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -1524,14 +1446,14 @@ { "name": "bgColor/sponsors-emphasis", "value": { - "r": 0.9372549019607843, - "g": 0.43137254901960786, - "b": 0.6941176470588235, + "r": 0.9725490196078431, + "g": 0.48627450980392156, + "b": 0.7411764705882353, "a": 1 }, "type": "COLOR", "refId": "mode/bgColor/sponsors-emphasis", - "reference": "base/color/dark-high-contrast/base/color/pink/5", + "reference": "base/color/dark-high-contrast/base/color/pink/4", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -1543,15 +1465,15 @@ { "name": "bgColor/sponsors-muted", "value": { - "r": 0.9725490196078431, - "g": 0.48627450980392156, - "b": 0.7411764705882353, - "a": 0.1 + "r": 0.9372549019607843, + "g": 0.43137254901960786, + "b": 0.6941176470588235, + "a": 0.09 }, "type": "COLOR", - "alpha": 0.1, + "alpha": 0.09, "refId": "mode/bgColor/sponsors-muted", - "reference": "base/color/dark-high-contrast/base/color/pink/4", + "reference": "base/color/dark-high-contrast/base/color/pink/5", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -1561,55 +1483,16 @@ } }, { - "name": "bgColor/upsell-emphasis", - "value": { - "r": 0.7215686274509804, - "g": 0.4980392156862745, - "b": 1, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/upsell-emphasis", - "reference": "base/color/dark-high-contrast/base/color/purple/5", - "collection": "mode", - "mode": "dark high contrast", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-emphasis)" - } - }, - { - "name": "bgColor/upsell-muted", + "name": "bgColor/done-emphasis", "value": { "r": 0.7490196078431373, "g": 0.5607843137254902, "b": 1, - "a": 0.15 - }, - "type": "COLOR", - "alpha": 0.15, - "refId": "mode/bgColor/upsell-muted", - "reference": "base/color/dark-high-contrast/base/color/purple/4", - "collection": "mode", - "mode": "dark high contrast", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-muted)" - } - }, - { - "name": "bgColor/done-emphasis", - "value": { - "r": 0.7215686274509804, - "g": 0.4980392156862745, - "b": 1, "a": 1 }, "type": "COLOR", "refId": "mode/bgColor/done-emphasis", - "reference": "base/color/dark-high-contrast/base/color/purple/5", + "reference": "base/color/dark-high-contrast/base/color/purple/4", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -1621,15 +1504,15 @@ { "name": "bgColor/done-muted", "value": { - "r": 0.7490196078431373, - "g": 0.5607843137254902, + "r": 0.7215686274509804, + "g": 0.4980392156862745, "b": 1, - "a": 0.15 + "a": 0.09 }, "type": "COLOR", - "alpha": 0.15, + "alpha": 0.09, "refId": "mode/bgColor/done-muted", - "reference": "base/color/dark-high-contrast/base/color/purple/4", + "reference": "base/color/dark-high-contrast/base/color/purple/5", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -1639,55 +1522,16 @@ } }, { - "name": "bgColor/closed-emphasis", - "value": { - "r": 1, - "g": 0.41568627450980394, - "b": 0.4117647058823529, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/closed-emphasis", - "reference": "base/color/dark-high-contrast/base/color/red/5", - "collection": "mode", - "mode": "dark high contrast", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-closed-emphasis) /* utility class: .color-bg-closed-emphasis */" - } - }, - { - "name": "bgColor/closed-muted", + "name": "bgColor/danger-emphasis", "value": { "r": 1, "g": 0.5019607843137255, "b": 0.5019607843137255, - "a": 0.15 - }, - "type": "COLOR", - "alpha": 0.15, - "refId": "mode/bgColor/closed-muted", - "reference": "base/color/dark-high-contrast/base/color/red/4", - "collection": "mode", - "mode": "dark high contrast", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */" - } - }, - { - "name": "bgColor/danger-emphasis", - "value": { - "r": 1, - "g": 0.41568627450980394, - "b": 0.4117647058823529, "a": 1 }, "type": "COLOR", "refId": "mode/bgColor/danger-emphasis", - "reference": "base/color/dark-high-contrast/base/color/red/5", + "reference": "base/color/dark-high-contrast/base/color/red/4", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -1702,10 +1546,10 @@ "r": 1, "g": 0.5019607843137255, "b": 0.5019607843137255, - "a": 0.1 + "a": 0.09 }, "type": "COLOR", - "alpha": 0.1, + "alpha": 0.09, "refId": "mode/bgColor/danger-muted", "reference": "base/color/dark-high-contrast/base/color/red/4", "collection": "mode", @@ -1719,14 +1563,14 @@ { "name": "bgColor/severe-emphasis", "value": { - "r": 0.9058823529411765, - "g": 0.5058823529411764, - "b": 0.11372549019607843, + "r": 0.9568627450980393, + "g": 0.5450980392156862, + "b": 0.1450980392156863, "a": 1 }, "type": "COLOR", "refId": "mode/bgColor/severe-emphasis", - "reference": "base/color/dark-high-contrast/base/color/orange/5", + "reference": "base/color/dark-high-contrast/base/color/orange/4", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -1741,10 +1585,10 @@ "r": 0.9568627450980393, "g": 0.5450980392156862, "b": 0.1450980392156863, - "a": 0.1 + "a": 0.088 }, "type": "COLOR", - "alpha": 0.1, + "alpha": 0.088, "refId": "mode/bgColor/severe-muted", "reference": "base/color/dark-high-contrast/base/color/orange/4", "collection": "mode", @@ -1758,14 +1602,14 @@ { "name": "bgColor/attention-emphasis", "value": { - "r": 0.8784313725490196, - "g": 0.6078431372549019, - "b": 0.07450980392156863, + "r": 0.9294117647058824, + "g": 0.6666666666666666, + "b": 0.15294117647058825, "a": 1 }, "type": "COLOR", "refId": "mode/bgColor/attention-emphasis", - "reference": "base/color/dark-high-contrast/base/color/yellow/5", + "reference": "base/color/dark-high-contrast/base/color/yellow/4", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -1797,14 +1641,14 @@ { "name": "bgColor/success-emphasis", "value": { - "r": 0.03529411764705882, - "g": 0.7058823529411765, - "b": 0.22745098039215686, + "r": 0.0392156862745098, + "g": 0.7803921568627451, + "b": 0.25098039215686274, "a": 1 }, "type": "COLOR", "refId": "mode/bgColor/success-emphasis", - "reference": "base/color/dark-high-contrast/base/color/green/5", + "reference": "base/color/dark-high-contrast/base/color/green/4", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -1819,10 +1663,10 @@ "r": 0.0392156862745098, "g": 0.7803921568627451, "b": 0.25098039215686274, - "a": 0.15 + "a": 0.14 }, "type": "COLOR", - "alpha": 0.15, + "alpha": 0.14, "refId": "mode/bgColor/success-muted", "reference": "base/color/dark-high-contrast/base/color/green/4", "collection": "mode", @@ -1836,14 +1680,14 @@ { "name": "bgColor/accent-emphasis", "value": { - "r": 0.25098039215686274, - "g": 0.6196078431372549, + "r": 0.3607843137254902, + "g": 0.6745098039215687, "b": 1, "a": 1 }, "type": "COLOR", "refId": "mode/bgColor/accent-emphasis", - "reference": "base/color/dark-high-contrast/base/color/blue/5", + "reference": "base/color/dark-high-contrast/base/color/blue/4", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -1855,15 +1699,15 @@ { "name": "bgColor/accent-muted", "value": { - "r": 0.3607843137254902, - "g": 0.6745098039215687, + "r": 0.25098039215686274, + "g": 0.6196078431372549, "b": 1, "a": 0.1 }, "type": "COLOR", "alpha": 0.1, "refId": "mode/bgColor/accent-muted", - "reference": "base/color/dark-high-contrast/base/color/blue/4", + "reference": "base/color/dark-high-contrast/base/color/blue/5", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -1891,15 +1735,15 @@ { "name": "bgColor/neutral-muted", "value": { - "r": 0.6196078431372549, - "g": 0.6549019607843137, - "b": 0.7019607843137254, - "a": 0.4 + "r": 0.47843137254901963, + "g": 0.5098039215686274, + "b": 0.5568627450980392, + "a": 0.1 }, "type": "COLOR", - "alpha": 0.4, + "alpha": 0.1, "refId": "mode/bgColor/neutral-muted", - "reference": "base/color/dark-high-contrast/base/color/neutral/4", + "reference": "base/color/dark-high-contrast/base/color/neutral/5", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -2030,14 +1874,15 @@ { "name": "bgColor/muted", "value": { - "r": 0.15294117647058825, - "g": 0.16862745098039217, - "b": 0.2, + "r": 0.09803921568627451, + "g": 0.10980392156862745, + "b": 0.13333333333333333, "a": 1 }, "type": "COLOR", + "isMix": true, "refId": "mode/bgColor/muted", - "reference": "base/color/dark-high-contrast/base/color/neutral/8", + "reference": "base/color/dark-high-contrast/base/color/neutral/9", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -2068,14 +1913,14 @@ { "name": "fgColor/sponsors", "value": { - "r": 0.9725490196078431, - "g": 0.48627450980392156, - "b": 0.7411764705882353, + "r": 1, + "g": 0.5529411764705883, + "b": 0.7803921568627451, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/sponsors", - "reference": "base/color/dark-high-contrast/base/color/pink/4", + "reference": "base/color/dark-high-contrast/base/color/pink/3", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -2085,73 +1930,35 @@ } }, { - "name": "fgColor/upsell", - "value": { - "r": 0.7490196078431373, - "g": 0.5607843137254902, - "b": 1, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/upsell", - "reference": "base/color/dark-high-contrast/base/color/purple/4", - "collection": "mode", - "mode": "dark high contrast", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-upsell)" - } - }, - { - "name": "fgColor/done", - "value": { - "r": 0.7490196078431373, - "g": 0.5607843137254902, - "b": 1, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/done", - "reference": "base/color/dark-high-contrast/base/color/purple/4", - "collection": "mode", - "mode": "dark high contrast", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-done) /* utility class: .color-fg-done */" - } - }, - { - "name": "fgColor/closed", + "name": "fgColor/done", "value": { - "r": 1, - "g": 0.5019607843137255, - "b": 0.5019607843137255, + "r": 0.796078431372549, + "g": 0.6196078431372549, + "b": 1, "a": 1 }, "type": "COLOR", - "refId": "mode/fgColor/closed", - "reference": "base/color/dark-high-contrast/base/color/red/4", + "refId": "mode/fgColor/done", + "reference": "base/color/dark-high-contrast/base/color/purple/3", "collection": "mode", "mode": "dark high contrast", "group": "semantic", "scopes": ["TEXT_FILL", "SHAPE_FILL"], "codeSyntax": { - "web": "var(--fgColor-closed) /* utility class: .color-fg-closed */" + "web": "var(--fgColor-done) /* utility class: .color-fg-done */" } }, { "name": "fgColor/danger", "value": { "r": 1, - "g": 0.5019607843137255, - "b": 0.5019607843137255, + "g": 0.5803921568627451, + "b": 0.5725490196078431, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/danger", - "reference": "base/color/dark-high-contrast/base/color/red/4", + "reference": "base/color/dark-high-contrast/base/color/red/3", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -2163,14 +1970,14 @@ { "name": "fgColor/severe", "value": { - "r": 0.9568627450980393, - "g": 0.5450980392156862, - "b": 0.1450980392156863, + "r": 0.996078431372549, + "g": 0.6039215686274509, + "b": 0.17647058823529413, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/severe", - "reference": "base/color/dark-high-contrast/base/color/orange/4", + "reference": "base/color/dark-high-contrast/base/color/orange/3", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -2220,8 +2027,8 @@ { "name": "fgColor/accent", "value": { - "r": 0.3764705882352941, - "g": 0.6823529411764706, + "r": 0.45098039215686275, + "g": 0.7215686274509804, "b": 1, "a": 1 }, @@ -2240,14 +2047,14 @@ { "name": "fgColor/neutral", "value": { - "r": 0.6196078431372549, - "g": 0.6549019607843137, - "b": 0.7019607843137254, + "r": 0.7411764705882353, + "g": 0.7686274509803922, + "b": 0.8, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/neutral", - "reference": "base/color/dark-high-contrast/base/color/neutral/4", + "reference": "base/color/dark-high-contrast/base/color/neutral/3", "collection": "mode", "mode": "dark high contrast", "group": "semantic", @@ -5418,15 +5225,15 @@ { "name": "control/fgColor/placeholder", "value": { - "r": 0.7176470588235294, - "g": 0.7450980392156863, - "b": 0.7803921568627451, + "r": 0.8941176470588236, + "g": 0.9137254901960784, + "b": 0.9294117647058824, "a": 1 }, "type": "COLOR", "isMix": true, "refId": "mode/control/fgColor/placeholder", - "reference": "base/color/dark-high-contrast/base/color/neutral/3", + "reference": "base/color/dark-high-contrast/base/color/neutral/2", "collection": "mode", "mode": "dark high contrast", "group": "component", @@ -5451,14 +5258,14 @@ { "name": "control/bgColor/selected", "value": { - "r": 0.3215686274509804, - "g": 0.34901960784313724, - "b": 0.39215686274509803, + "r": 0.15294117647058825, + "g": 0.16862745098039217, + "b": 0.2, "a": 1 }, "type": "COLOR", "refId": "mode/control/bgColor/selected", - "reference": "base/color/dark-high-contrast/base/color/neutral/6", + "reference": "base/color/dark-high-contrast/base/color/neutral/8", "collection": "mode", "mode": "dark high contrast", "group": "component", @@ -5467,9 +5274,9 @@ { "name": "control/bgColor/active", "value": { - "r": 0.3333333333333333, - "g": 0.3607843137254902, - "b": 0.403921568627451, + "r": 0.2235294117647059, + "g": 0.23921568627450981, + "b": 0.2823529411764706, "a": 1 }, "type": "COLOR", @@ -5633,14 +5440,14 @@ { "name": "display/pink/borderColor/emphasis", "value": { - "r": 0.8274509803921568, - "g": 0.27058823529411763, - "b": 0.5686274509803921, + "r": 0.8980392156862745, + "g": 0.4823529411764706, + "b": 0.6980392156862745, "a": 1 }, "type": "COLOR", "refId": "mode/display/pink/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/pink/5", + "reference": "base/color/dark/base/display/color/pink/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -5665,14 +5472,14 @@ { "name": "display/pink/fgColor", "value": { - "r": 0.8980392156862745, - "g": 0.4823529411764706, - "b": 0.6980392156862745, + "r": 0.9568627450980393, + "g": 0.6627450980392157, + "b": 0.803921568627451, "a": 1 }, "type": "COLOR", "refId": "mode/display/pink/fgColor", - "reference": "base/color/dark/base/display/color/pink/6", + "reference": "base/color/dark/base/display/color/pink/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -5681,14 +5488,14 @@ { "name": "display/pink/bgColor/emphasis", "value": { - "r": 0.6745098039215687, - "g": 0.1843137254901961, - "b": 0.4549019607843137, + "r": 0.8980392156862745, + "g": 0.4823529411764706, + "b": 0.6980392156862745, "a": 1 }, "type": "COLOR", "refId": "mode/display/pink/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/pink/4", + "reference": "base/color/dark/base/display/color/pink/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -5713,14 +5520,14 @@ { "name": "display/indigo/borderColor/emphasis", "value": { - "r": 0.4392156862745098, - "g": 0.4392156862745098, - "b": 0.8823529411764706, + "r": 0.596078431372549, + "g": 0.6, + "b": 0.9254901960784314, "a": 1 }, "type": "COLOR", "refId": "mode/display/indigo/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/indigo/5", + "reference": "base/color/dark/base/display/color/indigo/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -5745,14 +5552,14 @@ { "name": "display/indigo/fgColor", "value": { - "r": 0.596078431372549, - "g": 0.6, - "b": 0.9254901960784314, + "r": 0.7176470588235294, + "g": 0.7294117647058823, + "b": 0.9647058823529412, "a": 1 }, "type": "COLOR", "refId": "mode/display/indigo/fgColor", - "reference": "base/color/dark/base/display/color/indigo/6", + "reference": "base/color/dark/base/display/color/indigo/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -5761,14 +5568,14 @@ { "name": "display/indigo/bgColor/emphasis", "value": { - "r": 0.3176470588235294, - "g": 0.3058823529411765, - "b": 0.8313725490196079, + "r": 0.596078431372549, + "g": 0.6, + "b": 0.9254901960784314, "a": 1 }, "type": "COLOR", "refId": "mode/display/indigo/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/indigo/4", + "reference": "base/color/dark/base/display/color/indigo/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -5793,14 +5600,14 @@ { "name": "display/cyan/borderColor/emphasis", "value": { - "r": 0.0196078431372549, - "g": 0.5294117647058824, - "b": 0.7019607843137254, + "r": 0.027450980392156862, + "g": 0.6745098039215687, + "b": 0.8941176470588236, "a": 1 }, "type": "COLOR", "refId": "mode/display/cyan/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/cyan/5", + "reference": "base/color/dark/base/display/color/cyan/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -5825,14 +5632,14 @@ { "name": "display/cyan/fgColor", "value": { - "r": 0.027450980392156862, - "g": 0.6745098039215687, - "b": 0.8941176470588236, + "r": 0.27058823529411763, + "g": 0.796078431372549, + "b": 0.9686274509803922, "a": 1 }, "type": "COLOR", "refId": "mode/display/cyan/fgColor", - "reference": "base/color/dark/base/display/color/cyan/6", + "reference": "base/color/dark/base/display/color/cyan/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -5841,14 +5648,14 @@ { "name": "display/cyan/bgColor/emphasis", "value": { - "r": 0.011764705882352941, - "g": 0.41568627450980394, - "b": 0.5490196078431373, + "r": 0.027450980392156862, + "g": 0.6745098039215687, + "b": 0.8941176470588236, "a": 1 }, "type": "COLOR", "refId": "mode/display/cyan/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/cyan/4", + "reference": "base/color/dark/base/display/color/cyan/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -5873,14 +5680,14 @@ { "name": "display/teal/borderColor/emphasis", "value": { - "r": 0.08235294117647059, - "g": 0.5411764705882353, - "b": 0.5411764705882353, + "r": 0.10980392156862745, + "g": 0.6901960784313725, + "b": 0.6705882352941176, "a": 1 }, "type": "COLOR", "refId": "mode/display/teal/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/teal/5", + "reference": "base/color/dark/base/display/color/teal/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -5905,14 +5712,14 @@ { "name": "display/teal/fgColor", "value": { - "r": 0.10980392156862745, - "g": 0.6901960784313725, - "b": 0.6705882352941176, + "r": 0.1411764705882353, + "g": 0.8392156862745098, + "b": 0.7686274509803922, "a": 1 }, "type": "COLOR", "refId": "mode/display/teal/fgColor", - "reference": "base/color/dark/base/display/color/teal/6", + "reference": "base/color/dark/base/display/color/teal/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -5921,14 +5728,14 @@ { "name": "display/teal/bgColor/emphasis", "value": { - "r": 0.06274509803921569, - "g": 0.4235294117647059, - "b": 0.4392156862745098, + "r": 0.10980392156862745, + "g": 0.6901960784313725, + "b": 0.6705882352941176, "a": 1 }, "type": "COLOR", "refId": "mode/display/teal/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/teal/4", + "reference": "base/color/dark/base/display/color/teal/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -5953,14 +5760,14 @@ { "name": "display/pine/borderColor/emphasis", "value": { - "r": 0.09411764705882353, - "g": 0.5686274509803921, - "b": 0.3686274509803922, + "r": 0.10588235294117647, + "g": 0.7137254901960784, + "b": 0.45098039215686275, "a": 1 }, "type": "COLOR", "refId": "mode/display/pine/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/pine/5", + "reference": "base/color/dark/base/display/color/pine/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -5986,13 +5793,13 @@ "name": "display/pine/fgColor", "value": { "r": 0.10588235294117647, - "g": 0.7137254901960784, - "b": 0.45098039215686275, + "g": 0.8549019607843137, + "b": 0.5058823529411764, "a": 1 }, "type": "COLOR", "refId": "mode/display/pine/fgColor", - "reference": "base/color/dark/base/display/color/pine/6", + "reference": "base/color/dark/base/display/color/pine/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6001,14 +5808,14 @@ { "name": "display/pine/bgColor/emphasis", "value": { - "r": 0.0784313725490196, - "g": 0.44313725490196076, - "b": 0.2980392156862745, + "r": 0.10588235294117647, + "g": 0.7137254901960784, + "b": 0.45098039215686275, "a": 1 }, "type": "COLOR", "refId": "mode/display/pine/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/pine/4", + "reference": "base/color/dark/base/display/color/pine/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6033,14 +5840,14 @@ { "name": "display/lime/borderColor/emphasis", "value": { - "r": 0.37254901960784315, - "g": 0.5372549019607843, - "b": 0.1843137254901961, + "r": 0.49019607843137253, + "g": 0.6823529411764706, + "b": 0.21568627450980393, "a": 1 }, "type": "COLOR", "refId": "mode/display/lime/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/lime/5", + "reference": "base/color/dark/base/display/color/lime/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6065,14 +5872,14 @@ { "name": "display/lime/fgColor", "value": { - "r": 0.49019607843137253, - "g": 0.6823529411764706, - "b": 0.21568627450980393, + "r": 0.6235294117647059, + "g": 0.8, + "b": 0.24313725490196078, "a": 1 }, "type": "COLOR", "refId": "mode/display/lime/fgColor", - "reference": "base/color/dark/base/display/color/lime/6", + "reference": "base/color/dark/base/display/color/lime/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6081,14 +5888,14 @@ { "name": "display/lime/bgColor/emphasis", "value": { - "r": 0.28627450980392155, - "g": 0.4235294117647059, - "b": 0.1568627450980392, + "r": 0.49019607843137253, + "g": 0.6823529411764706, + "b": 0.21568627450980393, "a": 1 }, "type": "COLOR", "refId": "mode/display/lime/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/lime/4", + "reference": "base/color/dark/base/display/color/lime/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6113,14 +5920,14 @@ { "name": "display/olive/borderColor/emphasis", "value": { - "r": 0.47843137254901963, - "g": 0.5137254901960784, - "b": 0.12941176470588237, + "r": 0.6352941176470588, + "g": 0.6509803921568628, + "b": 0.14901960784313725, "a": 1 }, "type": "COLOR", "refId": "mode/display/olive/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/olive/5", + "reference": "base/color/dark/base/display/color/olive/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6145,14 +5952,14 @@ { "name": "display/olive/fgColor", "value": { - "r": 0.6352941176470588, - "g": 0.6509803921568628, - "b": 0.14901960784313725, + "r": 0.796078431372549, + "g": 0.7529411764705882, + "b": 0.1450980392156863, "a": 1 }, "type": "COLOR", "refId": "mode/display/olive/fgColor", - "reference": "base/color/dark/base/display/color/olive/6", + "reference": "base/color/dark/base/display/color/olive/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6161,14 +5968,14 @@ { "name": "display/olive/bgColor/emphasis", "value": { - "r": 0.3686274509803922, - "g": 0.40784313725490196, - "b": 0.11372549019607843, + "r": 0.6352941176470588, + "g": 0.6509803921568628, + "b": 0.14901960784313725, "a": 1 }, "type": "COLOR", "refId": "mode/display/olive/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/olive/4", + "reference": "base/color/dark/base/display/color/olive/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6193,14 +6000,14 @@ { "name": "display/lemon/borderColor/emphasis", "value": { - "r": 0.592156862745098, - "g": 0.4823529411764706, - "b": 0.047058823529411764, + "r": 0.7294117647058823, + "g": 0.6078431372549019, + "b": 0.07058823529411765, "a": 1 }, "type": "COLOR", "refId": "mode/display/lemon/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/lemon/5", + "reference": "base/color/dark/base/display/color/lemon/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6225,14 +6032,14 @@ { "name": "display/lemon/fgColor", "value": { - "r": 0.7294117647058823, - "g": 0.6078431372549019, - "b": 0.07058823529411765, + "r": 0.8431372549019608, + "g": 0.7372549019607844, + "b": 0.11372549019607843, "a": 1 }, "type": "COLOR", "refId": "mode/display/lemon/fgColor", - "reference": "base/color/dark/base/display/color/lemon/6", + "reference": "base/color/dark/base/display/color/lemon/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6241,14 +6048,14 @@ { "name": "display/lemon/bgColor/emphasis", "value": { - "r": 0.47058823529411764, - "g": 0.3764705882352941, - "b": 0.03137254901960784, + "r": 0.7294117647058823, + "g": 0.6078431372549019, + "b": 0.07058823529411765, "a": 1 }, "type": "COLOR", "refId": "mode/display/lemon/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/lemon/4", + "reference": "base/color/dark/base/display/color/lemon/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6273,14 +6080,14 @@ { "name": "display/brown/borderColor/emphasis", "value": { - "r": 0.5803921568627451, - "g": 0.4666666666666667, - "b": 0.2980392156862745, + "r": 0.7137254901960784, + "g": 0.6039215686274509, + "b": 0.42745098039215684, "a": 1 }, "type": "COLOR", "refId": "mode/display/brown/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/brown/5", + "reference": "base/color/dark/base/display/color/brown/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6305,14 +6112,14 @@ { "name": "display/brown/fgColor", "value": { - "r": 0.7137254901960784, - "g": 0.6039215686274509, - "b": 0.42745098039215684, + "r": 0.803921568627451, + "g": 0.7333333333333333, + "b": 0.596078431372549, "a": 1 }, "type": "COLOR", "refId": "mode/display/brown/fgColor", - "reference": "base/color/dark/base/display/color/brown/6", + "reference": "base/color/dark/base/display/color/brown/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6321,14 +6128,14 @@ { "name": "display/brown/bgColor/emphasis", "value": { - "r": 0.4588235294117647, - "g": 0.3686274509803922, - "b": 0.24313725490196078, + "r": 0.7137254901960784, + "g": 0.6039215686274509, + "b": 0.42745098039215684, "a": 1 }, "type": "COLOR", "refId": "mode/display/brown/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/brown/4", + "reference": "base/color/dark/base/display/color/brown/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6353,14 +6160,14 @@ { "name": "display/auburn/borderColor/emphasis", "value": { - "r": 0.6588235294117647, - "g": 0.43529411764705883, - "b": 0.4196078431372549, + "r": 0.7490196078431373, + "g": 0.5843137254901961, + "b": 0.5725490196078431, "a": 1 }, "type": "COLOR", "refId": "mode/display/auburn/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/auburn/5", + "reference": "base/color/dark/base/display/color/auburn/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6385,14 +6192,14 @@ { "name": "display/auburn/fgColor", "value": { - "r": 0.7490196078431373, - "g": 0.5843137254901961, - "b": 0.5725490196078431, + "r": 0.8313725490196079, + "g": 0.7176470588235294, + "b": 0.7098039215686275, "a": 1 }, "type": "COLOR", "refId": "mode/display/auburn/fgColor", - "reference": "base/color/dark/base/display/color/auburn/6", + "reference": "base/color/dark/base/display/color/auburn/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6401,14 +6208,14 @@ { "name": "display/auburn/bgColor/emphasis", "value": { - "r": 0.5294117647058824, - "g": 0.3254901960784314, - "b": 0.30980392156862746, + "r": 0.7490196078431373, + "g": 0.5843137254901961, + "b": 0.5725490196078431, "a": 1 }, "type": "COLOR", "refId": "mode/display/auburn/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/auburn/4", + "reference": "base/color/dark/base/display/color/auburn/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6433,14 +6240,14 @@ { "name": "display/gray/borderColor/emphasis", "value": { - "r": 0.43137254901960786, - "g": 0.4980392156862745, - "b": 0.5882352941176471, + "r": 0.5725490196078431, + "g": 0.6313725490196078, + "b": 0.7098039215686275, "a": 1 }, "type": "COLOR", "refId": "mode/display/gray/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/gray/5", + "reference": "base/color/dark/base/display/color/gray/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6465,14 +6272,14 @@ { "name": "display/gray/fgColor", "value": { - "r": 0.5725490196078431, - "g": 0.6313725490196078, - "b": 0.7098039215686275, + "r": 0.7019607843137254, + "g": 0.7529411764705882, + "b": 0.8196078431372549, "a": 1 }, "type": "COLOR", "refId": "mode/display/gray/fgColor", - "reference": "base/color/dark/base/display/color/gray/6", + "reference": "base/color/dark/base/display/color/gray/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6481,14 +6288,14 @@ { "name": "display/gray/bgColor/emphasis", "value": { - "r": 0.3411764705882353, - "g": 0.3843137254901961, - "b": 0.4392156862745098, + "r": 0.5725490196078431, + "g": 0.6313725490196078, + "b": 0.7098039215686275, "a": 1 }, "type": "COLOR", "refId": "mode/display/gray/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/gray/4", + "reference": "base/color/dark/base/display/color/gray/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6513,14 +6320,14 @@ { "name": "display/yellow/borderColor/emphasis", "value": { - "r": 0.6666666666666666, - "g": 0.44313725490196076, - "b": 0.03529411764705882, + "r": 0.8274509803921568, + "g": 0.5686274509803921, + "b": 0.050980392156862744, "a": 1 }, "type": "COLOR", "refId": "mode/display/yellow/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/yellow/5", + "reference": "base/color/dark/base/display/color/yellow/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6545,14 +6352,14 @@ { "name": "display/yellow/fgColor", "value": { - "r": 0.8274509803921568, - "g": 0.5686274509803921, - "b": 0.050980392156862744, + "r": 0.9294117647058824, + "g": 0.7058823529411765, + "b": 0.19215686274509805, "a": 1 }, "type": "COLOR", "refId": "mode/display/yellow/fgColor", - "reference": "base/color/dark/base/display/color/yellow/6", + "reference": "base/color/dark/base/display/color/yellow/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6561,14 +6368,14 @@ { "name": "display/yellow/bgColor/emphasis", "value": { - "r": 0.5372549019607843, - "g": 0.34901960784313724, - "b": 0.023529411764705882, + "r": 0.8274509803921568, + "g": 0.5686274509803921, + "b": 0.050980392156862744, "a": 1 }, "type": "COLOR", "refId": "mode/display/yellow/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/yellow/4", + "reference": "base/color/dark/base/display/color/yellow/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6593,14 +6400,14 @@ { "name": "display/coral/borderColor/emphasis", "value": { - "r": 0.9215686274509803, - "g": 0.2, - "b": 0.25882352941176473, + "r": 0.9686274509803922, + "g": 0.4745098039215686, + "b": 0.29411764705882354, "a": 1 }, "type": "COLOR", "refId": "mode/display/coral/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/red/5", + "reference": "base/color/dark/base/display/color/coral/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6625,14 +6432,14 @@ { "name": "display/coral/fgColor", "value": { - "r": 0.9490196078431372, - "g": 0.49019607843137253, - "b": 0.5137254901960784, + "r": 0.9921568627450981, + "g": 0.6666666666666666, + "b": 0.5254901960784314, "a": 1 }, "type": "COLOR", "refId": "mode/display/coral/fgColor", - "reference": "base/color/dark/base/display/color/red/6", + "reference": "base/color/dark/base/display/color/coral/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6641,14 +6448,14 @@ { "name": "display/coral/bgColor/emphasis", "value": { - "r": 0.7647058823529411, - "g": 0.07450980392156863, - "b": 0.1568627450980392, + "r": 0.9686274509803922, + "g": 0.4745098039215686, + "b": 0.29411764705882354, "a": 1 }, "type": "COLOR", "refId": "mode/display/coral/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/red/4", + "reference": "base/color/dark/base/display/color/coral/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6673,14 +6480,14 @@ { "name": "display/red/borderColor/emphasis", "value": { - "r": 0.9215686274509803, - "g": 0.2, - "b": 0.25882352941176473, + "r": 0.9490196078431372, + "g": 0.49019607843137253, + "b": 0.5137254901960784, "a": 1 }, "type": "COLOR", "refId": "mode/display/red/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/red/5", + "reference": "base/color/dark/base/display/color/red/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6705,14 +6512,14 @@ { "name": "display/red/fgColor", "value": { - "r": 0.9490196078431372, - "g": 0.49019607843137253, - "b": 0.5137254901960784, + "r": 0.9686274509803922, + "g": 0.6784313725490196, + "b": 0.6705882352941176, "a": 1 }, "type": "COLOR", "refId": "mode/display/red/fgColor", - "reference": "base/color/dark/base/display/color/red/6", + "reference": "base/color/dark/base/display/color/red/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6721,14 +6528,14 @@ { "name": "display/red/bgColor/emphasis", "value": { - "r": 0.7647058823529411, - "g": 0.07450980392156863, - "b": 0.1568627450980392, + "r": 0.9490196078431372, + "g": 0.49019607843137253, + "b": 0.5137254901960784, "a": 1 }, "type": "COLOR", "refId": "mode/display/red/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/red/4", + "reference": "base/color/dark/base/display/color/red/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6753,14 +6560,14 @@ { "name": "display/plum/borderColor/emphasis", "value": { - "r": 0.7137254901960784, - "g": 0.2627450980392157, - "b": 0.9372549019607843, + "r": 0.8156862745098039, + "g": 0.49411764705882355, + "b": 0.9686274509803922, "a": 1 }, "type": "COLOR", "refId": "mode/display/plum/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/plum/5", + "reference": "base/color/dark/base/display/color/plum/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6785,14 +6592,14 @@ { "name": "display/plum/fgColor", "value": { - "r": 0.8156862745098039, - "g": 0.49411764705882355, - "b": 0.9686274509803922, + "r": 0.8941176470588236, + "g": 0.6470588235294118, + "b": 0.9921568627450981, "a": 1 }, "type": "COLOR", "refId": "mode/display/plum/fgColor", - "reference": "base/color/dark/base/display/color/plum/6", + "reference": "base/color/dark/base/display/color/plum/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6801,14 +6608,14 @@ { "name": "display/plum/bgColor/emphasis", "value": { - "r": 0.5843137254901961, - "g": 0.09411764705882353, - "b": 0.8470588235294118, + "r": 0.8156862745098039, + "g": 0.49411764705882355, + "b": 0.9686274509803922, "a": 1 }, "type": "COLOR", "refId": "mode/display/plum/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/plum/4", + "reference": "base/color/dark/base/display/color/plum/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6833,14 +6640,14 @@ { "name": "display/purple/borderColor/emphasis", "value": { - "r": 0.592156862745098, - "g": 0.3568627450980392, - "b": 0.9450980392156862, + "r": 0.7137254901960784, + "g": 0.5294117647058824, + "b": 0.9686274509803922, "a": 1 }, "type": "COLOR", "refId": "mode/display/purple/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/purple/5", + "reference": "base/color/dark/base/display/color/purple/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6865,14 +6672,14 @@ { "name": "display/purple/fgColor", "value": { - "r": 0.7137254901960784, - "g": 0.5294117647058824, - "b": 0.9686274509803922, + "r": 0.8235294117647058, + "g": 0.6862745098039216, + "b": 0.9921568627450981, "a": 1 }, "type": "COLOR", "refId": "mode/display/purple/fgColor", - "reference": "base/color/dark/base/display/color/purple/6", + "reference": "base/color/dark/base/display/color/purple/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6881,14 +6688,14 @@ { "name": "display/purple/bgColor/emphasis", "value": { - "r": 0.4666666666666667, - "g": 0.18823529411764706, - "b": 0.9098039215686274, + "r": 0.7137254901960784, + "g": 0.5294117647058824, + "b": 0.9686274509803922, "a": 1 }, "type": "COLOR", "refId": "mode/display/purple/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/purple/4", + "reference": "base/color/dark/base/display/color/purple/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6913,14 +6720,14 @@ { "name": "display/orange/borderColor/emphasis", "value": { - "r": 0.7686274509803922, - "g": 0.3843137254901961, - "b": 0.07058823529411765, + "r": 0.9294117647058824, + "g": 0.5137254901960784, + "b": 0.14901960784313725, "a": 1 }, "type": "COLOR", "refId": "mode/display/orange/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/orange/5", + "reference": "base/color/dark/base/display/color/orange/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6945,14 +6752,14 @@ { "name": "display/orange/fgColor", "value": { - "r": 0.9294117647058824, - "g": 0.5137254901960784, - "b": 0.14901960784313725, + "r": 0.9647058823529412, + "g": 0.6901960784313725, + "b": 0.41568627450980394, "a": 1 }, "type": "COLOR", "refId": "mode/display/orange/fgColor", - "reference": "base/color/dark/base/display/color/orange/6", + "reference": "base/color/dark/base/display/color/orange/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6961,14 +6768,14 @@ { "name": "display/orange/bgColor/emphasis", "value": { - "r": 0.596078431372549, - "g": 0.29411764705882354, - "b": 0.06274509803921569, + "r": 0.9294117647058824, + "g": 0.5137254901960784, + "b": 0.14901960784313725, "a": 1 }, "type": "COLOR", "refId": "mode/display/orange/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/orange/4", + "reference": "base/color/dark/base/display/color/orange/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -6993,14 +6800,14 @@ { "name": "display/green/borderColor/emphasis", "value": { - "r": 0.2196078431372549, - "g": 0.5607843137254902, - "b": 0.24705882352941178, + "r": 0.2549019607843137, + "g": 0.7058823529411765, + "b": 0.27058823529411763, "a": 1 }, "type": "COLOR", "refId": "mode/display/green/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/green/5", + "reference": "base/color/dark/base/display/color/green/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -7025,14 +6832,14 @@ { "name": "display/green/fgColor", "value": { - "r": 0.2549019607843137, - "g": 0.7058823529411765, - "b": 0.27058823529411763, + "r": 0.4588235294117647, + "g": 0.8274509803921568, + "b": 0.43529411764705883, "a": 1 }, "type": "COLOR", "refId": "mode/display/green/fgColor", - "reference": "base/color/dark/base/display/color/green/6", + "reference": "base/color/dark/base/display/color/green/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -7041,14 +6848,14 @@ { "name": "display/green/bgColor/emphasis", "value": { - "r": 0.1843137254901961, - "g": 0.43529411764705883, - "b": 0.21568627450980393, + "r": 0.2549019607843137, + "g": 0.7058823529411765, + "b": 0.27058823529411763, "a": 1 }, "type": "COLOR", "refId": "mode/display/green/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/green/4", + "reference": "base/color/dark/base/display/color/green/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -7073,14 +6880,14 @@ { "name": "display/blue/borderColor/emphasis", "value": { - "r": 0.0196078431372549, - "g": 0.4627450980392157, + "r": 0.30196078431372547, + "g": 0.6274509803921569, "b": 1, "a": 1 }, "type": "COLOR", "refId": "mode/display/blue/borderColor/emphasis", - "reference": "base/color/dark/base/display/color/blue/5", + "reference": "base/color/dark/base/display/color/blue/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -7105,14 +6912,14 @@ { "name": "display/blue/fgColor", "value": { - "r": 0.30196078431372547, - "g": 0.6274509803921569, + "r": 0.5215686274509804, + "g": 0.7607843137254902, "b": 1, "a": 1 }, "type": "COLOR", "refId": "mode/display/blue/fgColor", - "reference": "base/color/dark/base/display/color/blue/6", + "reference": "base/color/dark/base/display/color/blue/8", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -7121,14 +6928,14 @@ { "name": "display/blue/bgColor/emphasis", "value": { - "r": 0, - "g": 0.3568627450980392, - "b": 0.8196078431372549, + "r": 0.30196078431372547, + "g": 0.6274509803921569, + "b": 1, "a": 1 }, "type": "COLOR", "refId": "mode/display/blue/bgColor/emphasis", - "reference": "base/color/dark/base/display/color/blue/4", + "reference": "base/color/dark/base/display/color/blue/6", "collection": "mode", "mode": "dark high contrast", "group": "component (internal)", @@ -7833,21 +7640,99 @@ "scopes": ["FRAME_FILL", "SHAPE_FILL"] }, { - "name": "highlight/neutral/bgColor", + "name": "highlight/neutral/bgColor", + "value": { + "r": 0.9411764705882353, + "g": 0.7176470588235294, + "b": 0.1843137254901961, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/highlight/neutral/bgColor", + "reference": "base/color/dark-high-contrast/base/color/yellow/3", + "collection": "mode", + "mode": "dark high contrast", + "group": "component", + "scopes": ["FRAME_FILL", "SHAPE_FILL"] + }, + { + "name": "borderColor/upsell-emphasis", + "value": { + "r": 0.7215686274509804, + "g": 0.4980392156862745, + "b": 1, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/upsell-emphasis", + "reference": "mode/borderColor/done-emphasis", + "collection": "mode", + "mode": "dark high contrast", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-emphasis" + } + }, + { + "name": "borderColor/upsell-muted", + "value": { + "r": 0.7490196078431373, + "g": 0.5607843137254902, + "b": 1, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/upsell-muted", + "reference": "mode/borderColor/done-muted", + "collection": "mode", + "mode": "dark high contrast", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-muted)" + } + }, + { + "name": "borderColor/closed-emphasis", + "value": { + "r": 1, + "g": 0.41568627450980394, + "b": 0.4117647058823529, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/closed-emphasis", + "reference": "mode/borderColor/danger-emphasis", + "collection": "mode", + "mode": "dark high contrast", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-closed-emphasis) /* utility class: .color-border-closed-emphasis */" + } + }, + { + "name": "borderColor/closed-muted", "value": { - "r": 0.9411764705882353, - "g": 0.7176470588235294, - "b": 0.1843137254901961, + "r": 1, + "g": 0.5019607843137255, + "b": 0.5019607843137255, "a": 0.4 }, "type": "COLOR", "alpha": 0.4, - "refId": "mode/highlight/neutral/bgColor", - "reference": "base/color/dark-high-contrast/base/color/yellow/3", + "refId": "mode/borderColor/closed-muted", + "reference": "mode/borderColor/danger-muted", "collection": "mode", "mode": "dark high contrast", - "group": "component", - "scopes": ["FRAME_FILL", "SHAPE_FILL"] + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-closed-muted) /* utility class: .color-border-closed */" + } }, { "name": "borderColor/open-emphasis", @@ -7877,6 +7762,7 @@ "a": 1 }, "type": "COLOR", + "alpha": 1, "refId": "mode/borderColor/open-muted", "reference": "mode/borderColor/success-muted", "collection": "mode", @@ -7903,12 +7789,90 @@ "group": "semantic", "scopes": ["STROKE_COLOR"] }, + { + "name": "bgColor/upsell-emphasis", + "value": { + "r": 0.7490196078431373, + "g": 0.5607843137254902, + "b": 1, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/upsell-emphasis", + "reference": "mode/bgColor/done-emphasis", + "collection": "mode", + "mode": "dark high contrast", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-emphasis)" + } + }, + { + "name": "bgColor/upsell-muted", + "value": { + "r": 0.7215686274509804, + "g": 0.4980392156862745, + "b": 1, + "a": 0.09 + }, + "type": "COLOR", + "alpha": 0.09, + "refId": "mode/bgColor/upsell-muted", + "reference": "mode/bgColor/done-muted", + "collection": "mode", + "mode": "dark high contrast", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-muted)" + } + }, + { + "name": "bgColor/closed-emphasis", + "value": { + "r": 1, + "g": 0.5019607843137255, + "b": 0.5019607843137255, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/closed-emphasis", + "reference": "mode/bgColor/danger-emphasis", + "collection": "mode", + "mode": "dark high contrast", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-closed-emphasis) /* utility class: .color-bg-closed-emphasis */" + } + }, + { + "name": "bgColor/closed-muted", + "value": { + "r": 1, + "g": 0.5019607843137255, + "b": 0.5019607843137255, + "a": 0.09 + }, + "type": "COLOR", + "alpha": 0.09, + "refId": "mode/bgColor/closed-muted", + "reference": "mode/bgColor/danger-muted", + "collection": "mode", + "mode": "dark high contrast", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */" + } + }, { "name": "bgColor/open-emphasis", "value": { - "r": 0.03529411764705882, - "g": 0.7058823529411765, - "b": 0.22745098039215686, + "r": 0.0392156862745098, + "g": 0.7803921568627451, + "b": 0.25098039215686274, "a": 1 }, "type": "COLOR", @@ -7928,10 +7892,10 @@ "r": 0.0392156862745098, "g": 0.7803921568627451, "b": 0.25098039215686274, - "a": 0.1 + "a": 0.14 }, "type": "COLOR", - "alpha": 0.1, + "alpha": 0.14, "refId": "mode/bgColor/open-muted", "reference": "mode/bgColor/success-muted", "collection": "mode", @@ -7942,6 +7906,44 @@ "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } }, + { + "name": "fgColor/upsell", + "value": { + "r": 0.796078431372549, + "g": 0.6196078431372549, + "b": 1, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/upsell", + "reference": "mode/fgColor/done", + "collection": "mode", + "mode": "dark high contrast", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-upsell)" + } + }, + { + "name": "fgColor/closed", + "value": { + "r": 1, + "g": 0.5803921568627451, + "b": 0.5725490196078431, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/closed", + "reference": "mode/fgColor/danger", + "collection": "mode", + "mode": "dark high contrast", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-closed) /* utility class: .color-fg-closed */" + } + }, { "name": "fgColor/open", "value": { @@ -7964,8 +7966,8 @@ { "name": "fgColor/link", "value": { - "r": 0.3764705882352941, - "g": 0.6823529411764706, + "r": 0.45098039215686275, + "g": 0.7215686274509804, "b": 1, "a": 1 }, @@ -7983,9 +7985,9 @@ { "name": "card/bgColor", "value": { - "r": 0.15294117647058825, - "g": 0.16862745098039217, - "b": 0.2, + "r": 0.09803921568627451, + "g": 0.10980392156862745, + "b": 0.13333333333333333, "a": 1 }, "type": "COLOR", @@ -7999,8 +8001,8 @@ { "name": "selection/bgColor", "value": { - "r": 0.25098039215686274, - "g": 0.6196078431372549, + "r": 0.3607843137254902, + "g": 0.6745098039215687, "b": 1, "a": 0.7 }, @@ -8083,8 +8085,8 @@ "name": "buttonCounter/danger/fgColor/disabled", "value": { "r": 1, - "g": 0.5019607843137255, - "b": 0.5019607843137255, + "g": 0.5803921568627451, + "b": 0.5725490196078431, "a": 0.5 }, "type": "COLOR", @@ -8100,8 +8102,8 @@ "name": "buttonCounter/danger/fgColor/rest", "value": { "r": 1, - "g": 0.5019607843137255, - "b": 0.5019607843137255, + "g": 0.5803921568627451, + "b": 0.5725490196078431, "a": 1 }, "type": "COLOR", @@ -8116,8 +8118,8 @@ "name": "buttonCounter/danger/bgColor/disabled", "value": { "r": 1, - "g": 0.41568627450980394, - "b": 0.4117647058823529, + "g": 0.5019607843137255, + "b": 0.5019607843137255, "a": 0.05 }, "type": "COLOR", @@ -8132,8 +8134,8 @@ { "name": "buttonCounter/outline/fgColor/disabled", "value": { - "r": 0.3764705882352941, - "g": 0.6823529411764706, + "r": 0.45098039215686275, + "g": 0.7215686274509804, "b": 1, "a": 0.5 }, @@ -8149,8 +8151,8 @@ { "name": "buttonCounter/outline/bgColor/disabled", "value": { - "r": 0.25098039215686274, - "g": 0.6196078431372549, + "r": 0.3607843137254902, + "g": 0.6745098039215687, "b": 1, "a": 0.05 }, @@ -8215,8 +8217,8 @@ "name": "button/danger/iconColor/rest", "value": { "r": 1, - "g": 0.5019607843137255, - "b": 0.5019607843137255, + "g": 0.5803921568627451, + "b": 0.5725490196078431, "a": 1 }, "type": "COLOR", @@ -8231,8 +8233,8 @@ "name": "button/danger/fgColor/disabled", "value": { "r": 1, - "g": 0.5019607843137255, - "b": 0.5019607843137255, + "g": 0.5803921568627451, + "b": 0.5725490196078431, "a": 0.5 }, "type": "COLOR", @@ -8263,8 +8265,8 @@ { "name": "button/outline/fgColor/disabled", "value": { - "r": 0.3764705882352941, - "g": 0.6823529411764706, + "r": 0.45098039215686275, + "g": 0.7215686274509804, "b": 1, "a": 0.5 }, @@ -8344,8 +8346,8 @@ { "name": "button/invisible/fgColor/rest", "value": { - "r": 0.3764705882352941, - "g": 0.6823529411764706, + "r": 0.45098039215686275, + "g": 0.7215686274509804, "b": 1, "a": 1 }, @@ -8360,9 +8362,9 @@ { "name": "button/primary/bgColor/active", "value": { - "r": 0.08235294117647059, - "g": 0.7607843137254902, - "b": 0.2627450980392157, + "r": 0.08627450980392157, + "g": 0.803921568627451, + "b": 0.2784313725490196, "a": 1 }, "type": "COLOR", @@ -8377,9 +8379,9 @@ { "name": "button/primary/bgColor/hover", "value": { - "r": 0.058823529411764705, - "g": 0.7333333333333333, - "b": 0.24705882352941178, + "r": 0.06274509803921569, + "g": 0.792156862745098, + "b": 0.2627450980392157, "a": 1 }, "type": "COLOR", @@ -8394,9 +8396,9 @@ { "name": "button/primary/bgColor/rest", "value": { - "r": 0.03529411764705882, - "g": 0.7058823529411765, - "b": 0.22745098039215686, + "r": 0.0392156862745098, + "g": 0.7803921568627451, + "b": 0.25098039215686274, "a": 1 }, "type": "COLOR", @@ -8475,9 +8477,9 @@ { "name": "button/default/bgColor/selected", "value": { - "r": 0.3333333333333333, - "g": 0.3607843137254902, - "b": 0.403921568627451, + "r": 0.2235294117647059, + "g": 0.23921568627450981, + "b": 0.2823529411764706, "a": 1 }, "type": "COLOR", @@ -8491,9 +8493,9 @@ { "name": "button/default/bgColor/active", "value": { - "r": 0.3333333333333333, - "g": 0.3607843137254902, - "b": 0.403921568627451, + "r": 0.2235294117647059, + "g": 0.23921568627450981, + "b": 0.2823529411764706, "a": 1 }, "type": "COLOR", @@ -8635,8 +8637,8 @@ { "name": "control/checked/borderColor/active", "value": { - "r": 0.32941176470588235, - "g": 0.6588235294117647, + "r": 0.39215686274509803, + "g": 0.6901960784313725, "b": 1, "a": 1 }, @@ -8652,8 +8654,8 @@ { "name": "control/checked/borderColor/hover", "value": { - "r": 0.2901960784313726, - "g": 0.6392156862745098, + "r": 0.3764705882352941, + "g": 0.6823529411764706, "b": 1, "a": 1 }, @@ -8669,8 +8671,8 @@ { "name": "control/checked/borderColor/rest", "value": { - "r": 0.25098039215686274, - "g": 0.6196078431372549, + "r": 0.3607843137254902, + "g": 0.6745098039215687, "b": 1, "a": 1 }, @@ -8717,8 +8719,8 @@ { "name": "control/checked/bgColor/active", "value": { - "r": 0.32941176470588235, - "g": 0.6588235294117647, + "r": 0.39215686274509803, + "g": 0.6901960784313725, "b": 1, "a": 1 }, @@ -8734,8 +8736,8 @@ { "name": "control/checked/bgColor/hover", "value": { - "r": 0.2901960784313726, - "g": 0.6392156862745098, + "r": 0.3764705882352941, + "g": 0.6823529411764706, "b": 1, "a": 1 }, @@ -8751,8 +8753,8 @@ { "name": "control/checked/bgColor/rest", "value": { - "r": 0.25098039215686274, - "g": 0.6196078431372549, + "r": 0.3607843137254902, + "g": 0.6745098039215687, "b": 1, "a": 1 }, @@ -8768,8 +8770,8 @@ "name": "control/danger/bgColor/active", "value": { "r": 0.9647058823529412, - "g": 0.3137254901960784, - "b": 0.3215686274509804, + "g": 0.3686274509803922, + "b": 0.3764705882352941, "a": 1 }, "type": "COLOR", @@ -8786,8 +8788,8 @@ "name": "control/danger/bgColor/hover", "value": { "r": 1, - "g": 0.41568627450980394, - "b": 0.4117647058823529, + "g": 0.5019607843137255, + "b": 0.5019607843137255, "a": 1 }, "type": "COLOR", @@ -8818,8 +8820,8 @@ "name": "control/danger/fgColor/rest", "value": { "r": 1, - "g": 0.5019607843137255, - "b": 0.5019607843137255, + "g": 0.5803921568627451, + "b": 0.5725490196078431, "a": 1 }, "type": "COLOR", @@ -8929,9 +8931,9 @@ { "name": "control/borderColor/emphasis", "value": { - "r": 0.47843137254901963, - "g": 0.5098039215686274, - "b": 0.5568627450980392, + "r": 0.6196078431372549, + "g": 0.6549019607843137, + "b": 0.7019607843137254, "a": 1 }, "type": "COLOR", @@ -9025,10 +9027,10 @@ { "name": "codeMirror/activeline/bgColor", "value": { - "r": 0.6196078431372549, - "g": 0.6549019607843137, - "b": 0.7019607843137254, - "a": 0.4 + "r": 0.47843137254901963, + "g": 0.5098039215686274, + "b": 0.5568627450980392, + "a": 0.1 }, "type": "COLOR", "refId": "mode/codeMirror/activeline/bgColor", @@ -9865,8 +9867,8 @@ { "name": "reactionButton/selected/fgColor/rest", "value": { - "r": 0.3764705882352941, - "g": 0.6823529411764706, + "r": 0.45098039215686275, + "g": 0.7215686274509804, "b": 1, "a": 1 }, @@ -10009,8 +10011,8 @@ { "name": "controlKnob/borderColor/checked", "value": { - "r": 0.25098039215686274, - "g": 0.6196078431372549, + "r": 0.3607843137254902, + "g": 0.6745098039215687, "b": 1, "a": 1 }, @@ -10041,9 +10043,9 @@ { "name": "controlKnob/borderColor/rest", "value": { - "r": 0.47843137254901963, - "g": 0.5098039215686274, - "b": 0.5568627450980392, + "r": 0.6196078431372549, + "g": 0.6549019607843137, + "b": 0.7019607843137254, "a": 1 }, "type": "COLOR", diff --git a/dist/figma/themes/dark-tritanopia.json b/dist/figma/themes/dark-tritanopia.json index c03d6a4e2..6528f09f3 100644 --- a/dist/figma/themes/dark-tritanopia.json +++ b/dist/figma/themes/dark-tritanopia.json @@ -1088,45 +1088,6 @@ "web": "var(--borderColor-sponsors-muted) /* utility class: .color-border-sponsors */" } }, - { - "name": "borderColor/upsell-emphasis", - "value": { - "r": 0.5372549019607843, - "g": 0.3411764705882353, - "b": 0.8980392156862745, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/upsell-emphasis", - "reference": "base/color/dark/base/color/purple/5", - "collection": "mode", - "mode": "dark tritanopia", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-emphasis" - } - }, - { - "name": "borderColor/upsell-muted", - "value": { - "r": 0.6705882352941176, - "g": 0.49019607843137253, - "b": 0.9725490196078431, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/upsell-muted", - "reference": "base/color/dark/base/color/purple/4", - "collection": "mode", - "mode": "dark tritanopia", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-muted)" - } - }, { "name": "borderColor/done-emphasis", "value": { @@ -1205,45 +1166,6 @@ "web": "var(--borderColor-closed-muted) /* utility class: .color-border-closed */" } }, - { - "name": "borderColor/open-emphasis", - "value": { - "r": 0.8549019607843137, - "g": 0.21176470588235294, - "b": 0.2, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/open-emphasis", - "reference": "base/color/dark/base/color/red/5", - "collection": "mode", - "mode": "dark tritanopia", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" - } - }, - { - "name": "borderColor/open-muted", - "value": { - "r": 0.9725490196078431, - "g": 0.3176470588235294, - "b": 0.28627450980392155, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/open-muted", - "reference": "base/color/dark/base/color/red/4", - "collection": "mode", - "mode": "dark tritanopia", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" - } - }, { "name": "borderColor/danger-emphasis", "value": { @@ -1361,6 +1283,45 @@ "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } }, + { + "name": "borderColor/open-emphasis", + "value": { + "r": 0.8549019607843137, + "g": 0.21176470588235294, + "b": 0.2, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/open-emphasis", + "reference": "base/color/dark/base/color/red/5", + "collection": "mode", + "mode": "dark tritanopia", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + } + }, + { + "name": "borderColor/open-muted", + "value": { + "r": 0.9725490196078431, + "g": 0.3176470588235294, + "b": 0.28627450980392155, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/open-muted", + "reference": "base/color/dark/base/color/red/4", + "collection": "mode", + "mode": "dark tritanopia", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + } + }, { "name": "borderColor/success-emphasis", "value": { @@ -1579,45 +1540,6 @@ "web": "var(--bgColor-sponsors-muted) /* utility class: .color-bg-sponsors */" } }, - { - "name": "bgColor/upsell-emphasis", - "value": { - "r": 0.5372549019607843, - "g": 0.3411764705882353, - "b": 0.8980392156862745, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/upsell-emphasis", - "reference": "base/color/dark/base/color/purple/5", - "collection": "mode", - "mode": "dark tritanopia", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-emphasis)" - } - }, - { - "name": "bgColor/upsell-muted", - "value": { - "r": 0.6705882352941176, - "g": 0.49019607843137253, - "b": 0.9725490196078431, - "a": 0.15 - }, - "type": "COLOR", - "alpha": 0.15, - "refId": "mode/bgColor/upsell-muted", - "reference": "base/color/dark/base/color/purple/4", - "collection": "mode", - "mode": "dark tritanopia", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-muted)" - } - }, { "name": "bgColor/done-emphasis", "value": { @@ -1682,10 +1604,10 @@ "r": 0.43137254901960786, "g": 0.4627450980392157, "b": 0.5058823529411764, - "a": 0.15 + "a": 0.1 }, "type": "COLOR", - "alpha": 0.15, + "alpha": 0.1, "refId": "mode/bgColor/closed-muted", "reference": "base/color/dark/base/color/neutral/4", "collection": "mode", @@ -1696,45 +1618,6 @@ "web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */" } }, - { - "name": "bgColor/open-emphasis", - "value": { - "r": 0.8549019607843137, - "g": 0.21176470588235294, - "b": 0.2, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/open-emphasis", - "reference": "base/color/dark/base/color/red/5", - "collection": "mode", - "mode": "dark tritanopia", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" - } - }, - { - "name": "bgColor/open-muted", - "value": { - "r": 0.9725490196078431, - "g": 0.3176470588235294, - "b": 0.28627450980392155, - "a": 0.1 - }, - "type": "COLOR", - "alpha": 0.1, - "refId": "mode/bgColor/open-muted", - "reference": "base/color/dark/base/color/red/4", - "collection": "mode", - "mode": "dark tritanopia", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" - } - }, { "name": "bgColor/danger-emphasis", "value": { @@ -1852,6 +1735,45 @@ "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } }, + { + "name": "bgColor/open-emphasis", + "value": { + "r": 0.8549019607843137, + "g": 0.21176470588235294, + "b": 0.2, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/open-emphasis", + "reference": "base/color/dark/base/color/red/5", + "collection": "mode", + "mode": "dark tritanopia", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + } + }, + { + "name": "bgColor/open-muted", + "value": { + "r": 0.9725490196078431, + "g": 0.3176470588235294, + "b": 0.28627450980392155, + "a": 0.15 + }, + "type": "COLOR", + "alpha": 0.15, + "refId": "mode/bgColor/open-muted", + "reference": "base/color/dark/base/color/red/4", + "collection": "mode", + "mode": "dark tritanopia", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + } + }, { "name": "bgColor/success-emphasis", "value": { @@ -2142,25 +2064,6 @@ "web": "var(--fgColor-sponsors) /* utility class: .color-fg-sponsors */" } }, - { - "name": "fgColor/upsell", - "value": { - "r": 0.6705882352941176, - "g": 0.49019607843137253, - "b": 0.9725490196078431, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/upsell", - "reference": "base/color/dark/base/color/purple/4", - "collection": "mode", - "mode": "dark tritanopia", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-upsell)" - } - }, { "name": "fgColor/done", "value": { @@ -2199,25 +2102,6 @@ "web": "var(--fgColor-closed) /* utility class: .color-fg-closed */" } }, - { - "name": "fgColor/open", - "value": { - "r": 0.9725490196078431, - "g": 0.3176470588235294, - "b": 0.28627450980392155, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/open", - "reference": "base/color/dark/base/color/red/4", - "collection": "mode", - "mode": "dark tritanopia", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" - } - }, { "name": "fgColor/danger", "value": { @@ -2275,6 +2159,25 @@ "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } }, + { + "name": "fgColor/open", + "value": { + "r": 0.9725490196078431, + "g": 0.3176470588235294, + "b": 0.28627450980392155, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/open", + "reference": "base/color/dark/base/color/red/4", + "collection": "mode", + "mode": "dark tritanopia", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + } + }, { "name": "fgColor/success", "value": { @@ -2317,14 +2220,14 @@ { "name": "fgColor/neutral", "value": { - "r": 0.43137254901960786, - "g": 0.4627450980392157, - "b": 0.5058823529411764, + "r": 0.6941176470588235, + "g": 0.7294117647058823, + "b": 0.7686274509803922, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/neutral", - "reference": "base/color/dark/base/color/neutral/4", + "reference": "base/color/dark/base/color/neutral/2", "collection": "mode", "mode": "dark tritanopia", "group": "semantic", @@ -7824,6 +7727,45 @@ "group": "component", "scopes": ["STROKE_COLOR"] }, + { + "name": "borderColor/upsell-emphasis", + "value": { + "r": 0.5372549019607843, + "g": 0.3411764705882353, + "b": 0.8980392156862745, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/upsell-emphasis", + "reference": "mode/borderColor/done-emphasis", + "collection": "mode", + "mode": "dark tritanopia", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-emphasis" + } + }, + { + "name": "borderColor/upsell-muted", + "value": { + "r": 0.6705882352941176, + "g": 0.49019607843137253, + "b": 0.9725490196078431, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/upsell-muted", + "reference": "mode/borderColor/done-muted", + "collection": "mode", + "mode": "dark tritanopia", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-muted)" + } + }, { "name": "borderColor/disabled", "value": { @@ -7860,6 +7802,64 @@ "web": "var(--borderColor-muted) /* utility class: .color-border-muted */" } }, + { + "name": "bgColor/upsell-emphasis", + "value": { + "r": 0.5372549019607843, + "g": 0.3411764705882353, + "b": 0.8980392156862745, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/upsell-emphasis", + "reference": "mode/bgColor/done-emphasis", + "collection": "mode", + "mode": "dark tritanopia", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-emphasis)" + } + }, + { + "name": "bgColor/upsell-muted", + "value": { + "r": 0.6705882352941176, + "g": 0.49019607843137253, + "b": 0.9725490196078431, + "a": 0.15 + }, + "type": "COLOR", + "alpha": 0.15, + "refId": "mode/bgColor/upsell-muted", + "reference": "mode/bgColor/done-muted", + "collection": "mode", + "mode": "dark tritanopia", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-muted)" + } + }, + { + "name": "fgColor/upsell", + "value": { + "r": 0.6705882352941176, + "g": 0.49019607843137253, + "b": 0.9725490196078431, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/upsell", + "reference": "mode/fgColor/done", + "collection": "mode", + "mode": "dark tritanopia", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-upsell)" + } + }, { "name": "fgColor/link", "value": { diff --git a/dist/figma/themes/dark.json b/dist/figma/themes/dark.json index 0b2329f92..a39f5870e 100644 --- a/dist/figma/themes/dark.json +++ b/dist/figma/themes/dark.json @@ -1088,45 +1088,6 @@ "web": "var(--borderColor-sponsors-muted) /* utility class: .color-border-sponsors */" } }, - { - "name": "borderColor/upsell-emphasis", - "value": { - "r": 0.5372549019607843, - "g": 0.3411764705882353, - "b": 0.8980392156862745, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/upsell-emphasis", - "reference": "base/color/dark/base/color/purple/5", - "collection": "mode", - "mode": "dark", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-emphasis" - } - }, - { - "name": "borderColor/upsell-muted", - "value": { - "r": 0.6705882352941176, - "g": 0.49019607843137253, - "b": 0.9725490196078431, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/upsell-muted", - "reference": "base/color/dark/base/color/purple/4", - "collection": "mode", - "mode": "dark", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-muted)" - } - }, { "name": "borderColor/done-emphasis", "value": { @@ -1166,45 +1127,6 @@ "web": "var(--borderColor-done-muted) /* utility class: .color-border-done */" } }, - { - "name": "borderColor/closed-emphasis", - "value": { - "r": 0.8549019607843137, - "g": 0.21176470588235294, - "b": 0.2, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/closed-emphasis", - "reference": "base/color/dark/base/color/red/5", - "collection": "mode", - "mode": "dark", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-closed-emphasis) /* utility class: .color-border-closed-emphasis */" - } - }, - { - "name": "borderColor/closed-muted", - "value": { - "r": 0.9725490196078431, - "g": 0.3176470588235294, - "b": 0.28627450980392155, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/closed-muted", - "reference": "base/color/dark/base/color/red/4", - "collection": "mode", - "mode": "dark", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-closed-muted) /* utility class: .color-border-closed */" - } - }, { "name": "borderColor/danger-emphasis", "value": { @@ -1540,45 +1462,6 @@ "web": "var(--bgColor-sponsors-muted) /* utility class: .color-bg-sponsors */" } }, - { - "name": "bgColor/upsell-emphasis", - "value": { - "r": 0.5372549019607843, - "g": 0.3411764705882353, - "b": 0.8980392156862745, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/upsell-emphasis", - "reference": "base/color/dark/base/color/purple/5", - "collection": "mode", - "mode": "dark", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-emphasis)" - } - }, - { - "name": "bgColor/upsell-muted", - "value": { - "r": 0.6705882352941176, - "g": 0.49019607843137253, - "b": 0.9725490196078431, - "a": 0.15 - }, - "type": "COLOR", - "alpha": 0.15, - "refId": "mode/bgColor/upsell-muted", - "reference": "base/color/dark/base/color/purple/4", - "collection": "mode", - "mode": "dark", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-muted)" - } - }, { "name": "bgColor/done-emphasis", "value": { @@ -1618,45 +1501,6 @@ "web": "var(--bgColor-done-muted) /* utility class: .color-bg-done */" } }, - { - "name": "bgColor/closed-emphasis", - "value": { - "r": 0.8549019607843137, - "g": 0.21176470588235294, - "b": 0.2, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/closed-emphasis", - "reference": "base/color/dark/base/color/red/5", - "collection": "mode", - "mode": "dark", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-closed-emphasis) /* utility class: .color-bg-closed-emphasis */" - } - }, - { - "name": "bgColor/closed-muted", - "value": { - "r": 0.9725490196078431, - "g": 0.3176470588235294, - "b": 0.28627450980392155, - "a": 0.15 - }, - "type": "COLOR", - "alpha": 0.15, - "refId": "mode/bgColor/closed-muted", - "reference": "base/color/dark/base/color/red/4", - "collection": "mode", - "mode": "dark", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */" - } - }, { "name": "bgColor/danger-emphasis", "value": { @@ -2064,25 +1908,6 @@ "web": "var(--fgColor-sponsors) /* utility class: .color-fg-sponsors */" } }, - { - "name": "fgColor/upsell", - "value": { - "r": 0.6705882352941176, - "g": 0.49019607843137253, - "b": 0.9725490196078431, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/upsell", - "reference": "base/color/dark/base/color/purple/4", - "collection": "mode", - "mode": "dark", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-upsell)" - } - }, { "name": "fgColor/done", "value": { @@ -2102,25 +1927,6 @@ "web": "var(--fgColor-done) /* utility class: .color-fg-done */" } }, - { - "name": "fgColor/closed", - "value": { - "r": 0.9725490196078431, - "g": 0.3176470588235294, - "b": 0.28627450980392155, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/closed", - "reference": "base/color/dark/base/color/red/4", - "collection": "mode", - "mode": "dark", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-closed) /* utility class: .color-fg-closed */" - } - }, { "name": "fgColor/danger", "value": { @@ -2220,14 +2026,14 @@ { "name": "fgColor/neutral", "value": { - "r": 0.43137254901960786, - "g": 0.4627450980392157, - "b": 0.5058823529411764, + "r": 0.6941176470588235, + "g": 0.7294117647058823, + "b": 0.7686274509803922, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/neutral", - "reference": "base/color/dark/base/color/neutral/4", + "reference": "base/color/dark/base/color/neutral/2", "collection": "mode", "mode": "dark", "group": "semantic", @@ -7727,6 +7533,84 @@ "group": "component", "scopes": ["STROKE_COLOR"] }, + { + "name": "borderColor/upsell-emphasis", + "value": { + "r": 0.5372549019607843, + "g": 0.3411764705882353, + "b": 0.8980392156862745, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/upsell-emphasis", + "reference": "mode/borderColor/done-emphasis", + "collection": "mode", + "mode": "dark", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-emphasis" + } + }, + { + "name": "borderColor/upsell-muted", + "value": { + "r": 0.6705882352941176, + "g": 0.49019607843137253, + "b": 0.9725490196078431, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/upsell-muted", + "reference": "mode/borderColor/done-muted", + "collection": "mode", + "mode": "dark", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-muted)" + } + }, + { + "name": "borderColor/closed-emphasis", + "value": { + "r": 0.8549019607843137, + "g": 0.21176470588235294, + "b": 0.2, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/closed-emphasis", + "reference": "mode/borderColor/danger-emphasis", + "collection": "mode", + "mode": "dark", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-closed-emphasis) /* utility class: .color-border-closed-emphasis */" + } + }, + { + "name": "borderColor/closed-muted", + "value": { + "r": 0.9725490196078431, + "g": 0.3176470588235294, + "b": 0.28627450980392155, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/closed-muted", + "reference": "mode/borderColor/danger-muted", + "collection": "mode", + "mode": "dark", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-closed-muted) /* utility class: .color-border-closed */" + } + }, { "name": "borderColor/open-emphasis", "value": { @@ -7755,6 +7639,7 @@ "a": 0.4 }, "type": "COLOR", + "alpha": 0.4, "refId": "mode/borderColor/open-muted", "reference": "mode/borderColor/success-muted", "collection": "mode", @@ -7801,6 +7686,84 @@ "web": "var(--borderColor-muted) /* utility class: .color-border-muted */" } }, + { + "name": "bgColor/upsell-emphasis", + "value": { + "r": 0.5372549019607843, + "g": 0.3411764705882353, + "b": 0.8980392156862745, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/upsell-emphasis", + "reference": "mode/bgColor/done-emphasis", + "collection": "mode", + "mode": "dark", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-emphasis)" + } + }, + { + "name": "bgColor/upsell-muted", + "value": { + "r": 0.6705882352941176, + "g": 0.49019607843137253, + "b": 0.9725490196078431, + "a": 0.15 + }, + "type": "COLOR", + "alpha": 0.15, + "refId": "mode/bgColor/upsell-muted", + "reference": "mode/bgColor/done-muted", + "collection": "mode", + "mode": "dark", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-muted)" + } + }, + { + "name": "bgColor/closed-emphasis", + "value": { + "r": 0.8549019607843137, + "g": 0.21176470588235294, + "b": 0.2, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/closed-emphasis", + "reference": "mode/bgColor/danger-emphasis", + "collection": "mode", + "mode": "dark", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-closed-emphasis) /* utility class: .color-bg-closed-emphasis */" + } + }, + { + "name": "bgColor/closed-muted", + "value": { + "r": 0.9725490196078431, + "g": 0.3176470588235294, + "b": 0.28627450980392155, + "a": 0.1 + }, + "type": "COLOR", + "alpha": 0.1, + "refId": "mode/bgColor/closed-muted", + "reference": "mode/bgColor/danger-muted", + "collection": "mode", + "mode": "dark", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */" + } + }, { "name": "bgColor/open-emphasis", "value": { @@ -7826,10 +7789,10 @@ "r": 0.1803921568627451, "g": 0.6274509803921569, "b": 0.2627450980392157, - "a": 0.1 + "a": 0.15 }, "type": "COLOR", - "alpha": 0.1, + "alpha": 0.15, "refId": "mode/bgColor/open-muted", "reference": "mode/bgColor/success-muted", "collection": "mode", @@ -7840,6 +7803,44 @@ "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } }, + { + "name": "fgColor/upsell", + "value": { + "r": 0.6705882352941176, + "g": 0.49019607843137253, + "b": 0.9725490196078431, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/upsell", + "reference": "mode/fgColor/done", + "collection": "mode", + "mode": "dark", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-upsell)" + } + }, + { + "name": "fgColor/closed", + "value": { + "r": 0.9725490196078431, + "g": 0.3176470588235294, + "b": 0.28627450980392155, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/closed", + "reference": "mode/fgColor/danger", + "collection": "mode", + "mode": "dark", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-closed) /* utility class: .color-fg-closed */" + } + }, { "name": "fgColor/open", "value": { diff --git a/dist/figma/themes/light-colorblind.json b/dist/figma/themes/light-colorblind.json index 0dfaede60..e531e1ef9 100644 --- a/dist/figma/themes/light-colorblind.json +++ b/dist/figma/themes/light-colorblind.json @@ -988,45 +988,6 @@ "web": "var(--borderColor-sponsors-muted) /* utility class: .color-border-sponsors */" } }, - { - "name": "borderColor/upsell-emphasis", - "value": { - "r": 0.5098039215686274, - "g": 0.3137254901960784, - "b": 0.8745098039215686, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/upsell-emphasis", - "reference": "base/color/light/base/color/purple/5", - "collection": "mode", - "mode": "light colorblind", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-emphasis)" - } - }, - { - "name": "borderColor/upsell-muted", - "value": { - "r": 0.7607843137254902, - "g": 0.592156862745098, - "b": 1, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/upsell-muted", - "reference": "base/color/light/base/color/purple/3", - "collection": "mode", - "mode": "light colorblind", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-muted)" - } - }, { "name": "borderColor/done-emphasis", "value": { @@ -1105,45 +1066,6 @@ "web": "var(--borderColor-closed-muted) /* utility class: .color-border-closed */" } }, - { - "name": "borderColor/open-emphasis", - "value": { - "r": 0.8823529411764706, - "g": 0.43529411764705883, - "b": 0.1411764705882353, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/open-emphasis", - "reference": "base/color/light/base/color/orange/4", - "collection": "mode", - "mode": "light colorblind", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" - } - }, - { - "name": "borderColor/open-muted", - "value": { - "r": 0.984313725490196, - "g": 0.5607843137254902, - "b": 0.26666666666666666, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/open-muted", - "reference": "base/color/light/base/color/orange/3", - "collection": "mode", - "mode": "light colorblind", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" - } - }, { "name": "borderColor/danger-emphasis", "value": { @@ -1261,17 +1183,56 @@ "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } }, + { + "name": "borderColor/open-emphasis", + "value": { + "r": 0.8823529411764706, + "g": 0.43529411764705883, + "b": 0.1411764705882353, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/open-emphasis", + "reference": "base/color/light/base/color/orange/4", + "collection": "mode", + "mode": "light colorblind", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + } + }, + { + "name": "borderColor/open-muted", + "value": { + "r": 0.984313725490196, + "g": 0.5607843137254902, + "b": 0.26666666666666666, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/open-muted", + "reference": "base/color/light/base/color/orange/3", + "collection": "mode", + "mode": "light colorblind", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + } + }, { "name": "borderColor/success-emphasis", "value": { - "r": 0.12941176470588237, - "g": 0.5450980392156862, - "b": 1, + "r": 0.03529411764705882, + "g": 0.4117647058823529, + "b": 0.8549019607843137, "a": 1 }, "type": "COLOR", "refId": "mode/borderColor/success-emphasis", - "reference": "base/color/light/base/color/blue/4", + "reference": "base/color/light/base/color/blue/5", "collection": "mode", "mode": "light colorblind", "group": "semantic", @@ -1478,44 +1439,6 @@ "web": "var(--bgColor-sponsors-muted) /* utility class: .color-bg-sponsors */" } }, - { - "name": "bgColor/upsell-emphasis", - "value": { - "r": 0.5098039215686274, - "g": 0.3137254901960784, - "b": 0.8745098039215686, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/upsell-emphasis", - "reference": "base/color/light/base/color/purple/5", - "collection": "mode", - "mode": "light colorblind", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-emphasis)" - } - }, - { - "name": "bgColor/upsell-muted", - "value": { - "r": 0.984313725490196, - "g": 0.9372549019607843, - "b": 1, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/upsell-muted", - "reference": "base/color/light/base/color/purple/0", - "collection": "mode", - "mode": "light colorblind", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-muted)" - } - }, { "name": "bgColor/done-emphasis", "value": { @@ -1593,45 +1516,6 @@ "web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */" } }, - { - "name": "bgColor/open-emphasis", - "value": { - "r": 0.8823529411764706, - "g": 0.43529411764705883, - "b": 0.1411764705882353, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/open-emphasis", - "reference": "base/color/light/base/color/orange/4", - "collection": "mode", - "mode": "light colorblind", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" - } - }, - { - "name": "bgColor/open-muted", - "value": { - "r": 0.984313725490196, - "g": 0.5607843137254902, - "b": 0.26666666666666666, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/bgColor/open-muted", - "reference": "base/color/light/base/color/orange/3", - "collection": "mode", - "mode": "light colorblind", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" - } - }, { "name": "bgColor/danger-emphasis", "value": { @@ -1746,18 +1630,56 @@ "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } }, + { + "name": "bgColor/open-emphasis", + "value": { + "r": 0.8823529411764706, + "g": 0.43529411764705883, + "b": 0.1411764705882353, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/open-emphasis", + "reference": "base/color/light/base/color/orange/4", + "collection": "mode", + "mode": "light colorblind", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + } + }, + { + "name": "bgColor/open-muted", + "value": { + "r": 0.984313725490196, + "g": 0.5607843137254902, + "b": 0.26666666666666666, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/bgColor/open-muted", + "reference": "base/color/light/base/color/orange/3", + "collection": "mode", + "mode": "light colorblind", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + } + }, { "name": "bgColor/success-emphasis", "value": { - "r": 0.058823529411764705, - "g": 0.4470588235294118, - "b": 0.8901960784313725, + "r": 0.03529411764705882, + "g": 0.4117647058823529, + "b": 0.8549019607843137, "a": 1 }, "type": "COLOR", - "isMix": true, "refId": "mode/bgColor/success-emphasis", - "reference": "base/color/light/base/color/blue/4", + "reference": "base/color/light/base/color/blue/5", "collection": "mode", "mode": "light colorblind", "group": "semantic", @@ -2035,25 +1957,6 @@ "web": "var(--fgColor-sponsors) /* utility class: .color-fg-sponsors */" } }, - { - "name": "fgColor/upsell", - "value": { - "r": 0.5098039215686274, - "g": 0.3137254901960784, - "b": 0.8745098039215686, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/upsell", - "reference": "base/color/light/base/color/purple/5", - "collection": "mode", - "mode": "light colorblind", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-upsell)" - } - }, { "name": "fgColor/done", "value": { @@ -2092,25 +1995,6 @@ "web": "var(--fgColor-closed) /* utility class: .color-fg-closed */" } }, - { - "name": "fgColor/open", - "value": { - "r": 0.7372549019607844, - "g": 0.2980392156862745, - "b": 0, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/open", - "reference": "base/color/light/base/color/orange/5", - "collection": "mode", - "mode": "light colorblind", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" - } - }, { "name": "fgColor/danger", "value": { @@ -2169,6 +2053,25 @@ "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } }, + { + "name": "fgColor/open", + "value": { + "r": 0.7372549019607844, + "g": 0.2980392156862745, + "b": 0, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/open", + "reference": "base/color/light/base/color/orange/5", + "collection": "mode", + "mode": "light colorblind", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + } + }, { "name": "fgColor/success", "value": { @@ -2210,14 +2113,14 @@ { "name": "fgColor/neutral", "value": { - "r": 0.43137254901960786, - "g": 0.4666666666666667, - "b": 0.5058823529411764, + "r": 0.3411764705882353, + "g": 0.3764705882352941, + "b": 0.41568627450980394, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/neutral", - "reference": "base/color/light/base/color/neutral/5", + "reference": "base/color/light/base/color/neutral/6", "collection": "mode", "mode": "light colorblind", "group": "semantic", @@ -7583,6 +7486,45 @@ "group": "component", "scopes": ["STROKE_COLOR"] }, + { + "name": "borderColor/upsell-emphasis", + "value": { + "r": 0.5098039215686274, + "g": 0.3137254901960784, + "b": 0.8745098039215686, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/upsell-emphasis", + "reference": "mode/borderColor/done-emphasis", + "collection": "mode", + "mode": "light colorblind", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-emphasis)" + } + }, + { + "name": "borderColor/upsell-muted", + "value": { + "r": 0.7607843137254902, + "g": 0.592156862745098, + "b": 1, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/upsell-muted", + "reference": "mode/borderColor/done-muted", + "collection": "mode", + "mode": "light colorblind", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-muted)" + } + }, { "name": "borderColor/disabled", "value": { @@ -7619,6 +7561,63 @@ "web": "var(--borderColor-muted) /* utility class: .color-border-muted */" } }, + { + "name": "bgColor/upsell-emphasis", + "value": { + "r": 0.5098039215686274, + "g": 0.3137254901960784, + "b": 0.8745098039215686, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/upsell-emphasis", + "reference": "mode/bgColor/done-emphasis", + "collection": "mode", + "mode": "light colorblind", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-emphasis)" + } + }, + { + "name": "bgColor/upsell-muted", + "value": { + "r": 0.984313725490196, + "g": 0.9372549019607843, + "b": 1, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/upsell-muted", + "reference": "mode/bgColor/done-muted", + "collection": "mode", + "mode": "light colorblind", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-muted)" + } + }, + { + "name": "fgColor/upsell", + "value": { + "r": 0.5098039215686274, + "g": 0.3137254901960784, + "b": 0.8745098039215686, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/upsell", + "reference": "mode/fgColor/done", + "collection": "mode", + "mode": "light colorblind", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-upsell)" + } + }, { "name": "fgColor/link", "value": { @@ -8260,9 +8259,9 @@ { "name": "button/primary/bgColor/active", "value": { - "r": 0.043137254901960784, - "g": 0.39215686274509803, - "b": 0.807843137254902, + "r": 0.027450980392156862, + "g": 0.37254901960784315, + "b": 0.7843137254901961, "a": 1 }, "type": "COLOR", @@ -8277,9 +8276,9 @@ { "name": "button/primary/bgColor/hover", "value": { - "r": 0.050980392156862744, - "g": 0.4196078431372549, - "b": 0.8470588235294118, + "r": 0.03137254901960784, + "g": 0.39215686274509803, + "b": 0.8196078431372549, "a": 1 }, "type": "COLOR", @@ -8294,9 +8293,9 @@ { "name": "button/primary/bgColor/rest", "value": { - "r": 0.058823529411764705, - "g": 0.4470588235294118, - "b": 0.8901960784313725, + "r": 0.03529411764705882, + "g": 0.4117647058823529, + "b": 0.8549019607843137, "a": 1 }, "type": "COLOR", @@ -8844,9 +8843,9 @@ { "name": "control/borderColor/success", "value": { - "r": 0.12941176470588237, - "g": 0.5450980392156862, - "b": 1, + "r": 0.03529411764705882, + "g": 0.4117647058823529, + "b": 0.8549019607843137, "a": 1 }, "type": "COLOR", diff --git a/dist/figma/themes/light-high-contrast.json b/dist/figma/themes/light-high-contrast.json index 1173fd7a9..86b5efb0c 100644 --- a/dist/figma/themes/light-high-contrast.json +++ b/dist/figma/themes/light-high-contrast.json @@ -988,45 +988,6 @@ "web": "var(--borderColor-sponsors-muted) /* utility class: .color-border-sponsors */" } }, - { - "name": "borderColor/upsell-emphasis", - "value": { - "r": 0.3843137254901961, - "g": 0.17254901960784313, - "b": 0.7372549019607844, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/upsell-emphasis", - "reference": "base/color/light-high-contrast/base/color/purple/5", - "collection": "mode", - "mode": "light high contrast", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-emphasis)" - } - }, - { - "name": "borderColor/upsell-muted", - "value": { - "r": 0.6392156862745098, - "g": 0.44313725490196076, - "b": 0.9686274509803922, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/upsell-muted", - "reference": "base/color/light-high-contrast/base/color/purple/3", - "collection": "mode", - "mode": "light high contrast", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-muted)" - } - }, { "name": "borderColor/done-emphasis", "value": { @@ -1459,44 +1420,6 @@ "web": "var(--bgColor-sponsors-muted) /* utility class: .color-bg-sponsors */" } }, - { - "name": "bgColor/upsell-emphasis", - "value": { - "r": 0.3843137254901961, - "g": 0.17254901960784313, - "b": 0.7372549019607844, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/upsell-emphasis", - "reference": "base/color/light-high-contrast/base/color/purple/5", - "collection": "mode", - "mode": "light high contrast", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-emphasis)" - } - }, - { - "name": "bgColor/upsell-muted", - "value": { - "r": 0.9803921568627451, - "g": 0.9411764705882353, - "b": 0.996078431372549, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/upsell-muted", - "reference": "base/color/light-high-contrast/base/color/purple/0", - "collection": "mode", - "mode": "light high contrast", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-muted)" - } - }, { "name": "bgColor/done-emphasis", "value": { @@ -1535,44 +1458,6 @@ "web": "var(--bgColor-done-muted) /* utility class: .color-bg-done */" } }, - { - "name": "bgColor/closed-emphasis", - "value": { - "r": 0.6274509803921569, - "g": 0.06666666666666667, - "b": 0.12156862745098039, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/closed-emphasis", - "reference": "base/color/light-high-contrast/base/color/red/5", - "collection": "mode", - "mode": "light high contrast", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-closed-emphasis) /* utility class: .color-bg-closed-emphasis */" - } - }, - { - "name": "bgColor/closed-muted", - "value": { - "r": 1, - "g": 0.9411764705882353, - "b": 0.9333333333333333, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/closed-muted", - "reference": "base/color/light-high-contrast/base/color/red/0", - "collection": "mode", - "mode": "light high contrast", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */" - } - }, { "name": "bgColor/danger-emphasis", "value": { @@ -1709,14 +1594,14 @@ { "name": "bgColor/success-muted", "value": { - "r": 0.9529411764705882, - "g": 0.9725490196078431, - "b": 0.9647058823529412, + "r": 0.8235294117647058, + "g": 0.996078431372549, + "b": 0.8588235294117647, "a": 1 }, "type": "COLOR", "refId": "mode/bgColor/success-muted", - "reference": "base/color/light/prov/color/green/0", + "reference": "base/color/light-high-contrast/base/color/green/0", "collection": "mode", "mode": "light high contrast", "group": "semantic", @@ -1766,14 +1651,15 @@ { "name": "bgColor/neutral-emphasis", "value": { - "r": 0.4, - "g": 0.4392156862745098, - "b": 0.4823529411764706, + "r": 0.29411764705882354, + "g": 0.3254901960784314, + "b": 0.36470588235294116, "a": 1 }, "type": "COLOR", + "alpha": 1, "refId": "mode/bgColor/neutral-emphasis", - "reference": "base/color/light-high-contrast/base/color/neutral/5", + "reference": "base/color/light-high-contrast/base/color/neutral/6", "collection": "mode", "mode": "light high contrast", "group": "semantic", @@ -1959,14 +1845,14 @@ { "name": "fgColor/sponsors", "value": { - "r": 0.592156862745098, - "g": 0.07450980392156863, - "b": 0.40784313725490196, + "r": 0.49019607843137253, + "g": 0.047058823529411764, + "b": 0.3411764705882353, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/sponsors", - "reference": "base/color/light-high-contrast/base/color/pink/5", + "reference": "base/color/light-high-contrast/base/color/pink/6", "collection": "mode", "mode": "light high contrast", "group": "semantic", @@ -1975,36 +1861,17 @@ "web": "var(--fgColor-sponsors) /* utility class: .color-fg-sponsors */" } }, - { - "name": "fgColor/upsell", - "value": { - "r": 0.3843137254901961, - "g": 0.17254901960784313, - "b": 0.7372549019607844, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/upsell", - "reference": "base/color/light-high-contrast/base/color/purple/5", - "collection": "mode", - "mode": "light high contrast", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-upsell)" - } - }, { "name": "fgColor/done", "value": { - "r": 0.3843137254901961, - "g": 0.17254901960784313, - "b": 0.7372549019607844, + "r": 0.3176470588235294, + "g": 0.1450980392156863, + "b": 0.596078431372549, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/done", - "reference": "base/color/light-high-contrast/base/color/purple/5", + "reference": "base/color/light-high-contrast/base/color/purple/6", "collection": "mode", "mode": "light high contrast", "group": "semantic", @@ -2036,14 +1903,14 @@ { "name": "fgColor/severe", "value": { - "r": 0.5294117647058824, - "g": 0.2196078431372549, + "r": 0.4392156862745098, + "g": 0.17254901960784313, "b": 0, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/severe", - "reference": "base/color/light-high-contrast/base/color/orange/5", + "reference": "base/color/light-high-contrast/base/color/orange/6", "collection": "mode", "mode": "light high contrast", "group": "semantic", @@ -2055,14 +1922,14 @@ { "name": "fgColor/attention", "value": { - "r": 0.4549019607843137, - "g": 0.27058823529411763, + "r": 0.3764705882352941, + "g": 0.21568627450980393, "b": 0, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/attention", - "reference": "base/color/light-high-contrast/base/color/yellow/5", + "reference": "base/color/light-high-contrast/base/color/yellow/6", "collection": "mode", "mode": "light high contrast", "group": "semantic", @@ -2074,14 +1941,14 @@ { "name": "fgColor/success", "value": { - "r": 0.03137254901960784, - "g": 0.5215686274509804, - "b": 0.4235294117647059, + "r": 0.00784313725490196, + "g": 0.2980392156862745, + "b": 0.10196078431372549, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/success", - "reference": "base/color/light/prov/color/green/5", + "reference": "base/color/light-high-contrast/base/color/green/6", "collection": "mode", "mode": "light high contrast", "group": "semantic", @@ -2112,14 +1979,14 @@ { "name": "fgColor/neutral", "value": { - "r": 0.4, - "g": 0.4392156862745098, - "b": 0.4823529411764706, + "r": 0.20392156862745098, + "g": 0.23137254901960785, + "b": 0.2627450980392157, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/neutral", - "reference": "base/color/light-high-contrast/base/color/neutral/5", + "reference": "base/color/light-high-contrast/base/color/neutral/7", "collection": "mode", "mode": "light high contrast", "group": "semantic", @@ -5159,15 +5026,15 @@ { "name": "control/fgColor/placeholder", "value": { - "r": 0.3803921568627451, - "g": 0.41568627450980394, - "b": 0.4588235294117647, + "r": 0.27450980392156865, + "g": 0.3058823529411765, + "b": 0.34509803921568627, "a": 1 }, "type": "COLOR", "isMix": true, "refId": "mode/control/fgColor/placeholder", - "reference": "base/color/light-high-contrast/base/color/neutral/5", + "reference": "base/color/light-high-contrast/base/color/neutral/6", "collection": "mode", "mode": "light high contrast", "group": "component", @@ -5373,14 +5240,14 @@ { "name": "display/pink/borderColor/emphasis", "value": { - "r": 0.807843137254902, - "g": 0.17254901960784313, - "b": 0.5215686274509804, + "r": 0.6941176470588235, + "g": 0.1843137254901961, + "b": 0.4745098039215686, "a": 1 }, "type": "COLOR", "refId": "mode/display/pink/borderColor/emphasis", - "reference": "base/color/light/base/display/color/pink/5", + "reference": "base/color/light/base/display/color/pink/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5405,14 +5272,14 @@ { "name": "display/pink/fgColor", "value": { - "r": 0.6941176470588235, - "g": 0.1843137254901961, - "b": 0.4745098039215686, + "r": 0.43137254901960786, + "g": 0.16862745098039217, + "b": 0.3254901960784314, "a": 1 }, "type": "COLOR", "refId": "mode/display/pink/fgColor", - "reference": "base/color/light/base/display/color/pink/6", + "reference": "base/color/light/base/display/color/pink/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5421,14 +5288,14 @@ { "name": "display/pink/bgColor/emphasis", "value": { - "r": 0.807843137254902, - "g": 0.17254901960784313, - "b": 0.5215686274509804, + "r": 0.5568627450980392, + "g": 0.1803921568627451, + "b": 0.4, "a": 1 }, "type": "COLOR", "refId": "mode/display/pink/bgColor/emphasis", - "reference": "base/color/light/base/display/color/pink/5", + "reference": "base/color/light/base/display/color/pink/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5453,14 +5320,14 @@ { "name": "display/indigo/borderColor/emphasis", "value": { - "r": 0.35294117647058826, - "g": 0.3803921568627451, - "b": 0.9058823529411765, + "r": 0.28627450980392155, + "g": 0.3058823529411765, + "b": 0.8745098039215686, "a": 1 }, "type": "COLOR", "refId": "mode/display/indigo/borderColor/emphasis", - "reference": "base/color/light/base/display/color/indigo/5", + "reference": "base/color/light/base/display/color/indigo/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5485,14 +5352,14 @@ { "name": "display/indigo/fgColor", "value": { - "r": 0.28627450980392155, - "g": 0.3058823529411765, - "b": 0.8745098039215686, + "r": 0.17647058823529413, + "g": 0.17647058823529413, + "b": 0.7058823529411765, "a": 1 }, "type": "COLOR", "refId": "mode/display/indigo/fgColor", - "reference": "base/color/light/base/display/color/indigo/6", + "reference": "base/color/light/base/display/color/indigo/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5501,14 +5368,14 @@ { "name": "display/indigo/bgColor/emphasis", "value": { - "r": 0.35294117647058826, - "g": 0.3803921568627451, - "b": 0.9058823529411765, + "r": 0.2235294117647059, + "g": 0.23529411764705882, + "b": 0.8352941176470589, "a": 1 }, "type": "COLOR", "refId": "mode/display/indigo/bgColor/emphasis", - "reference": "base/color/light/base/display/color/indigo/5", + "reference": "base/color/light/base/display/color/indigo/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5534,13 +5401,13 @@ "name": "display/cyan/borderColor/emphasis", "value": { "r": 0, - "g": 0.4823529411764706, - "b": 0.5803921568627451, + "g": 0.41568627450980394, + "b": 0.5019607843137255, "a": 1 }, "type": "COLOR", "refId": "mode/display/cyan/borderColor/emphasis", - "reference": "base/color/light/base/display/color/cyan/5", + "reference": "base/color/light/base/display/color/cyan/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5566,13 +5433,13 @@ "name": "display/cyan/fgColor", "value": { "r": 0, - "g": 0.41568627450980394, - "b": 0.5019607843137255, + "g": 0.2823529411764706, + "b": 0.3411764705882353, "a": 1 }, "type": "COLOR", "refId": "mode/display/cyan/fgColor", - "reference": "base/color/light/base/display/color/cyan/6", + "reference": "base/color/light/base/display/color/cyan/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5582,13 +5449,13 @@ "name": "display/cyan/bgColor/emphasis", "value": { "r": 0, - "g": 0.4823529411764706, - "b": 0.5803921568627451, + "g": 0.34901960784313724, + "b": 0.4196078431372549, "a": 1 }, "type": "COLOR", "refId": "mode/display/cyan/bgColor/emphasis", - "reference": "base/color/light/base/display/color/cyan/5", + "reference": "base/color/light/base/display/color/cyan/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5613,14 +5480,14 @@ { "name": "display/teal/borderColor/emphasis", "value": { - "r": 0.07058823529411765, - "g": 0.49411764705882355, - "b": 0.5058823529411764, + "r": 0.06274509803921569, + "g": 0.43137254901960786, + "b": 0.4588235294117647, "a": 1 }, "type": "COLOR", "refId": "mode/display/teal/borderColor/emphasis", - "reference": "base/color/light/base/display/color/teal/5", + "reference": "base/color/light/base/display/color/teal/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5645,14 +5512,14 @@ { "name": "display/teal/fgColor", "value": { - "r": 0.06274509803921569, - "g": 0.43137254901960786, - "b": 0.4588235294117647, + "r": 0.0392156862745098, + "g": 0.2823529411764706, + "b": 0.3215686274509804, "a": 1 }, "type": "COLOR", "refId": "mode/display/teal/fgColor", - "reference": "base/color/light/base/display/color/teal/6", + "reference": "base/color/light/base/display/color/teal/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5661,14 +5528,14 @@ { "name": "display/teal/bgColor/emphasis", "value": { - "r": 0.07058823529411765, - "g": 0.49411764705882355, - "b": 0.5058823529411764, + "r": 0.050980392156862744, + "g": 0.3568627450980392, + "b": 0.38823529411764707, "a": 1 }, "type": "COLOR", "refId": "mode/display/teal/bgColor/emphasis", - "reference": "base/color/light/base/display/color/teal/5", + "reference": "base/color/light/base/display/color/teal/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5693,14 +5560,14 @@ { "name": "display/pine/borderColor/emphasis", "value": { - "r": 0.08627450980392157, - "g": 0.49411764705882355, - "b": 0.3254901960784314, + "r": 0.08235294117647059, + "g": 0.43529411764705883, + "b": 0.29411764705882354, "a": 1 }, "type": "COLOR", "refId": "mode/display/pine/borderColor/emphasis", - "reference": "base/color/light/base/display/color/pine/5", + "reference": "base/color/light/base/display/color/pine/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5725,14 +5592,14 @@ { "name": "display/pine/fgColor", "value": { - "r": 0.08235294117647059, - "g": 0.43529411764705883, - "b": 0.29411764705882354, + "r": 0.06666666666666667, + "g": 0.29411764705882354, + "b": 0.21176470588235294, "a": 1 }, "type": "COLOR", "refId": "mode/display/pine/fgColor", - "reference": "base/color/light/base/display/color/pine/6", + "reference": "base/color/light/base/display/color/pine/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5741,14 +5608,14 @@ { "name": "display/pine/bgColor/emphasis", "value": { - "r": 0.08627450980392157, - "g": 0.49411764705882355, - "b": 0.3254901960784314, + "r": 0.07450980392156863, + "g": 0.36470588235294116, + "b": 0.2549019607843137, "a": 1 }, "type": "COLOR", "refId": "mode/display/pine/bgColor/emphasis", - "reference": "base/color/light/base/display/color/pine/5", + "reference": "base/color/light/base/display/color/pine/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5773,14 +5640,14 @@ { "name": "display/lime/borderColor/emphasis", "value": { - "r": 0.3215686274509804, - "g": 0.47843137254901963, - "b": 0.1607843137254902, + "r": 0.2784313725490196, + "g": 0.4235294117647059, + "b": 0.1568627450980392, "a": 1 }, "type": "COLOR", "refId": "mode/display/lime/borderColor/emphasis", - "reference": "base/color/light/base/display/color/lime/5", + "reference": "base/color/light/base/display/color/lime/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5805,14 +5672,14 @@ { "name": "display/lime/fgColor", "value": { - "r": 0.2784313725490196, - "g": 0.4235294117647059, - "b": 0.1568627450980392, + "r": 0.1843137254901961, + "g": 0.2901960784313726, + "b": 0.12941176470588237, "a": 1 }, "type": "COLOR", "refId": "mode/display/lime/fgColor", - "reference": "base/color/light/base/display/color/lime/6", + "reference": "base/color/light/base/display/color/lime/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5821,14 +5688,14 @@ { "name": "display/lime/bgColor/emphasis", "value": { - "r": 0.3215686274509804, - "g": 0.47843137254901963, - "b": 0.1607843137254902, + "r": 0.22745098039215686, + "g": 0.3568627450980392, + "b": 0.1450980392156863, "a": 1 }, "type": "COLOR", "refId": "mode/display/lime/bgColor/emphasis", - "reference": "base/color/light/base/display/color/lime/5", + "reference": "base/color/light/base/display/color/lime/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5853,14 +5720,14 @@ { "name": "display/olive/borderColor/emphasis", "value": { - "r": 0.39215686274509803, - "g": 0.4627450980392157, - "b": 0.17647058823529413, + "r": 0.33725490196078434, + "g": 0.40784313725490196, + "b": 0.17254901960784313, "a": 1 }, "type": "COLOR", "refId": "mode/display/olive/borderColor/emphasis", - "reference": "base/color/light/base/display/color/olive/5", + "reference": "base/color/light/base/display/color/olive/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5885,14 +5752,14 @@ { "name": "display/olive/fgColor", "value": { - "r": 0.33725490196078434, - "g": 0.40784313725490196, - "b": 0.17254901960784313, + "r": 0.23137254901960785, + "g": 0.28627450980392155, + "b": 0.15294117647058825, "a": 1 }, "type": "COLOR", "refId": "mode/display/olive/fgColor", - "reference": "base/color/light/base/display/color/olive/6", + "reference": "base/color/light/base/display/color/olive/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5901,14 +5768,14 @@ { "name": "display/olive/bgColor/emphasis", "value": { - "r": 0.39215686274509803, - "g": 0.4627450980392157, - "b": 0.17647058823529413, + "r": 0.28627450980392155, + "g": 0.35294117647058826, + "b": 0.16862745098039217, "a": 1 }, "type": "COLOR", "refId": "mode/display/olive/bgColor/emphasis", - "reference": "base/color/light/base/display/color/olive/5", + "reference": "base/color/light/base/display/color/olive/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5933,14 +5800,14 @@ { "name": "display/lemon/borderColor/emphasis", "value": { - "r": 0.5254901960784314, - "g": 0.43137254901960786, - "b": 0.01568627450980392, + "r": 0.47058823529411764, + "g": 0.3764705882352941, + "b": 0.00784313725490196, "a": 1 }, "type": "COLOR", "refId": "mode/display/lemon/borderColor/emphasis", - "reference": "base/color/light/base/display/color/lemon/5", + "reference": "base/color/light/base/display/color/lemon/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5965,14 +5832,14 @@ { "name": "display/lemon/fgColor", "value": { - "r": 0.47058823529411764, - "g": 0.3764705882352941, - "b": 0.00784313725490196, + "r": 0.3215686274509804, + "g": 0.24705882352941178, + "b": 0, "a": 1 }, "type": "COLOR", "refId": "mode/display/lemon/fgColor", - "reference": "base/color/light/base/display/color/lemon/6", + "reference": "base/color/light/base/display/color/lemon/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -5981,14 +5848,14 @@ { "name": "display/lemon/bgColor/emphasis", "value": { - "r": 0.5254901960784314, - "g": 0.43137254901960786, - "b": 0.01568627450980392, + "r": 0.396078431372549, + "g": 0.30980392156862746, + "b": 0.00392156862745098, "a": 1 }, "type": "COLOR", "refId": "mode/display/lemon/bgColor/emphasis", - "reference": "base/color/light/base/display/color/lemon/5", + "reference": "base/color/light/base/display/color/lemon/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6013,14 +5880,14 @@ { "name": "display/brown/borderColor/emphasis", "value": { - "r": 0.5215686274509804, - "g": 0.42745098039215684, - "b": 0.2980392156862745, + "r": 0.4588235294117647, + "g": 0.37254901960784315, + "b": 0.2627450980392157, "a": 1 }, "type": "COLOR", "refId": "mode/display/brown/borderColor/emphasis", - "reference": "base/color/light/base/display/color/brown/5", + "reference": "base/color/light/base/display/color/brown/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6045,14 +5912,14 @@ { "name": "display/brown/fgColor", "value": { - "r": 0.4588235294117647, - "g": 0.37254901960784315, - "b": 0.2627450980392157, + "r": 0.3176470588235294, + "g": 0.2549019607843137, + "b": 0.1843137254901961, "a": 1 }, "type": "COLOR", "refId": "mode/display/brown/fgColor", - "reference": "base/color/light/base/display/color/brown/6", + "reference": "base/color/light/base/display/color/brown/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6061,14 +5928,14 @@ { "name": "display/brown/bgColor/emphasis", "value": { - "r": 0.5215686274509804, - "g": 0.42745098039215684, - "b": 0.2980392156862745, + "r": 0.39215686274509803, + "g": 0.3176470588235294, + "b": 0.22745098039215686, "a": 1 }, "type": "COLOR", "refId": "mode/display/brown/bgColor/emphasis", - "reference": "base/color/light/base/display/color/brown/5", + "reference": "base/color/light/base/display/color/brown/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6093,14 +5960,14 @@ { "name": "display/auburn/borderColor/emphasis", "value": { - "r": 0.615686274509804, - "g": 0.3803921568627451, - "b": 0.3607843137254902, + "r": 0.5411764705882353, + "g": 0.3333333333333333, + "b": 0.3176470588235294, "a": 1 }, "type": "COLOR", "refId": "mode/display/auburn/borderColor/emphasis", - "reference": "base/color/light/base/display/color/auburn/5", + "reference": "base/color/light/base/display/color/auburn/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6125,14 +5992,14 @@ { "name": "display/auburn/fgColor", "value": { - "r": 0.5411764705882353, - "g": 0.3333333333333333, - "b": 0.3176470588235294, + "r": 0.36470588235294116, + "g": 0.2235294117647059, + "b": 0.21568627450980393, "a": 1 }, "type": "COLOR", "refId": "mode/display/auburn/fgColor", - "reference": "base/color/light/base/display/color/auburn/6", + "reference": "base/color/light/base/display/color/auburn/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6141,14 +6008,14 @@ { "name": "display/auburn/bgColor/emphasis", "value": { - "r": 0.615686274509804, - "g": 0.3803921568627451, - "b": 0.3607843137254902, + "r": 0.4549019607843137, + "g": 0.2784313725490196, + "b": 0.26666666666666666, "a": 1 }, "type": "COLOR", "refId": "mode/display/auburn/bgColor/emphasis", - "reference": "base/color/light/base/display/color/auburn/5", + "reference": "base/color/light/base/display/color/auburn/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6173,14 +6040,14 @@ { "name": "display/gray/borderColor/emphasis", "value": { - "r": 0.39215686274509803, - "g": 0.44313725490196076, - "b": 0.5098039215686274, + "r": 0.3607843137254902, + "g": 0.396078431372549, + "b": 0.4392156862745098, "a": 1 }, "type": "COLOR", "refId": "mode/display/gray/borderColor/emphasis", - "reference": "base/color/light/base/display/color/gray/5", + "reference": "base/color/light/base/display/color/gray/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6205,14 +6072,14 @@ { "name": "display/gray/fgColor", "value": { - "r": 0.3607843137254902, - "g": 0.396078431372549, - "b": 0.4392156862745098, + "r": 0.25882352941176473, + "g": 0.26666666666666666, + "b": 0.2823529411764706, "a": 1 }, "type": "COLOR", "refId": "mode/display/gray/fgColor", - "reference": "base/color/light/base/display/color/gray/6", + "reference": "base/color/light/base/display/color/gray/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6221,14 +6088,14 @@ { "name": "display/gray/bgColor/emphasis", "value": { - "r": 0.39215686274509803, - "g": 0.44313725490196076, - "b": 0.5098039215686274, + "r": 0.3058823529411765, + "g": 0.3254901960784314, + "b": 0.35294117647058826, "a": 1 }, "type": "COLOR", "refId": "mode/display/gray/bgColor/emphasis", - "reference": "base/color/light/base/display/color/gray/5", + "reference": "base/color/light/base/display/color/gray/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6253,14 +6120,14 @@ { "name": "display/yellow/borderColor/emphasis", "value": { - "r": 0.5803921568627451, - "g": 0.41568627450980394, + "r": 0.5019607843137255, + "g": 0.34901960784313724, "b": 0, "a": 1 }, "type": "COLOR", "refId": "mode/display/yellow/borderColor/emphasis", - "reference": "base/color/light/base/display/color/yellow/5", + "reference": "base/color/light/base/display/color/yellow/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6285,14 +6152,14 @@ { "name": "display/yellow/fgColor", "value": { - "r": 0.5019607843137255, - "g": 0.34901960784313724, + "r": 0.3607843137254902, + "g": 0.23921568627450981, "b": 0, "a": 1 }, "type": "COLOR", "refId": "mode/display/yellow/fgColor", - "reference": "base/color/light/base/display/color/yellow/6", + "reference": "base/color/light/base/display/color/yellow/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6301,14 +6168,14 @@ { "name": "display/yellow/bgColor/emphasis", "value": { - "r": 0.5803921568627451, - "g": 0.41568627450980394, + "r": 0.4392156862745098, + "g": 0.30196078431372547, "b": 0, "a": 1 }, "type": "COLOR", "refId": "mode/display/yellow/bgColor/emphasis", - "reference": "base/color/light/base/display/color/yellow/5", + "reference": "base/color/light/base/display/color/yellow/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6333,14 +6200,14 @@ { "name": "display/coral/borderColor/emphasis", "value": { - "r": 0.8313725490196079, - "g": 0.20784313725490197, - "b": 0.06666666666666667, + "r": 0.7294117647058823, + "g": 0.1803921568627451, + "b": 0.07058823529411765, "a": 1 }, "type": "COLOR", "refId": "mode/display/coral/borderColor/emphasis", - "reference": "base/color/light/base/display/color/coral/5", + "reference": "base/color/light/base/display/color/coral/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6365,14 +6232,14 @@ { "name": "display/coral/fgColor", "value": { - "r": 0.7294117647058823, - "g": 0.1803921568627451, - "b": 0.07058823529411765, + "r": 0.49411764705882355, + "g": 0.12549019607843137, + "b": 0.06666666666666667, "a": 1 }, "type": "COLOR", "refId": "mode/display/coral/fgColor", - "reference": "base/color/light/base/display/color/coral/6", + "reference": "base/color/light/base/display/color/coral/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6381,14 +6248,14 @@ { "name": "display/coral/bgColor/emphasis", "value": { - "r": 0.8313725490196079, - "g": 0.20784313725490197, - "b": 0.06666666666666667, + "r": 0.6078431372549019, + "g": 0.15294117647058825, + "b": 0.07058823529411765, "a": 1 }, "type": "COLOR", "refId": "mode/display/coral/bgColor/emphasis", - "reference": "base/color/light/base/display/color/coral/5", + "reference": "base/color/light/base/display/color/coral/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6413,14 +6280,14 @@ { "name": "display/red/borderColor/emphasis", "value": { - "r": 0.8745098039215686, - "g": 0.047058823529411764, - "b": 0.1411764705882353, + "r": 0.7725490196078432, + "g": 0.050980392156862744, + "b": 0.1568627450980392, "a": 1 }, "type": "COLOR", "refId": "mode/display/red/borderColor/emphasis", - "reference": "base/color/light/base/display/color/red/5", + "reference": "base/color/light/base/display/color/red/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6445,14 +6312,14 @@ { "name": "display/red/fgColor", "value": { - "r": 0.7725490196078432, - "g": 0.050980392156862744, - "b": 0.1568627450980392, + "r": 0.5333333333333333, + "g": 0.047058823529411764, + "b": 0.15294117647058825, "a": 1 }, "type": "COLOR", "refId": "mode/display/red/fgColor", - "reference": "base/color/light/base/display/color/red/6", + "reference": "base/color/light/base/display/color/red/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6461,14 +6328,14 @@ { "name": "display/red/bgColor/emphasis", "value": { - "r": 0.8745098039215686, + "r": 0.6509803921568628, "g": 0.047058823529411764, - "b": 0.1411764705882353, + "b": 0.1607843137254902, "a": 1 }, "type": "COLOR", "refId": "mode/display/red/bgColor/emphasis", - "reference": "base/color/light/base/display/color/red/5", + "reference": "base/color/light/base/display/color/red/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6493,14 +6360,14 @@ { "name": "display/plum/borderColor/emphasis", "value": { - "r": 0.6588235294117647, - "g": 0.18823529411764706, - "b": 0.9098039215686274, + "r": 0.5882352941176471, + "g": 0.11764705882352941, + "b": 0.8627450980392157, "a": 1 }, "type": "COLOR", "refId": "mode/display/plum/borderColor/emphasis", - "reference": "base/color/light/base/display/color/plum/5", + "reference": "base/color/light/base/display/color/plum/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6525,14 +6392,14 @@ { "name": "display/plum/fgColor", "value": { - "r": 0.5882352941176471, - "g": 0.11764705882352941, - "b": 0.8627450980392157, + "r": 0.396078431372549, + "g": 0.11372549019607843, + "b": 0.5882352941176471, "a": 1 }, "type": "COLOR", "refId": "mode/display/plum/fgColor", - "reference": "base/color/light/base/display/color/plum/6", + "reference": "base/color/light/base/display/color/plum/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6541,14 +6408,14 @@ { "name": "display/plum/bgColor/emphasis", "value": { - "r": 0.6588235294117647, - "g": 0.18823529411764706, - "b": 0.9098039215686274, + "r": 0.49019607843137253, + "g": 0.11764705882352941, + "b": 0.7215686274509804, "a": 1 }, "type": "COLOR", "refId": "mode/display/plum/bgColor/emphasis", - "reference": "base/color/light/base/display/color/plum/5", + "reference": "base/color/light/base/display/color/plum/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6573,14 +6440,14 @@ { "name": "display/purple/borderColor/emphasis", "value": { - "r": 0.5372549019607843, - "g": 0.2980392156862745, - "b": 0.9215686274509803, + "r": 0.47058823529411764, + "g": 0.22745098039215686, + "b": 0.8941176470588236, "a": 1 }, "type": "COLOR", "refId": "mode/display/purple/borderColor/emphasis", - "reference": "base/color/light/base/display/color/purple/5", + "reference": "base/color/light/base/display/color/purple/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6605,14 +6472,14 @@ { "name": "display/purple/fgColor", "value": { - "r": 0.47058823529411764, - "g": 0.22745098039215686, - "b": 0.8941176470588236, + "r": 0.30980392156862746, + "g": 0.12941176470588237, + "b": 0.6705882352941176, "a": 1 }, "type": "COLOR", "refId": "mode/display/purple/fgColor", - "reference": "base/color/light/base/display/color/purple/6", + "reference": "base/color/light/base/display/color/purple/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6621,14 +6488,14 @@ { "name": "display/purple/bgColor/emphasis", "value": { - "r": 0.5372549019607843, - "g": 0.2980392156862745, - "b": 0.9215686274509803, + "r": 0.3843137254901961, + "g": 0.13725490196078433, + "b": 0.8431372549019608, "a": 1 }, "type": "COLOR", "refId": "mode/display/purple/bgColor/emphasis", - "reference": "base/color/light/base/display/color/purple/5", + "reference": "base/color/light/base/display/color/purple/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6653,14 +6520,14 @@ { "name": "display/orange/borderColor/emphasis", "value": { - "r": 0.7215686274509804, - "g": 0.3137254901960784, - "b": 0.058823529411764705, + "r": 0.6352941176470588, + "g": 0.27450980392156865, + "b": 0.06274509803921569, "a": 1 }, "type": "COLOR", "refId": "mode/display/orange/borderColor/emphasis", - "reference": "base/color/light/base/display/color/orange/5", + "reference": "base/color/light/base/display/color/orange/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6685,14 +6552,14 @@ { "name": "display/orange/fgColor", "value": { - "r": 0.6352941176470588, - "g": 0.27450980392156865, - "b": 0.06274509803921569, + "r": 0.4392156862745098, + "g": 0.18823529411764706, + "b": 0.058823529411764705, "a": 1 }, "type": "COLOR", "refId": "mode/display/orange/fgColor", - "reference": "base/color/light/base/display/color/orange/6", + "reference": "base/color/light/base/display/color/orange/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6701,14 +6568,14 @@ { "name": "display/orange/bgColor/emphasis", "value": { - "r": 0.7215686274509804, - "g": 0.3137254901960784, - "b": 0.058823529411764705, + "r": 0.5529411764705883, + "g": 0.23529411764705882, + "b": 0.06666666666666667, "a": 1 }, "type": "COLOR", "refId": "mode/display/orange/bgColor/emphasis", - "reference": "base/color/light/base/display/color/orange/5", + "reference": "base/color/light/base/display/color/orange/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6733,14 +6600,14 @@ { "name": "display/green/borderColor/emphasis", "value": { - "r": 0.17254901960784313, - "g": 0.5058823529411764, - "b": 0.2549019607843137, + "r": 0.16862745098039217, + "g": 0.43137254901960786, + "b": 0.24705882352941178, "a": 1 }, "type": "COLOR", "refId": "mode/display/green/borderColor/emphasis", - "reference": "base/color/light/base/display/color/green/5", + "reference": "base/color/light/base/display/color/green/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6765,14 +6632,14 @@ { "name": "display/green/fgColor", "value": { - "r": 0.16862745098039217, - "g": 0.43137254901960786, - "b": 0.24705882352941178, + "r": 0.1450980392156863, + "g": 0.29411764705882354, + "b": 0.20392156862745098, "a": 1 }, "type": "COLOR", "refId": "mode/display/green/fgColor", - "reference": "base/color/light/base/display/color/green/6", + "reference": "base/color/light/base/display/color/green/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6781,14 +6648,14 @@ { "name": "display/green/bgColor/emphasis", "value": { - "r": 0.17254901960784313, - "g": 0.5058823529411764, - "b": 0.2549019607843137, + "r": 0.1568627450980392, + "g": 0.3607843137254902, + "b": 0.23137254901960785, "a": 1 }, "type": "COLOR", "refId": "mode/display/green/bgColor/emphasis", - "reference": "base/color/light/base/display/color/green/5", + "reference": "base/color/light/base/display/color/green/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6814,13 +6681,13 @@ "name": "display/blue/borderColor/emphasis", "value": { "r": 0, - "g": 0.43137254901960786, - "b": 0.8588235294117647, + "g": 0.37254901960784315, + "b": 0.8, "a": 1 }, "type": "COLOR", "refId": "mode/display/blue/borderColor/emphasis", - "reference": "base/color/light/base/display/color/blue/5", + "reference": "base/color/light/base/display/color/blue/6", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6846,13 +6713,13 @@ "name": "display/blue/fgColor", "value": { "r": 0, - "g": 0.37254901960784315, - "b": 0.8, + "g": 0.23921568627450981, + "b": 0.6, "a": 1 }, "type": "COLOR", "refId": "mode/display/blue/fgColor", - "reference": "base/color/light/base/display/color/blue/6", + "reference": "base/color/light/base/display/color/blue/8", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -6862,13 +6729,13 @@ "name": "display/blue/bgColor/emphasis", "value": { "r": 0, - "g": 0.43137254901960786, - "b": 0.8588235294117647, + "g": 0.30196078431372547, + "b": 0.7019607843137254, "a": 1 }, "type": "COLOR", "refId": "mode/display/blue/bgColor/emphasis", - "reference": "base/color/light/base/display/color/blue/5", + "reference": "base/color/light/base/display/color/blue/7", "collection": "mode", "mode": "light high contrast", "group": "component (internal)", @@ -7566,6 +7433,45 @@ "group": "component", "scopes": ["FRAME_FILL", "SHAPE_FILL"] }, + { + "name": "borderColor/upsell-emphasis", + "value": { + "r": 0.3843137254901961, + "g": 0.17254901960784313, + "b": 0.7372549019607844, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/upsell-emphasis", + "reference": "mode/borderColor/done-emphasis", + "collection": "mode", + "mode": "light high contrast", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-emphasis)" + } + }, + { + "name": "borderColor/upsell-muted", + "value": { + "r": 0.6392156862745098, + "g": 0.44313725490196076, + "b": 0.9686274509803922, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/upsell-muted", + "reference": "mode/borderColor/done-muted", + "collection": "mode", + "mode": "light high contrast", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-muted)" + } + }, { "name": "borderColor/open-emphasis", "value": { @@ -7594,6 +7500,7 @@ "a": 1 }, "type": "COLOR", + "alpha": 1, "refId": "mode/borderColor/open-muted", "reference": "mode/borderColor/success-muted", "collection": "mode", @@ -7620,6 +7527,82 @@ "group": "semantic", "scopes": ["STROKE_COLOR"] }, + { + "name": "bgColor/upsell-emphasis", + "value": { + "r": 0.3843137254901961, + "g": 0.17254901960784313, + "b": 0.7372549019607844, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/upsell-emphasis", + "reference": "mode/bgColor/done-emphasis", + "collection": "mode", + "mode": "light high contrast", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-emphasis)" + } + }, + { + "name": "bgColor/upsell-muted", + "value": { + "r": 0.9803921568627451, + "g": 0.9411764705882353, + "b": 0.996078431372549, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/upsell-muted", + "reference": "mode/bgColor/done-muted", + "collection": "mode", + "mode": "light high contrast", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-muted)" + } + }, + { + "name": "bgColor/closed-emphasis", + "value": { + "r": 0.6274509803921569, + "g": 0.06666666666666667, + "b": 0.12156862745098039, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/closed-emphasis", + "reference": "mode/bgColor/danger-emphasis", + "collection": "mode", + "mode": "light high contrast", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-closed-emphasis) /* utility class: .color-bg-closed-emphasis */" + } + }, + { + "name": "bgColor/closed-muted", + "value": { + "r": 1, + "g": 0.9411764705882353, + "b": 0.9333333333333333, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/closed-muted", + "reference": "mode/bgColor/danger-muted", + "collection": "mode", + "mode": "light high contrast", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */" + } + }, { "name": "bgColor/open-emphasis", "value": { @@ -7642,9 +7625,9 @@ { "name": "bgColor/open-muted", "value": { - "r": 0.9529411764705882, - "g": 0.9725490196078431, - "b": 0.9647058823529412, + "r": 0.8235294117647058, + "g": 0.996078431372549, + "b": 0.8588235294117647, "a": 1 }, "type": "COLOR", @@ -7658,6 +7641,25 @@ "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } }, + { + "name": "fgColor/upsell", + "value": { + "r": 0.3176470588235294, + "g": 0.1450980392156863, + "b": 0.596078431372549, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/upsell", + "reference": "mode/fgColor/done", + "collection": "mode", + "mode": "light high contrast", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-upsell)" + } + }, { "name": "fgColor/closed", "value": { @@ -7680,9 +7682,9 @@ { "name": "fgColor/open", "value": { - "r": 0.03137254901960784, - "g": 0.5215686274509804, - "b": 0.4235294117647059, + "r": 0.00784313725490196, + "g": 0.2980392156862745, + "b": 0.10196078431372549, "a": 1 }, "type": "COLOR", @@ -7935,9 +7937,9 @@ { "name": "buttonCounter/invisible/bgColor/rest", "value": { - "r": 0.4, - "g": 0.4392156862745098, - "b": 0.4823529411764706, + "r": 0.29411764705882354, + "g": 0.3254901960784314, + "b": 0.36470588235294116, "a": 0.2 }, "type": "COLOR", @@ -7952,9 +7954,9 @@ { "name": "buttonCounter/default/bgColor/rest", "value": { - "r": 0.4, - "g": 0.4392156862745098, - "b": 0.4823529411764706, + "r": 0.29411764705882354, + "g": 0.3254901960784314, + "b": 0.36470588235294116, "a": 0.2 }, "type": "COLOR", diff --git a/dist/figma/themes/light-tritanopia.json b/dist/figma/themes/light-tritanopia.json index 5f9bbb960..b78781cd7 100644 --- a/dist/figma/themes/light-tritanopia.json +++ b/dist/figma/themes/light-tritanopia.json @@ -988,45 +988,6 @@ "web": "var(--borderColor-sponsors-muted) /* utility class: .color-border-sponsors */" } }, - { - "name": "borderColor/upsell-emphasis", - "value": { - "r": 0.5098039215686274, - "g": 0.3137254901960784, - "b": 0.8745098039215686, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/upsell-emphasis", - "reference": "base/color/light/base/color/purple/5", - "collection": "mode", - "mode": "light tritanopia", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-emphasis)" - } - }, - { - "name": "borderColor/upsell-muted", - "value": { - "r": 0.7607843137254902, - "g": 0.592156862745098, - "b": 1, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/upsell-muted", - "reference": "base/color/light/base/color/purple/3", - "collection": "mode", - "mode": "light tritanopia", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-muted)" - } - }, { "name": "borderColor/done-emphasis", "value": { @@ -1105,45 +1066,6 @@ "web": "var(--borderColor-closed-muted) /* utility class: .color-border-closed */" } }, - { - "name": "borderColor/open-emphasis", - "value": { - "r": 0.8117647058823529, - "g": 0.13333333333333333, - "b": 0.1803921568627451, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/open-emphasis", - "reference": "base/color/light/base/color/red/5", - "collection": "mode", - "mode": "light tritanopia", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" - } - }, - { - "name": "borderColor/open-muted", - "value": { - "r": 1, - "g": 0.5058823529411764, - "b": 0.5098039215686274, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/open-muted", - "reference": "base/color/light/base/color/red/3", - "collection": "mode", - "mode": "light tritanopia", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" - } - }, { "name": "borderColor/danger-emphasis", "value": { @@ -1261,17 +1183,56 @@ "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } }, + { + "name": "borderColor/open-emphasis", + "value": { + "r": 0.8117647058823529, + "g": 0.13333333333333333, + "b": 0.1803921568627451, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/open-emphasis", + "reference": "base/color/light/base/color/red/5", + "collection": "mode", + "mode": "light tritanopia", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + } + }, + { + "name": "borderColor/open-muted", + "value": { + "r": 1, + "g": 0.5058823529411764, + "b": 0.5098039215686274, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/open-muted", + "reference": "base/color/light/base/color/red/3", + "collection": "mode", + "mode": "light tritanopia", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + } + }, { "name": "borderColor/success-emphasis", "value": { - "r": 0.12941176470588237, - "g": 0.5450980392156862, - "b": 1, + "r": 0.03529411764705882, + "g": 0.4117647058823529, + "b": 0.8549019607843137, "a": 1 }, "type": "COLOR", "refId": "mode/borderColor/success-emphasis", - "reference": "base/color/light/base/color/blue/4", + "reference": "base/color/light/base/color/blue/5", "collection": "mode", "mode": "light tritanopia", "group": "semantic", @@ -1478,44 +1439,6 @@ "web": "var(--bgColor-sponsors-muted) /* utility class: .color-bg-sponsors */" } }, - { - "name": "bgColor/upsell-emphasis", - "value": { - "r": 0.5098039215686274, - "g": 0.3137254901960784, - "b": 0.8745098039215686, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/upsell-emphasis", - "reference": "base/color/light/base/color/purple/5", - "collection": "mode", - "mode": "light tritanopia", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-emphasis)" - } - }, - { - "name": "bgColor/upsell-muted", - "value": { - "r": 0.984313725490196, - "g": 0.9372549019607843, - "b": 1, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/upsell-muted", - "reference": "base/color/light/base/color/purple/0", - "collection": "mode", - "mode": "light tritanopia", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-muted)" - } - }, { "name": "bgColor/done-emphasis", "value": { @@ -1592,44 +1515,6 @@ "web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */" } }, - { - "name": "bgColor/open-emphasis", - "value": { - "r": 0.8117647058823529, - "g": 0.13333333333333333, - "b": 0.1803921568627451, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/open-emphasis", - "reference": "base/color/light/base/color/red/5", - "collection": "mode", - "mode": "light tritanopia", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" - } - }, - { - "name": "bgColor/open-muted", - "value": { - "r": 1, - "g": 0.9215686274509803, - "b": 0.9137254901960784, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/open-muted", - "reference": "base/color/light/base/color/red/0", - "collection": "mode", - "mode": "light tritanopia", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" - } - }, { "name": "bgColor/danger-emphasis", "value": { @@ -1744,18 +1629,55 @@ "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } }, + { + "name": "bgColor/open-emphasis", + "value": { + "r": 0.8117647058823529, + "g": 0.13333333333333333, + "b": 0.1803921568627451, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/open-emphasis", + "reference": "base/color/light/base/color/red/5", + "collection": "mode", + "mode": "light tritanopia", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + } + }, + { + "name": "bgColor/open-muted", + "value": { + "r": 1, + "g": 0.9215686274509803, + "b": 0.9137254901960784, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/open-muted", + "reference": "base/color/light/base/color/red/0", + "collection": "mode", + "mode": "light tritanopia", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + } + }, { "name": "bgColor/success-emphasis", "value": { - "r": 0.058823529411764705, - "g": 0.4470588235294118, - "b": 0.8901960784313725, + "r": 0.03529411764705882, + "g": 0.4117647058823529, + "b": 0.8549019607843137, "a": 1 }, "type": "COLOR", - "isMix": true, "refId": "mode/bgColor/success-emphasis", - "reference": "base/color/light/base/color/blue/4", + "reference": "base/color/light/base/color/blue/5", "collection": "mode", "mode": "light tritanopia", "group": "semantic", @@ -2033,25 +1955,6 @@ "web": "var(--fgColor-sponsors) /* utility class: .color-fg-sponsors */" } }, - { - "name": "fgColor/upsell", - "value": { - "r": 0.5098039215686274, - "g": 0.3137254901960784, - "b": 0.8745098039215686, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/upsell", - "reference": "base/color/light/base/color/purple/5", - "collection": "mode", - "mode": "light tritanopia", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-upsell)" - } - }, { "name": "fgColor/done", "value": { @@ -2090,25 +1993,6 @@ "web": "var(--fgColor-closed) /* utility class: .color-fg-closed */" } }, - { - "name": "fgColor/open", - "value": { - "r": 0.8117647058823529, - "g": 0.13333333333333333, - "b": 0.1803921568627451, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/open", - "reference": "base/color/light/base/color/red/5", - "collection": "mode", - "mode": "light tritanopia", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" - } - }, { "name": "fgColor/danger", "value": { @@ -2167,6 +2051,25 @@ "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } }, + { + "name": "fgColor/open", + "value": { + "r": 0.8117647058823529, + "g": 0.13333333333333333, + "b": 0.1803921568627451, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/open", + "reference": "base/color/light/base/color/red/5", + "collection": "mode", + "mode": "light tritanopia", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + } + }, { "name": "fgColor/success", "value": { @@ -2208,14 +2111,14 @@ { "name": "fgColor/neutral", "value": { - "r": 0.43137254901960786, - "g": 0.4666666666666667, - "b": 0.5058823529411764, + "r": 0.3411764705882353, + "g": 0.3764705882352941, + "b": 0.41568627450980394, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/neutral", - "reference": "base/color/light/base/color/neutral/5", + "reference": "base/color/light/base/color/neutral/6", "collection": "mode", "mode": "light tritanopia", "group": "semantic", @@ -7577,6 +7480,45 @@ "group": "component", "scopes": ["STROKE_COLOR"] }, + { + "name": "borderColor/upsell-emphasis", + "value": { + "r": 0.5098039215686274, + "g": 0.3137254901960784, + "b": 0.8745098039215686, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/upsell-emphasis", + "reference": "mode/borderColor/done-emphasis", + "collection": "mode", + "mode": "light tritanopia", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-emphasis)" + } + }, + { + "name": "borderColor/upsell-muted", + "value": { + "r": 0.7607843137254902, + "g": 0.592156862745098, + "b": 1, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/upsell-muted", + "reference": "mode/borderColor/done-muted", + "collection": "mode", + "mode": "light tritanopia", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-muted)" + } + }, { "name": "borderColor/disabled", "value": { @@ -7613,6 +7555,63 @@ "web": "var(--borderColor-muted) /* utility class: .color-border-muted */" } }, + { + "name": "bgColor/upsell-emphasis", + "value": { + "r": 0.5098039215686274, + "g": 0.3137254901960784, + "b": 0.8745098039215686, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/upsell-emphasis", + "reference": "mode/bgColor/done-emphasis", + "collection": "mode", + "mode": "light tritanopia", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-emphasis)" + } + }, + { + "name": "bgColor/upsell-muted", + "value": { + "r": 0.984313725490196, + "g": 0.9372549019607843, + "b": 1, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/upsell-muted", + "reference": "mode/bgColor/done-muted", + "collection": "mode", + "mode": "light tritanopia", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-muted)" + } + }, + { + "name": "fgColor/upsell", + "value": { + "r": 0.5098039215686274, + "g": 0.3137254901960784, + "b": 0.8745098039215686, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/upsell", + "reference": "mode/fgColor/done", + "collection": "mode", + "mode": "light tritanopia", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-upsell)" + } + }, { "name": "fgColor/link", "value": { @@ -8254,9 +8253,9 @@ { "name": "button/primary/bgColor/active", "value": { - "r": 0.043137254901960784, - "g": 0.39215686274509803, - "b": 0.807843137254902, + "r": 0.027450980392156862, + "g": 0.37254901960784315, + "b": 0.7843137254901961, "a": 1 }, "type": "COLOR", @@ -8271,9 +8270,9 @@ { "name": "button/primary/bgColor/hover", "value": { - "r": 0.050980392156862744, - "g": 0.4196078431372549, - "b": 0.8470588235294118, + "r": 0.03137254901960784, + "g": 0.39215686274509803, + "b": 0.8196078431372549, "a": 1 }, "type": "COLOR", @@ -8288,9 +8287,9 @@ { "name": "button/primary/bgColor/rest", "value": { - "r": 0.058823529411764705, - "g": 0.4470588235294118, - "b": 0.8901960784313725, + "r": 0.03529411764705882, + "g": 0.4117647058823529, + "b": 0.8549019607843137, "a": 1 }, "type": "COLOR", @@ -8838,9 +8837,9 @@ { "name": "control/borderColor/success", "value": { - "r": 0.12941176470588237, - "g": 0.5450980392156862, - "b": 1, + "r": 0.03529411764705882, + "g": 0.4117647058823529, + "b": 0.8549019607843137, "a": 1 }, "type": "COLOR", diff --git a/dist/figma/themes/light.json b/dist/figma/themes/light.json index 775b5ff48..9e176e771 100644 --- a/dist/figma/themes/light.json +++ b/dist/figma/themes/light.json @@ -988,45 +988,6 @@ "web": "var(--borderColor-sponsors-muted) /* utility class: .color-border-sponsors */" } }, - { - "name": "borderColor/upsell-emphasis", - "value": { - "r": 0.5098039215686274, - "g": 0.3137254901960784, - "b": 0.8745098039215686, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/borderColor/upsell-emphasis", - "reference": "base/color/light/base/color/purple/5", - "collection": "mode", - "mode": "light", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-emphasis)" - } - }, - { - "name": "borderColor/upsell-muted", - "value": { - "r": 0.7607843137254902, - "g": 0.592156862745098, - "b": 1, - "a": 0.4 - }, - "type": "COLOR", - "alpha": 0.4, - "refId": "mode/borderColor/upsell-muted", - "reference": "base/color/light/base/color/purple/3", - "collection": "mode", - "mode": "light", - "group": "semantic", - "scopes": ["STROKE_COLOR"], - "codeSyntax": { - "web": "var(--borderColor-upsell-muted)" - } - }, { "name": "borderColor/done-emphasis", "value": { @@ -1439,44 +1400,6 @@ "web": "var(--bgColor-sponsors-muted) /* utility class: .color-bg-sponsors */" } }, - { - "name": "bgColor/upsell-emphasis", - "value": { - "r": 0.5098039215686274, - "g": 0.3137254901960784, - "b": 0.8745098039215686, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/upsell-emphasis", - "reference": "base/color/light/base/color/purple/5", - "collection": "mode", - "mode": "light", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-emphasis)" - } - }, - { - "name": "bgColor/upsell-muted", - "value": { - "r": 0.984313725490196, - "g": 0.9372549019607843, - "b": 1, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/upsell-muted", - "reference": "base/color/light/base/color/purple/0", - "collection": "mode", - "mode": "light", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-upsell-muted)" - } - }, { "name": "bgColor/done-emphasis", "value": { @@ -1515,44 +1438,6 @@ "web": "var(--bgColor-done-muted) /* utility class: .color-bg-done */" } }, - { - "name": "bgColor/closed-emphasis", - "value": { - "r": 0.8117647058823529, - "g": 0.13333333333333333, - "b": 0.1803921568627451, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/closed-emphasis", - "reference": "base/color/light/base/color/red/5", - "collection": "mode", - "mode": "light", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-closed-emphasis) /* utility class: .color-bg-closed-emphasis */" - } - }, - { - "name": "bgColor/closed-muted", - "value": { - "r": 1, - "g": 0.9215686274509803, - "b": 0.9137254901960784, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/bgColor/closed-muted", - "reference": "base/color/light/base/color/red/0", - "collection": "mode", - "mode": "light", - "group": "semantic", - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */" - } - }, { "name": "bgColor/danger-emphasis", "value": { @@ -1690,14 +1575,14 @@ { "name": "bgColor/success-muted", "value": { - "r": 0.9529411764705882, - "g": 0.9725490196078431, - "b": 0.9647058823529412, + "r": 0.8549019607843137, + "g": 0.984313725490196, + "b": 0.8823529411764706, "a": 1 }, "type": "COLOR", "refId": "mode/bgColor/success-muted", - "reference": "base/color/light/prov/color/green/0", + "reference": "base/color/light/base/color/green/0", "collection": "mode", "mode": "light", "group": "semantic", @@ -1956,25 +1841,6 @@ "web": "var(--fgColor-sponsors) /* utility class: .color-fg-sponsors */" } }, - { - "name": "fgColor/upsell", - "value": { - "r": 0.5098039215686274, - "g": 0.3137254901960784, - "b": 0.8745098039215686, - "a": 1 - }, - "type": "COLOR", - "refId": "mode/fgColor/upsell", - "reference": "base/color/light/base/color/purple/5", - "collection": "mode", - "mode": "light", - "group": "semantic", - "scopes": ["TEXT_FILL", "SHAPE_FILL"], - "codeSyntax": { - "web": "var(--fgColor-upsell)" - } - }, { "name": "fgColor/done", "value": { @@ -2055,14 +1921,14 @@ { "name": "fgColor/success", "value": { - "r": 0.03137254901960784, - "g": 0.5215686274509804, - "b": 0.4235294117647059, + "r": 0.10196078431372549, + "g": 0.4980392156862745, + "b": 0.21568627450980393, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/success", - "reference": "base/color/light/prov/color/green/5", + "reference": "base/color/light/base/color/green/5", "collection": "mode", "mode": "light", "group": "semantic", @@ -2093,14 +1959,14 @@ { "name": "fgColor/neutral", "value": { - "r": 0.43137254901960786, - "g": 0.4666666666666667, - "b": 0.5058823529411764, + "r": 0.3411764705882353, + "g": 0.3764705882352941, + "b": 0.41568627450980394, "a": 1 }, "type": "COLOR", "refId": "mode/fgColor/neutral", - "reference": "base/color/light/base/color/neutral/5", + "reference": "base/color/light/base/color/neutral/6", "collection": "mode", "mode": "light", "group": "semantic", @@ -7462,6 +7328,45 @@ "group": "component", "scopes": ["STROKE_COLOR"] }, + { + "name": "borderColor/upsell-emphasis", + "value": { + "r": 0.5098039215686274, + "g": 0.3137254901960784, + "b": 0.8745098039215686, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/borderColor/upsell-emphasis", + "reference": "mode/borderColor/done-emphasis", + "collection": "mode", + "mode": "light", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-emphasis)" + } + }, + { + "name": "borderColor/upsell-muted", + "value": { + "r": 0.7607843137254902, + "g": 0.592156862745098, + "b": 1, + "a": 0.4 + }, + "type": "COLOR", + "alpha": 0.4, + "refId": "mode/borderColor/upsell-muted", + "reference": "mode/borderColor/done-muted", + "collection": "mode", + "mode": "light", + "group": "semantic", + "scopes": ["STROKE_COLOR"], + "codeSyntax": { + "web": "var(--borderColor-upsell-muted)" + } + }, { "name": "borderColor/open-emphasis", "value": { @@ -7490,6 +7395,7 @@ "a": 0.4 }, "type": "COLOR", + "alpha": 0.4, "refId": "mode/borderColor/open-muted", "reference": "mode/borderColor/success-muted", "collection": "mode", @@ -7536,6 +7442,82 @@ "web": "var(--borderColor-muted) /* utility class: .color-border-muted */" } }, + { + "name": "bgColor/upsell-emphasis", + "value": { + "r": 0.5098039215686274, + "g": 0.3137254901960784, + "b": 0.8745098039215686, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/upsell-emphasis", + "reference": "mode/bgColor/done-emphasis", + "collection": "mode", + "mode": "light", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-emphasis)" + } + }, + { + "name": "bgColor/upsell-muted", + "value": { + "r": 0.984313725490196, + "g": 0.9372549019607843, + "b": 1, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/upsell-muted", + "reference": "mode/bgColor/done-muted", + "collection": "mode", + "mode": "light", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-upsell-muted)" + } + }, + { + "name": "bgColor/closed-emphasis", + "value": { + "r": 0.8117647058823529, + "g": 0.13333333333333333, + "b": 0.1803921568627451, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/closed-emphasis", + "reference": "mode/bgColor/danger-emphasis", + "collection": "mode", + "mode": "light", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-closed-emphasis) /* utility class: .color-bg-closed-emphasis */" + } + }, + { + "name": "bgColor/closed-muted", + "value": { + "r": 1, + "g": 0.9215686274509803, + "b": 0.9137254901960784, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/bgColor/closed-muted", + "reference": "mode/bgColor/danger-muted", + "collection": "mode", + "mode": "light", + "group": "semantic", + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */" + } + }, { "name": "bgColor/open-emphasis", "value": { @@ -7558,9 +7540,9 @@ { "name": "bgColor/open-muted", "value": { - "r": 0.9529411764705882, - "g": 0.9725490196078431, - "b": 0.9647058823529412, + "r": 0.8549019607843137, + "g": 0.984313725490196, + "b": 0.8823529411764706, "a": 1 }, "type": "COLOR", @@ -7574,6 +7556,25 @@ "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } }, + { + "name": "fgColor/upsell", + "value": { + "r": 0.5098039215686274, + "g": 0.3137254901960784, + "b": 0.8745098039215686, + "a": 1 + }, + "type": "COLOR", + "refId": "mode/fgColor/upsell", + "reference": "mode/fgColor/done", + "collection": "mode", + "mode": "light", + "group": "semantic", + "scopes": ["TEXT_FILL", "SHAPE_FILL"], + "codeSyntax": { + "web": "var(--fgColor-upsell)" + } + }, { "name": "fgColor/closed", "value": { @@ -7596,9 +7597,9 @@ { "name": "fgColor/open", "value": { - "r": 0.03137254901960784, - "g": 0.5215686274509804, - "b": 0.4235294117647059, + "r": 0.10196078431372549, + "g": 0.4980392156862745, + "b": 0.21568627450980393, "a": 1 }, "type": "COLOR", diff --git a/dist/internalCss/dark-colorblind.css b/dist/internalCss/dark-colorblind.css index 1e366479c..1604a0e13 100644 --- a/dist/internalCss/dark-colorblind.css +++ b/dist/internalCss/dark-colorblind.css @@ -720,13 +720,13 @@ --fgColor-black: #010409; --fgColor-disabled: #6e7681; --fgColor-link: #4493f8; - --fgColor-neutral: #6e7681; + --fgColor-neutral: #b1bac4; --fgColor-accent: #4493f8; --fgColor-success: #58a6ff; + --fgColor-open: #f0883e; --fgColor-attention: #d29922; --fgColor-severe: #db6d28; --fgColor-danger: #db6d28; - --fgColor-open: #f0883e; --fgColor-closed: #8b949e; --fgColor-done: #ab7df8; --fgColor-upsell: #ab7df8; @@ -746,14 +746,14 @@ --bgColor-accent-emphasis: #1f6feb; --bgColor-success-muted: #388bfd26; --bgColor-success-emphasis: #1f6feb; + --bgColor-open-muted: #db6d2866; + --bgColor-open-emphasis: #bd561d; --bgColor-attention-muted: #bb800926; --bgColor-attention-emphasis: #9e6a03; --bgColor-severe-muted: #db6d281a; --bgColor-severe-emphasis: #bd561d; --bgColor-danger-muted: #db6d281a; --bgColor-danger-emphasis: #bd561d; - --bgColor-open-muted: #db6d2866; - --bgColor-open-emphasis: #bd561d; --bgColor-closed-muted: #6e768166; --bgColor-closed-emphasis: #6e7681; --bgColor-done-muted: #ab7df826; @@ -774,14 +774,14 @@ --borderColor-accent-emphasis: #1f6feb; --borderColor-success-muted: #388bfd66; --borderColor-success-emphasis: #1f6feb; + --borderColor-open-muted: #db6d2866; + --borderColor-open-emphasis: #db6d28; --borderColor-attention-muted: #bb800966; --borderColor-attention-emphasis: #9e6a03; --borderColor-severe-muted: #db6d2866; --borderColor-severe-emphasis: #bd561d; --borderColor-danger-muted: #db6d2866; --borderColor-danger-emphasis: #bd561d; - --borderColor-open-muted: #db6d2866; - --borderColor-open-emphasis: #db6d28; --borderColor-closed-muted: #6e768166; --borderColor-closed-emphasis: #6e7681; --borderColor-done-muted: #ab7df866; @@ -1569,13 +1569,13 @@ --fgColor-black: #010409; --fgColor-disabled: #6e7681; --fgColor-link: #4493f8; - --fgColor-neutral: #6e7681; + --fgColor-neutral: #b1bac4; --fgColor-accent: #4493f8; --fgColor-success: #58a6ff; + --fgColor-open: #f0883e; --fgColor-attention: #d29922; --fgColor-severe: #db6d28; --fgColor-danger: #db6d28; - --fgColor-open: #f0883e; --fgColor-closed: #8b949e; --fgColor-done: #ab7df8; --fgColor-upsell: #ab7df8; @@ -1595,14 +1595,14 @@ --bgColor-accent-emphasis: #1f6feb; --bgColor-success-muted: #388bfd26; --bgColor-success-emphasis: #1f6feb; + --bgColor-open-muted: #db6d2866; + --bgColor-open-emphasis: #bd561d; --bgColor-attention-muted: #bb800926; --bgColor-attention-emphasis: #9e6a03; --bgColor-severe-muted: #db6d281a; --bgColor-severe-emphasis: #bd561d; --bgColor-danger-muted: #db6d281a; --bgColor-danger-emphasis: #bd561d; - --bgColor-open-muted: #db6d2866; - --bgColor-open-emphasis: #bd561d; --bgColor-closed-muted: #6e768166; --bgColor-closed-emphasis: #6e7681; --bgColor-done-muted: #ab7df826; @@ -1623,14 +1623,14 @@ --borderColor-accent-emphasis: #1f6feb; --borderColor-success-muted: #388bfd66; --borderColor-success-emphasis: #1f6feb; + --borderColor-open-muted: #db6d2866; + --borderColor-open-emphasis: #db6d28; --borderColor-attention-muted: #bb800966; --borderColor-attention-emphasis: #9e6a03; --borderColor-severe-muted: #db6d2866; --borderColor-severe-emphasis: #bd561d; --borderColor-danger-muted: #db6d2866; --borderColor-danger-emphasis: #bd561d; - --borderColor-open-muted: #db6d2866; - --borderColor-open-emphasis: #db6d28; --borderColor-closed-muted: #6e768166; --borderColor-closed-emphasis: #6e7681; --borderColor-done-muted: #ab7df866; diff --git a/dist/internalCss/dark-dimmed.css b/dist/internalCss/dark-dimmed.css index 71c3d1ba4..31d996579 100644 --- a/dist/internalCss/dark-dimmed.css +++ b/dist/internalCss/dark-dimmed.css @@ -720,13 +720,13 @@ --fgColor-black: #1c2128; --fgColor-disabled: #636e7b; --fgColor-link: #478be6; - --fgColor-neutral: #636e7b; + --fgColor-neutral: #909dab; --fgColor-accent: #478be6; --fgColor-success: #57ab5a; + --fgColor-open: #57ab5a; --fgColor-attention: #c69026; --fgColor-severe: #cc6b2c; --fgColor-danger: #e5534b; - --fgColor-open: #57ab5a; --fgColor-closed: #e5534b; --fgColor-done: #986ee2; --fgColor-upsell: #986ee2; @@ -746,15 +746,15 @@ --bgColor-accent-emphasis: #316dca; --bgColor-success-muted: #46954a26; --bgColor-success-emphasis: #347d39; + --bgColor-open-muted: #46954a26; + --bgColor-open-emphasis: #347d39; --bgColor-attention-muted: #ae7c1426; --bgColor-attention-emphasis: #966600; --bgColor-severe-muted: #cc6b2c1a; --bgColor-severe-emphasis: #ae5622; --bgColor-danger-muted: #e5534b1a; --bgColor-danger-emphasis: #c93c37; - --bgColor-open-muted: #46954a1a; - --bgColor-open-emphasis: #347d39; - --bgColor-closed-muted: #e5534b26; + --bgColor-closed-muted: #e5534b1a; --bgColor-closed-emphasis: #c93c37; --bgColor-done-muted: #986ee226; --bgColor-done-emphasis: #8256d0; @@ -774,14 +774,14 @@ --borderColor-accent-emphasis: #316dca; --borderColor-success-muted: #46954a66; --borderColor-success-emphasis: #347d39; + --borderColor-open-muted: #46954a66; + --borderColor-open-emphasis: #347d39; --borderColor-attention-muted: #ae7c1466; --borderColor-attention-emphasis: #966600; --borderColor-severe-muted: #cc6b2c66; --borderColor-severe-emphasis: #ae5622; --borderColor-danger-muted: #e5534b66; --borderColor-danger-emphasis: #c93c37; - --borderColor-open-muted: #46954a66; - --borderColor-open-emphasis: #347d39; --borderColor-closed-muted: #e5534b66; --borderColor-closed-emphasis: #c93c37; --borderColor-done-muted: #986ee266; @@ -1569,13 +1569,13 @@ --fgColor-black: #1c2128; --fgColor-disabled: #636e7b; --fgColor-link: #478be6; - --fgColor-neutral: #636e7b; + --fgColor-neutral: #909dab; --fgColor-accent: #478be6; --fgColor-success: #57ab5a; + --fgColor-open: #57ab5a; --fgColor-attention: #c69026; --fgColor-severe: #cc6b2c; --fgColor-danger: #e5534b; - --fgColor-open: #57ab5a; --fgColor-closed: #e5534b; --fgColor-done: #986ee2; --fgColor-upsell: #986ee2; @@ -1595,15 +1595,15 @@ --bgColor-accent-emphasis: #316dca; --bgColor-success-muted: #46954a26; --bgColor-success-emphasis: #347d39; + --bgColor-open-muted: #46954a26; + --bgColor-open-emphasis: #347d39; --bgColor-attention-muted: #ae7c1426; --bgColor-attention-emphasis: #966600; --bgColor-severe-muted: #cc6b2c1a; --bgColor-severe-emphasis: #ae5622; --bgColor-danger-muted: #e5534b1a; --bgColor-danger-emphasis: #c93c37; - --bgColor-open-muted: #46954a1a; - --bgColor-open-emphasis: #347d39; - --bgColor-closed-muted: #e5534b26; + --bgColor-closed-muted: #e5534b1a; --bgColor-closed-emphasis: #c93c37; --bgColor-done-muted: #986ee226; --bgColor-done-emphasis: #8256d0; @@ -1623,14 +1623,14 @@ --borderColor-accent-emphasis: #316dca; --borderColor-success-muted: #46954a66; --borderColor-success-emphasis: #347d39; + --borderColor-open-muted: #46954a66; + --borderColor-open-emphasis: #347d39; --borderColor-attention-muted: #ae7c1466; --borderColor-attention-emphasis: #966600; --borderColor-severe-muted: #cc6b2c66; --borderColor-severe-emphasis: #ae5622; --borderColor-danger-muted: #e5534b66; --borderColor-danger-emphasis: #c93c37; - --borderColor-open-muted: #46954a66; - --borderColor-open-emphasis: #347d39; --borderColor-closed-muted: #e5534b66; --borderColor-closed-emphasis: #c93c37; --borderColor-done-muted: #986ee266; diff --git a/dist/internalCss/dark-high-contrast.css b/dist/internalCss/dark-high-contrast.css index 4dff7263b..ca3c9b43a 100644 --- a/dist/internalCss/dark-high-contrast.css +++ b/dist/internalCss/dark-high-contrast.css @@ -310,7 +310,7 @@ --codeMirror-lineNumber-fgColor: #f0f3f6; --codeMirror-cursor-fgColor: #fbfcfd; --codeMirror-selection-bgColor: #5cacff66; - --codeMirror-activeline-bgColor: #9ea7b366; + --codeMirror-activeline-bgColor: #7a828e1a; --codeMirror-matchingBracket-fgColor: #fbfcfd; --codeMirror-lines-bgColor: #0a0c10; --codeMirror-syntax-fgColor-comment: #bdc4cc; @@ -348,100 +348,100 @@ --data-gray-color: #576270; --data-gray-color-muted: #1c1c1c; --display-blue-bgColor-muted: #001a47; - --display-blue-bgColor-emphasis: #005bd1; - --display-blue-fgColor: #4da0ff; + --display-blue-bgColor-emphasis: #4da0ff; + --display-blue-fgColor: #85c2ff; --display-blue-borderColor-muted: #002766; - --display-blue-borderColor-emphasis: #0576ff; + --display-blue-borderColor-emphasis: #4da0ff; --display-green-bgColor-muted: #122117; - --display-green-bgColor-emphasis: #2f6f37; - --display-green-fgColor: #41b445; + --display-green-bgColor-emphasis: #41b445; + --display-green-fgColor: #75d36f; --display-green-borderColor-muted: #182f1f; - --display-green-borderColor-emphasis: #388f3f; + --display-green-borderColor-emphasis: #41b445; --display-orange-bgColor-muted: #311708; - --display-orange-bgColor-emphasis: #984b10; - --display-orange-fgColor: #ed8326; + --display-orange-bgColor-emphasis: #ed8326; + --display-orange-fgColor: #f6b06a; --display-orange-borderColor-muted: #43200a; - --display-orange-borderColor-emphasis: #c46212; + --display-orange-borderColor-emphasis: #ed8326; --display-purple-bgColor-muted: #211047; - --display-purple-bgColor-emphasis: #7730e8; - --display-purple-fgColor: #b687f7; + --display-purple-bgColor-emphasis: #b687f7; + --display-purple-fgColor: #d2affd; --display-purple-borderColor-muted: #31146b; - --display-purple-borderColor-emphasis: #975bf1; + --display-purple-borderColor-emphasis: #b687f7; --display-plum-bgColor-muted: #2a0e3f; - --display-plum-bgColor-emphasis: #9518d8; - --display-plum-fgColor: #d07ef7; + --display-plum-bgColor-emphasis: #d07ef7; + --display-plum-fgColor: #e4a5fd; --display-plum-borderColor-muted: #40125e; - --display-plum-borderColor-emphasis: #b643ef; + --display-plum-borderColor-emphasis: #d07ef7; --display-red-bgColor-muted: #3c0614; - --display-red-bgColor-emphasis: #c31328; - --display-red-fgColor: #f27d83; + --display-red-bgColor-emphasis: #f27d83; + --display-red-fgColor: #f7adab; --display-red-borderColor-muted: #58091a; - --display-red-borderColor-emphasis: #eb3342; + --display-red-borderColor-emphasis: #f27d83; --display-coral-bgColor-muted: #3c0614; - --display-coral-bgColor-emphasis: #c31328; - --display-coral-fgColor: #f27d83; + --display-coral-bgColor-emphasis: #f7794b; + --display-coral-fgColor: #fdaa86; --display-coral-borderColor-muted: #58091a; - --display-coral-borderColor-emphasis: #eb3342; + --display-coral-borderColor-emphasis: #f7794b; --display-yellow-bgColor-muted: #2e1a00; - --display-yellow-bgColor-emphasis: #895906; - --display-yellow-fgColor: #d3910d; + --display-yellow-bgColor-emphasis: #d3910d; + --display-yellow-fgColor: #edb431; --display-yellow-borderColor-muted: #3d2401; - --display-yellow-borderColor-emphasis: #aa7109; + --display-yellow-borderColor-emphasis: #d3910d; --display-gray-bgColor-muted: #1c1c1c; - --display-gray-bgColor-emphasis: #576270; - --display-gray-fgColor: #92a1b5; + --display-gray-bgColor-emphasis: #92a1b5; + --display-gray-fgColor: #b3c0d1; --display-gray-borderColor-muted: #2a2b2d; - --display-gray-borderColor-emphasis: #6e7f96; + --display-gray-borderColor-emphasis: #92a1b5; --display-auburn-bgColor-muted: #271817; - --display-auburn-bgColor-emphasis: #87534f; - --display-auburn-fgColor: #bf9592; + --display-auburn-bgColor-emphasis: #bf9592; + --display-auburn-fgColor: #d4b7b5; --display-auburn-borderColor-muted: #3a2422; - --display-auburn-borderColor-emphasis: #a86f6b; + --display-auburn-borderColor-emphasis: #bf9592; --display-brown-bgColor-muted: #241c14; - --display-brown-bgColor-emphasis: #755e3e; - --display-brown-fgColor: #b69a6d; + --display-brown-bgColor-emphasis: #b69a6d; + --display-brown-fgColor: #cdbb98; --display-brown-borderColor-muted: #342a1d; - --display-brown-borderColor-emphasis: #94774c; + --display-brown-borderColor-emphasis: #b69a6d; --display-lemon-bgColor-muted: #291d00; - --display-lemon-bgColor-emphasis: #786008; - --display-lemon-fgColor: #ba9b12; + --display-lemon-bgColor-emphasis: #ba9b12; + --display-lemon-fgColor: #d7bc1d; --display-lemon-borderColor-muted: #372901; - --display-lemon-borderColor-emphasis: #977b0c; + --display-lemon-borderColor-emphasis: #ba9b12; --display-olive-bgColor-muted: #171e0b; - --display-olive-bgColor-emphasis: #5e681d; - --display-olive-fgColor: #a2a626; + --display-olive-bgColor-emphasis: #a2a626; + --display-olive-fgColor: #cbc025; --display-olive-borderColor-muted: #252d10; - --display-olive-borderColor-emphasis: #7a8321; + --display-olive-borderColor-emphasis: #a2a626; --display-lime-bgColor-muted: #141f0f; - --display-lime-bgColor-emphasis: #496c28; - --display-lime-fgColor: #7dae37; + --display-lime-bgColor-emphasis: #7dae37; + --display-lime-fgColor: #9fcc3e; --display-lime-borderColor-muted: #1f3116; - --display-lime-borderColor-emphasis: #5f892f; + --display-lime-borderColor-emphasis: #7dae37; --display-pine-bgColor-muted: #082119; - --display-pine-bgColor-emphasis: #14714c; - --display-pine-fgColor: #1bb673; + --display-pine-bgColor-emphasis: #1bb673; + --display-pine-fgColor: #1bda81; --display-pine-borderColor-muted: #0b3224; - --display-pine-borderColor-emphasis: #18915e; + --display-pine-borderColor-emphasis: #1bb673; --display-teal-bgColor-muted: #041f25; - --display-teal-bgColor-emphasis: #106c70; - --display-teal-fgColor: #1cb0ab; + --display-teal-bgColor-emphasis: #1cb0ab; + --display-teal-fgColor: #24d6c4; --display-teal-borderColor-muted: #073036; - --display-teal-borderColor-emphasis: #158a8a; + --display-teal-borderColor-emphasis: #1cb0ab; --display-cyan-bgColor-muted: #001f29; - --display-cyan-bgColor-emphasis: #036a8c; - --display-cyan-fgColor: #07ace4; + --display-cyan-bgColor-emphasis: #07ace4; + --display-cyan-fgColor: #45cbf7; --display-cyan-borderColor-muted: #002e3d; - --display-cyan-borderColor-emphasis: #0587b3; + --display-cyan-borderColor-emphasis: #07ace4; --display-indigo-bgColor-muted: #1b183f; - --display-indigo-bgColor-emphasis: #514ed4; - --display-indigo-fgColor: #9899ec; + --display-indigo-bgColor-emphasis: #9899ec; + --display-indigo-fgColor: #b7baf6; --display-indigo-borderColor-muted: #25215f; - --display-indigo-borderColor-emphasis: #7070e1; + --display-indigo-borderColor-emphasis: #9899ec; --display-pink-bgColor-muted: #2d1524; - --display-pink-bgColor-emphasis: #ac2f74; - --display-pink-fgColor: #e57bb2; + --display-pink-bgColor-emphasis: #e57bb2; + --display-pink-fgColor: #f4a9cd; --display-pink-borderColor-muted: #451c35; - --display-pink-borderColor-emphasis: #d34591; + --display-pink-borderColor-emphasis: #e57bb2; --avatar-bgColor: #ffffff1a; --avatar-borderColor: #ffffffe6; --avatar-shadow: 0px 0px 0px 2px #0a0c10; @@ -449,14 +449,14 @@ --avatarStack-fade-bgColor-muted: #3d424d; --control-bgColor-rest: #3d424d; --control-bgColor-hover: #494f5a; - --control-bgColor-active: #555c67; + --control-bgColor-active: #393d48; --control-bgColor-disabled: #3d424db3; - --control-bgColor-selected: #525964; + --control-bgColor-selected: #272b33; --control-fgColor-rest: #f0f3f6; - --control-fgColor-placeholder: #b7bec7; + --control-fgColor-placeholder: #e4e9ed; --control-fgColor-disabled: #9ea7b3; --control-borderColor-rest: #7a828e; - --control-borderColor-emphasis: #7a828e; + --control-borderColor-emphasis: #9ea7b3; --control-borderColor-disabled: #3d424db3; --control-borderColor-selected: #ffffff; --control-borderColor-success: #09b43a; @@ -471,19 +471,19 @@ --control-transparent-borderColor-rest: #00000000; --control-transparent-borderColor-hover: #7a828e; --control-transparent-borderColor-active: #9ea7b3; - --control-danger-fgColor-rest: #ff8080; + --control-danger-fgColor-rest: #ff9492; --control-danger-fgColor-hover: #0a0c10; - --control-danger-bgColor-hover: #ff6a69; - --control-danger-bgColor-active: #f65052; - --control-checked-bgColor-rest: #409eff; - --control-checked-bgColor-hover: #4aa3ff; - --control-checked-bgColor-active: #54a8ff; + --control-danger-bgColor-hover: #ff8080; + --control-danger-bgColor-active: #f65e60; + --control-checked-bgColor-rest: #5cacff; + --control-checked-bgColor-hover: #60aeff; + --control-checked-bgColor-active: #64b0ff; --control-checked-bgColor-disabled: #9ea7b3; --control-checked-fgColor-rest: #0a0c10; --control-checked-fgColor-disabled: #010409; - --control-checked-borderColor-rest: #409eff; - --control-checked-borderColor-hover: #4aa3ff; - --control-checked-borderColor-active: #54a8ff; + --control-checked-borderColor-rest: #5cacff; + --control-checked-borderColor-hover: #60aeff; + --control-checked-borderColor-active: #64b0ff; --control-checked-borderColor-disabled: #9ea7b3; --controlTrack-bgColor-rest: #3d424d; --controlTrack-bgColor-hover: #494f5a; @@ -496,15 +496,15 @@ --controlKnob-bgColor-rest: #010409; --controlKnob-bgColor-disabled: #3d424db3; --controlKnob-bgColor-checked: #ffffff; - --controlKnob-borderColor-rest: #7a828e; + --controlKnob-borderColor-rest: #9ea7b3; --controlKnob-borderColor-disabled: #3d424db3; - --controlKnob-borderColor-checked: #409eff; + --controlKnob-borderColor-checked: #5cacff; --counter-borderColor: #00000000; --button-default-fgColor-rest: #f0f3f6; --button-default-bgColor-rest: #3d424d; --button-default-bgColor-hover: #494f5a; - --button-default-bgColor-active: #555c67; - --button-default-bgColor-selected: #555c67; + --button-default-bgColor-active: #393d48; + --button-default-bgColor-selected: #393d48; --button-default-bgColor-disabled: #3d424db3; --button-default-borderColor-rest: #7a828e; --button-default-borderColor-hover: #7a828e; @@ -514,16 +514,16 @@ --button-primary-fgColor-rest: #0a0c10; --button-primary-fgColor-disabled: #0a0c1080; --button-primary-iconColor-rest: #0a0c10; - --button-primary-bgColor-rest: #09b43a; - --button-primary-bgColor-hover: #0fbb3f; - --button-primary-bgColor-active: #15c243; + --button-primary-bgColor-rest: #0ac740; + --button-primary-bgColor-hover: #10ca43; + --button-primary-bgColor-active: #16cd47; --button-primary-bgColor-disabled: #048f2f; --button-primary-borderColor-rest: #4ae168; --button-primary-borderColor-hover: #4ae168; --button-primary-borderColor-active: #4ae168; --button-primary-borderColor-disabled: #4ae16866; --button-primary-shadow-selected: 0px 0px 0px 0px #000000; - --button-invisible-fgColor-rest: #60aeff; + --button-invisible-fgColor-rest: #73b8ff; --button-invisible-fgColor-hover: #1e60d5; --button-invisible-fgColor-disabled: #9ea7b3; --button-invisible-iconColor-rest: #f0f3f6; @@ -539,7 +539,7 @@ --button-outline-fgColor-rest: #5cacff; --button-outline-fgColor-hover: #71b7ff; --button-outline-fgColor-active: #ffffff; - --button-outline-fgColor-disabled: #60aeff80; + --button-outline-fgColor-disabled: #73b8ff80; --button-outline-bgColor-rest: #ffffff; --button-outline-bgColor-hover: #525964; --button-outline-bgColor-active: #2672f3; @@ -550,8 +550,8 @@ --button-danger-fgColor-rest: #ff9492; --button-danger-fgColor-hover: #ffffff; --button-danger-fgColor-active: #ffffff; - --button-danger-fgColor-disabled: #ff808080; - --button-danger-iconColor-rest: #ff8080; + --button-danger-fgColor-disabled: #ff949280; + --button-danger-iconColor-rest: #ff9492; --button-danger-iconColor-hover: #ffffff; --button-danger-bgColor-rest: #3d424d; --button-danger-bgColor-hover: #ff4445; @@ -569,19 +569,19 @@ --buttonCounter-primary-bgColor-rest: #01040926; --buttonCounter-outline-bgColor-rest: #194fb133; --buttonCounter-outline-bgColor-hover: #194fb133; - --buttonCounter-outline-bgColor-disabled: #409eff0d; + --buttonCounter-outline-bgColor-disabled: #5cacff0d; --buttonCounter-outline-fgColor-rest: #5cacff; --buttonCounter-outline-fgColor-hover: #71b7ff; - --buttonCounter-outline-fgColor-disabled: #60aeff80; + --buttonCounter-outline-fgColor-disabled: #73b8ff80; --buttonCounter-danger-bgColor-hover: #01040926; - --buttonCounter-danger-bgColor-disabled: #ff6a690d; + --buttonCounter-danger-bgColor-disabled: #ff80800d; --buttonCounter-danger-bgColor-rest: #01040926; - --buttonCounter-danger-fgColor-rest: #ff8080; + --buttonCounter-danger-fgColor-rest: #ff9492; --buttonCounter-danger-fgColor-hover: #ffffff; - --buttonCounter-danger-fgColor-disabled: #ff808080; + --buttonCounter-danger-fgColor-disabled: #ff949280; --reactionButton-selected-bgColor-rest: #5cacff33; --reactionButton-selected-bgColor-hover: #5dadff5c; - --reactionButton-selected-fgColor-rest: #60aeff; + --reactionButton-selected-fgColor-rest: #73b8ff; --reactionButton-selected-fgColor-hover: #91cbff; --focus-outlineColor: #409eff; --menu-bgColor-active: #272b33; @@ -591,14 +591,14 @@ --selectMenu-borderColor: #7a828e; --selectMenu-bgColor-active: #1e60d5; --sideNav-bgColor-selected: #3d424d; - --skeletonLoader-bgColor: #272b33; + --skeletonLoader-bgColor: #191c22; --timelineBadge-bgColor: #3d424d; --treeViewItem-leadingVisual-iconColor-rest: #f0f3f6; --underlineNav-borderColor-active: #ff967d; --underlineNav-borderColor-hover: #bdc4cc; --underlineNav-iconColor-rest: #f0f3f6; - --selection-bgColor: #409effb3; - --card-bgColor: #272b33; + --selection-bgColor: #5cacffb3; + --card-bgColor: #191c22; --label-green-bgColor-rest: #122117; --label-green-bgColor-hover: #182f1f; --label-green-bgColor-active: #214529; @@ -719,20 +719,20 @@ --fgColor-white: #ffffff; --fgColor-black: #010409; --fgColor-disabled: #9ea7b3; - --fgColor-link: #60aeff; - --fgColor-neutral: #9ea7b3; - --fgColor-accent: #60aeff; + --fgColor-link: #73b8ff; + --fgColor-neutral: #bdc4cc; + --fgColor-accent: #73b8ff; --fgColor-success: #28d751; - --fgColor-attention: #f0b72f; - --fgColor-severe: #f48b25; - --fgColor-danger: #ff8080; --fgColor-open: #28d751; - --fgColor-closed: #ff8080; - --fgColor-done: #bf8fff; - --fgColor-upsell: #bf8fff; - --fgColor-sponsors: #f87cbd; + --fgColor-attention: #f0b72f; + --fgColor-severe: #fe9a2d; + --fgColor-danger: #ff9492; + --fgColor-closed: #ff9492; + --fgColor-done: #cb9eff; + --fgColor-upsell: #cb9eff; + --fgColor-sponsors: #ff8dc7; --bgColor-default: #0a0c10; - --bgColor-muted: #272b33; + --bgColor-muted: #191c22; --bgColor-inset: #010409; --bgColor-emphasis: #ffffff; --bgColor-inverse: #ffffff; @@ -740,31 +740,31 @@ --bgColor-black: #010409; --bgColor-disabled: #3d424db3; --bgColor-transparent: #00000000; - --bgColor-neutral-muted: #9ea7b366; + --bgColor-neutral-muted: #7a828e1a; --bgColor-neutral-emphasis: #9ea7b3; - --bgColor-accent-muted: #5cacff1a; - --bgColor-accent-emphasis: #409eff; - --bgColor-success-muted: #0ac74026; - --bgColor-success-emphasis: #09b43a; + --bgColor-accent-muted: #409eff1a; + --bgColor-accent-emphasis: #5cacff; + --bgColor-success-muted: #0ac74024; + --bgColor-success-emphasis: #0ac740; + --bgColor-open-muted: #0ac74024; + --bgColor-open-emphasis: #0ac740; --bgColor-attention-muted: #edaa2726; - --bgColor-attention-emphasis: #e09b13; - --bgColor-severe-muted: #f48b251a; - --bgColor-severe-emphasis: #e7811d; - --bgColor-danger-muted: #ff80801a; - --bgColor-danger-emphasis: #ff6a69; - --bgColor-open-muted: #0ac7401a; - --bgColor-open-emphasis: #09b43a; - --bgColor-closed-muted: #ff808026; - --bgColor-closed-emphasis: #ff6a69; - --bgColor-done-muted: #bf8fff26; - --bgColor-done-emphasis: #b87fff; - --bgColor-upsell-muted: #bf8fff26; - --bgColor-upsell-emphasis: #b87fff; - --bgColor-sponsors-muted: #f87cbd1a; - --bgColor-sponsors-emphasis: #ef6eb1; + --bgColor-attention-emphasis: #edaa27; + --bgColor-severe-muted: #f48b2516; + --bgColor-severe-emphasis: #f48b25; + --bgColor-danger-muted: #ff808017; + --bgColor-danger-emphasis: #ff8080; + --bgColor-closed-muted: #ff808017; + --bgColor-closed-emphasis: #ff8080; + --bgColor-done-muted: #b87fff17; + --bgColor-done-emphasis: #bf8fff; + --bgColor-upsell-muted: #b87fff17; + --bgColor-upsell-emphasis: #bf8fff; + --bgColor-sponsors-muted: #ef6eb117; + --bgColor-sponsors-emphasis: #f87cbd; --borderColor-default: #7a828e; --borderColor-muted: #7a828e; - --borderColor-emphasis: #7a828e; + --borderColor-emphasis: #9ea7b3; --borderColor-disabled: #3d424db3; --borderColor-transparent: #00000000; --borderColor-translucent: #7a828e; @@ -774,14 +774,14 @@ --borderColor-accent-emphasis: #409eff; --borderColor-success-muted: #0ac740; --borderColor-success-emphasis: #09b43a; + --borderColor-open-muted: #0ac740; + --borderColor-open-emphasis: #09b43a; --borderColor-attention-muted: #edaa27; --borderColor-attention-emphasis: #e09b13; --borderColor-severe-muted: #f48b25; --borderColor-severe-emphasis: #e7811d; --borderColor-danger-muted: #ff8080; --borderColor-danger-emphasis: #ff6a69; - --borderColor-open-muted: #0ac740; - --borderColor-open-emphasis: #09b43a; --borderColor-closed-muted: #ff808066; --borderColor-closed-emphasis: #ff6a69; --borderColor-done-muted: #bf8fff; @@ -1159,7 +1159,7 @@ --codeMirror-lineNumber-fgColor: #f0f3f6; --codeMirror-cursor-fgColor: #fbfcfd; --codeMirror-selection-bgColor: #5cacff66; - --codeMirror-activeline-bgColor: #9ea7b366; + --codeMirror-activeline-bgColor: #7a828e1a; --codeMirror-matchingBracket-fgColor: #fbfcfd; --codeMirror-lines-bgColor: #0a0c10; --codeMirror-syntax-fgColor-comment: #bdc4cc; @@ -1197,100 +1197,100 @@ --data-gray-color: #576270; --data-gray-color-muted: #1c1c1c; --display-blue-bgColor-muted: #001a47; - --display-blue-bgColor-emphasis: #005bd1; - --display-blue-fgColor: #4da0ff; + --display-blue-bgColor-emphasis: #4da0ff; + --display-blue-fgColor: #85c2ff; --display-blue-borderColor-muted: #002766; - --display-blue-borderColor-emphasis: #0576ff; + --display-blue-borderColor-emphasis: #4da0ff; --display-green-bgColor-muted: #122117; - --display-green-bgColor-emphasis: #2f6f37; - --display-green-fgColor: #41b445; + --display-green-bgColor-emphasis: #41b445; + --display-green-fgColor: #75d36f; --display-green-borderColor-muted: #182f1f; - --display-green-borderColor-emphasis: #388f3f; + --display-green-borderColor-emphasis: #41b445; --display-orange-bgColor-muted: #311708; - --display-orange-bgColor-emphasis: #984b10; - --display-orange-fgColor: #ed8326; + --display-orange-bgColor-emphasis: #ed8326; + --display-orange-fgColor: #f6b06a; --display-orange-borderColor-muted: #43200a; - --display-orange-borderColor-emphasis: #c46212; + --display-orange-borderColor-emphasis: #ed8326; --display-purple-bgColor-muted: #211047; - --display-purple-bgColor-emphasis: #7730e8; - --display-purple-fgColor: #b687f7; + --display-purple-bgColor-emphasis: #b687f7; + --display-purple-fgColor: #d2affd; --display-purple-borderColor-muted: #31146b; - --display-purple-borderColor-emphasis: #975bf1; + --display-purple-borderColor-emphasis: #b687f7; --display-plum-bgColor-muted: #2a0e3f; - --display-plum-bgColor-emphasis: #9518d8; - --display-plum-fgColor: #d07ef7; + --display-plum-bgColor-emphasis: #d07ef7; + --display-plum-fgColor: #e4a5fd; --display-plum-borderColor-muted: #40125e; - --display-plum-borderColor-emphasis: #b643ef; + --display-plum-borderColor-emphasis: #d07ef7; --display-red-bgColor-muted: #3c0614; - --display-red-bgColor-emphasis: #c31328; - --display-red-fgColor: #f27d83; + --display-red-bgColor-emphasis: #f27d83; + --display-red-fgColor: #f7adab; --display-red-borderColor-muted: #58091a; - --display-red-borderColor-emphasis: #eb3342; + --display-red-borderColor-emphasis: #f27d83; --display-coral-bgColor-muted: #3c0614; - --display-coral-bgColor-emphasis: #c31328; - --display-coral-fgColor: #f27d83; + --display-coral-bgColor-emphasis: #f7794b; + --display-coral-fgColor: #fdaa86; --display-coral-borderColor-muted: #58091a; - --display-coral-borderColor-emphasis: #eb3342; + --display-coral-borderColor-emphasis: #f7794b; --display-yellow-bgColor-muted: #2e1a00; - --display-yellow-bgColor-emphasis: #895906; - --display-yellow-fgColor: #d3910d; + --display-yellow-bgColor-emphasis: #d3910d; + --display-yellow-fgColor: #edb431; --display-yellow-borderColor-muted: #3d2401; - --display-yellow-borderColor-emphasis: #aa7109; + --display-yellow-borderColor-emphasis: #d3910d; --display-gray-bgColor-muted: #1c1c1c; - --display-gray-bgColor-emphasis: #576270; - --display-gray-fgColor: #92a1b5; + --display-gray-bgColor-emphasis: #92a1b5; + --display-gray-fgColor: #b3c0d1; --display-gray-borderColor-muted: #2a2b2d; - --display-gray-borderColor-emphasis: #6e7f96; + --display-gray-borderColor-emphasis: #92a1b5; --display-auburn-bgColor-muted: #271817; - --display-auburn-bgColor-emphasis: #87534f; - --display-auburn-fgColor: #bf9592; + --display-auburn-bgColor-emphasis: #bf9592; + --display-auburn-fgColor: #d4b7b5; --display-auburn-borderColor-muted: #3a2422; - --display-auburn-borderColor-emphasis: #a86f6b; + --display-auburn-borderColor-emphasis: #bf9592; --display-brown-bgColor-muted: #241c14; - --display-brown-bgColor-emphasis: #755e3e; - --display-brown-fgColor: #b69a6d; + --display-brown-bgColor-emphasis: #b69a6d; + --display-brown-fgColor: #cdbb98; --display-brown-borderColor-muted: #342a1d; - --display-brown-borderColor-emphasis: #94774c; + --display-brown-borderColor-emphasis: #b69a6d; --display-lemon-bgColor-muted: #291d00; - --display-lemon-bgColor-emphasis: #786008; - --display-lemon-fgColor: #ba9b12; + --display-lemon-bgColor-emphasis: #ba9b12; + --display-lemon-fgColor: #d7bc1d; --display-lemon-borderColor-muted: #372901; - --display-lemon-borderColor-emphasis: #977b0c; + --display-lemon-borderColor-emphasis: #ba9b12; --display-olive-bgColor-muted: #171e0b; - --display-olive-bgColor-emphasis: #5e681d; - --display-olive-fgColor: #a2a626; + --display-olive-bgColor-emphasis: #a2a626; + --display-olive-fgColor: #cbc025; --display-olive-borderColor-muted: #252d10; - --display-olive-borderColor-emphasis: #7a8321; + --display-olive-borderColor-emphasis: #a2a626; --display-lime-bgColor-muted: #141f0f; - --display-lime-bgColor-emphasis: #496c28; - --display-lime-fgColor: #7dae37; + --display-lime-bgColor-emphasis: #7dae37; + --display-lime-fgColor: #9fcc3e; --display-lime-borderColor-muted: #1f3116; - --display-lime-borderColor-emphasis: #5f892f; + --display-lime-borderColor-emphasis: #7dae37; --display-pine-bgColor-muted: #082119; - --display-pine-bgColor-emphasis: #14714c; - --display-pine-fgColor: #1bb673; + --display-pine-bgColor-emphasis: #1bb673; + --display-pine-fgColor: #1bda81; --display-pine-borderColor-muted: #0b3224; - --display-pine-borderColor-emphasis: #18915e; + --display-pine-borderColor-emphasis: #1bb673; --display-teal-bgColor-muted: #041f25; - --display-teal-bgColor-emphasis: #106c70; - --display-teal-fgColor: #1cb0ab; + --display-teal-bgColor-emphasis: #1cb0ab; + --display-teal-fgColor: #24d6c4; --display-teal-borderColor-muted: #073036; - --display-teal-borderColor-emphasis: #158a8a; + --display-teal-borderColor-emphasis: #1cb0ab; --display-cyan-bgColor-muted: #001f29; - --display-cyan-bgColor-emphasis: #036a8c; - --display-cyan-fgColor: #07ace4; + --display-cyan-bgColor-emphasis: #07ace4; + --display-cyan-fgColor: #45cbf7; --display-cyan-borderColor-muted: #002e3d; - --display-cyan-borderColor-emphasis: #0587b3; + --display-cyan-borderColor-emphasis: #07ace4; --display-indigo-bgColor-muted: #1b183f; - --display-indigo-bgColor-emphasis: #514ed4; - --display-indigo-fgColor: #9899ec; + --display-indigo-bgColor-emphasis: #9899ec; + --display-indigo-fgColor: #b7baf6; --display-indigo-borderColor-muted: #25215f; - --display-indigo-borderColor-emphasis: #7070e1; + --display-indigo-borderColor-emphasis: #9899ec; --display-pink-bgColor-muted: #2d1524; - --display-pink-bgColor-emphasis: #ac2f74; - --display-pink-fgColor: #e57bb2; + --display-pink-bgColor-emphasis: #e57bb2; + --display-pink-fgColor: #f4a9cd; --display-pink-borderColor-muted: #451c35; - --display-pink-borderColor-emphasis: #d34591; + --display-pink-borderColor-emphasis: #e57bb2; --avatar-bgColor: #ffffff1a; --avatar-borderColor: #ffffffe6; --avatar-shadow: 0px 0px 0px 2px #0a0c10; @@ -1298,14 +1298,14 @@ --avatarStack-fade-bgColor-muted: #3d424d; --control-bgColor-rest: #3d424d; --control-bgColor-hover: #494f5a; - --control-bgColor-active: #555c67; + --control-bgColor-active: #393d48; --control-bgColor-disabled: #3d424db3; - --control-bgColor-selected: #525964; + --control-bgColor-selected: #272b33; --control-fgColor-rest: #f0f3f6; - --control-fgColor-placeholder: #b7bec7; + --control-fgColor-placeholder: #e4e9ed; --control-fgColor-disabled: #9ea7b3; --control-borderColor-rest: #7a828e; - --control-borderColor-emphasis: #7a828e; + --control-borderColor-emphasis: #9ea7b3; --control-borderColor-disabled: #3d424db3; --control-borderColor-selected: #ffffff; --control-borderColor-success: #09b43a; @@ -1320,19 +1320,19 @@ --control-transparent-borderColor-rest: #00000000; --control-transparent-borderColor-hover: #7a828e; --control-transparent-borderColor-active: #9ea7b3; - --control-danger-fgColor-rest: #ff8080; + --control-danger-fgColor-rest: #ff9492; --control-danger-fgColor-hover: #0a0c10; - --control-danger-bgColor-hover: #ff6a69; - --control-danger-bgColor-active: #f65052; - --control-checked-bgColor-rest: #409eff; - --control-checked-bgColor-hover: #4aa3ff; - --control-checked-bgColor-active: #54a8ff; + --control-danger-bgColor-hover: #ff8080; + --control-danger-bgColor-active: #f65e60; + --control-checked-bgColor-rest: #5cacff; + --control-checked-bgColor-hover: #60aeff; + --control-checked-bgColor-active: #64b0ff; --control-checked-bgColor-disabled: #9ea7b3; --control-checked-fgColor-rest: #0a0c10; --control-checked-fgColor-disabled: #010409; - --control-checked-borderColor-rest: #409eff; - --control-checked-borderColor-hover: #4aa3ff; - --control-checked-borderColor-active: #54a8ff; + --control-checked-borderColor-rest: #5cacff; + --control-checked-borderColor-hover: #60aeff; + --control-checked-borderColor-active: #64b0ff; --control-checked-borderColor-disabled: #9ea7b3; --controlTrack-bgColor-rest: #3d424d; --controlTrack-bgColor-hover: #494f5a; @@ -1345,15 +1345,15 @@ --controlKnob-bgColor-rest: #010409; --controlKnob-bgColor-disabled: #3d424db3; --controlKnob-bgColor-checked: #ffffff; - --controlKnob-borderColor-rest: #7a828e; + --controlKnob-borderColor-rest: #9ea7b3; --controlKnob-borderColor-disabled: #3d424db3; - --controlKnob-borderColor-checked: #409eff; + --controlKnob-borderColor-checked: #5cacff; --counter-borderColor: #00000000; --button-default-fgColor-rest: #f0f3f6; --button-default-bgColor-rest: #3d424d; --button-default-bgColor-hover: #494f5a; - --button-default-bgColor-active: #555c67; - --button-default-bgColor-selected: #555c67; + --button-default-bgColor-active: #393d48; + --button-default-bgColor-selected: #393d48; --button-default-bgColor-disabled: #3d424db3; --button-default-borderColor-rest: #7a828e; --button-default-borderColor-hover: #7a828e; @@ -1363,16 +1363,16 @@ --button-primary-fgColor-rest: #0a0c10; --button-primary-fgColor-disabled: #0a0c1080; --button-primary-iconColor-rest: #0a0c10; - --button-primary-bgColor-rest: #09b43a; - --button-primary-bgColor-hover: #0fbb3f; - --button-primary-bgColor-active: #15c243; + --button-primary-bgColor-rest: #0ac740; + --button-primary-bgColor-hover: #10ca43; + --button-primary-bgColor-active: #16cd47; --button-primary-bgColor-disabled: #048f2f; --button-primary-borderColor-rest: #4ae168; --button-primary-borderColor-hover: #4ae168; --button-primary-borderColor-active: #4ae168; --button-primary-borderColor-disabled: #4ae16866; --button-primary-shadow-selected: 0px 0px 0px 0px #000000; - --button-invisible-fgColor-rest: #60aeff; + --button-invisible-fgColor-rest: #73b8ff; --button-invisible-fgColor-hover: #1e60d5; --button-invisible-fgColor-disabled: #9ea7b3; --button-invisible-iconColor-rest: #f0f3f6; @@ -1388,7 +1388,7 @@ --button-outline-fgColor-rest: #5cacff; --button-outline-fgColor-hover: #71b7ff; --button-outline-fgColor-active: #ffffff; - --button-outline-fgColor-disabled: #60aeff80; + --button-outline-fgColor-disabled: #73b8ff80; --button-outline-bgColor-rest: #ffffff; --button-outline-bgColor-hover: #525964; --button-outline-bgColor-active: #2672f3; @@ -1399,8 +1399,8 @@ --button-danger-fgColor-rest: #ff9492; --button-danger-fgColor-hover: #ffffff; --button-danger-fgColor-active: #ffffff; - --button-danger-fgColor-disabled: #ff808080; - --button-danger-iconColor-rest: #ff8080; + --button-danger-fgColor-disabled: #ff949280; + --button-danger-iconColor-rest: #ff9492; --button-danger-iconColor-hover: #ffffff; --button-danger-bgColor-rest: #3d424d; --button-danger-bgColor-hover: #ff4445; @@ -1418,19 +1418,19 @@ --buttonCounter-primary-bgColor-rest: #01040926; --buttonCounter-outline-bgColor-rest: #194fb133; --buttonCounter-outline-bgColor-hover: #194fb133; - --buttonCounter-outline-bgColor-disabled: #409eff0d; + --buttonCounter-outline-bgColor-disabled: #5cacff0d; --buttonCounter-outline-fgColor-rest: #5cacff; --buttonCounter-outline-fgColor-hover: #71b7ff; - --buttonCounter-outline-fgColor-disabled: #60aeff80; + --buttonCounter-outline-fgColor-disabled: #73b8ff80; --buttonCounter-danger-bgColor-hover: #01040926; - --buttonCounter-danger-bgColor-disabled: #ff6a690d; + --buttonCounter-danger-bgColor-disabled: #ff80800d; --buttonCounter-danger-bgColor-rest: #01040926; - --buttonCounter-danger-fgColor-rest: #ff8080; + --buttonCounter-danger-fgColor-rest: #ff9492; --buttonCounter-danger-fgColor-hover: #ffffff; - --buttonCounter-danger-fgColor-disabled: #ff808080; + --buttonCounter-danger-fgColor-disabled: #ff949280; --reactionButton-selected-bgColor-rest: #5cacff33; --reactionButton-selected-bgColor-hover: #5dadff5c; - --reactionButton-selected-fgColor-rest: #60aeff; + --reactionButton-selected-fgColor-rest: #73b8ff; --reactionButton-selected-fgColor-hover: #91cbff; --focus-outlineColor: #409eff; --menu-bgColor-active: #272b33; @@ -1440,14 +1440,14 @@ --selectMenu-borderColor: #7a828e; --selectMenu-bgColor-active: #1e60d5; --sideNav-bgColor-selected: #3d424d; - --skeletonLoader-bgColor: #272b33; + --skeletonLoader-bgColor: #191c22; --timelineBadge-bgColor: #3d424d; --treeViewItem-leadingVisual-iconColor-rest: #f0f3f6; --underlineNav-borderColor-active: #ff967d; --underlineNav-borderColor-hover: #bdc4cc; --underlineNav-iconColor-rest: #f0f3f6; - --selection-bgColor: #409effb3; - --card-bgColor: #272b33; + --selection-bgColor: #5cacffb3; + --card-bgColor: #191c22; --label-green-bgColor-rest: #122117; --label-green-bgColor-hover: #182f1f; --label-green-bgColor-active: #214529; @@ -1568,20 +1568,20 @@ --fgColor-white: #ffffff; --fgColor-black: #010409; --fgColor-disabled: #9ea7b3; - --fgColor-link: #60aeff; - --fgColor-neutral: #9ea7b3; - --fgColor-accent: #60aeff; + --fgColor-link: #73b8ff; + --fgColor-neutral: #bdc4cc; + --fgColor-accent: #73b8ff; --fgColor-success: #28d751; - --fgColor-attention: #f0b72f; - --fgColor-severe: #f48b25; - --fgColor-danger: #ff8080; --fgColor-open: #28d751; - --fgColor-closed: #ff8080; - --fgColor-done: #bf8fff; - --fgColor-upsell: #bf8fff; - --fgColor-sponsors: #f87cbd; + --fgColor-attention: #f0b72f; + --fgColor-severe: #fe9a2d; + --fgColor-danger: #ff9492; + --fgColor-closed: #ff9492; + --fgColor-done: #cb9eff; + --fgColor-upsell: #cb9eff; + --fgColor-sponsors: #ff8dc7; --bgColor-default: #0a0c10; - --bgColor-muted: #272b33; + --bgColor-muted: #191c22; --bgColor-inset: #010409; --bgColor-emphasis: #ffffff; --bgColor-inverse: #ffffff; @@ -1589,31 +1589,31 @@ --bgColor-black: #010409; --bgColor-disabled: #3d424db3; --bgColor-transparent: #00000000; - --bgColor-neutral-muted: #9ea7b366; + --bgColor-neutral-muted: #7a828e1a; --bgColor-neutral-emphasis: #9ea7b3; - --bgColor-accent-muted: #5cacff1a; - --bgColor-accent-emphasis: #409eff; - --bgColor-success-muted: #0ac74026; - --bgColor-success-emphasis: #09b43a; + --bgColor-accent-muted: #409eff1a; + --bgColor-accent-emphasis: #5cacff; + --bgColor-success-muted: #0ac74024; + --bgColor-success-emphasis: #0ac740; + --bgColor-open-muted: #0ac74024; + --bgColor-open-emphasis: #0ac740; --bgColor-attention-muted: #edaa2726; - --bgColor-attention-emphasis: #e09b13; - --bgColor-severe-muted: #f48b251a; - --bgColor-severe-emphasis: #e7811d; - --bgColor-danger-muted: #ff80801a; - --bgColor-danger-emphasis: #ff6a69; - --bgColor-open-muted: #0ac7401a; - --bgColor-open-emphasis: #09b43a; - --bgColor-closed-muted: #ff808026; - --bgColor-closed-emphasis: #ff6a69; - --bgColor-done-muted: #bf8fff26; - --bgColor-done-emphasis: #b87fff; - --bgColor-upsell-muted: #bf8fff26; - --bgColor-upsell-emphasis: #b87fff; - --bgColor-sponsors-muted: #f87cbd1a; - --bgColor-sponsors-emphasis: #ef6eb1; + --bgColor-attention-emphasis: #edaa27; + --bgColor-severe-muted: #f48b2516; + --bgColor-severe-emphasis: #f48b25; + --bgColor-danger-muted: #ff808017; + --bgColor-danger-emphasis: #ff8080; + --bgColor-closed-muted: #ff808017; + --bgColor-closed-emphasis: #ff8080; + --bgColor-done-muted: #b87fff17; + --bgColor-done-emphasis: #bf8fff; + --bgColor-upsell-muted: #b87fff17; + --bgColor-upsell-emphasis: #bf8fff; + --bgColor-sponsors-muted: #ef6eb117; + --bgColor-sponsors-emphasis: #f87cbd; --borderColor-default: #7a828e; --borderColor-muted: #7a828e; - --borderColor-emphasis: #7a828e; + --borderColor-emphasis: #9ea7b3; --borderColor-disabled: #3d424db3; --borderColor-transparent: #00000000; --borderColor-translucent: #7a828e; @@ -1623,14 +1623,14 @@ --borderColor-accent-emphasis: #409eff; --borderColor-success-muted: #0ac740; --borderColor-success-emphasis: #09b43a; + --borderColor-open-muted: #0ac740; + --borderColor-open-emphasis: #09b43a; --borderColor-attention-muted: #edaa27; --borderColor-attention-emphasis: #e09b13; --borderColor-severe-muted: #f48b25; --borderColor-severe-emphasis: #e7811d; --borderColor-danger-muted: #ff8080; --borderColor-danger-emphasis: #ff6a69; - --borderColor-open-muted: #0ac740; - --borderColor-open-emphasis: #09b43a; --borderColor-closed-muted: #ff808066; --borderColor-closed-emphasis: #ff6a69; --borderColor-done-muted: #bf8fff; diff --git a/dist/internalCss/dark-tritanopia.css b/dist/internalCss/dark-tritanopia.css index 0827f33de..00d8a168f 100644 --- a/dist/internalCss/dark-tritanopia.css +++ b/dist/internalCss/dark-tritanopia.css @@ -720,13 +720,13 @@ --fgColor-black: #010409; --fgColor-disabled: #6e7681; --fgColor-link: #4493f8; - --fgColor-neutral: #6e7681; + --fgColor-neutral: #b1bac4; --fgColor-accent: #4493f8; --fgColor-success: #58a6ff; + --fgColor-open: #f85149; --fgColor-attention: #d29922; --fgColor-severe: #f85149; --fgColor-danger: #f85149; - --fgColor-open: #f85149; --fgColor-closed: #6e7681; --fgColor-done: #ab7df8; --fgColor-upsell: #ab7df8; @@ -746,15 +746,15 @@ --bgColor-accent-emphasis: #1f6feb; --bgColor-success-muted: #388bfd26; --bgColor-success-emphasis: #1f6feb; + --bgColor-open-muted: #f8514926; + --bgColor-open-emphasis: #da3633; --bgColor-attention-muted: #bb800926; --bgColor-attention-emphasis: #9e6a03; --bgColor-severe-muted: #f851491a; --bgColor-severe-emphasis: #da3633; --bgColor-danger-muted: #f851491a; --bgColor-danger-emphasis: #da3633; - --bgColor-open-muted: #f851491a; - --bgColor-open-emphasis: #da3633; - --bgColor-closed-muted: #6e768126; + --bgColor-closed-muted: #6e76811a; --bgColor-closed-emphasis: #484f58; --bgColor-done-muted: #ab7df826; --bgColor-done-emphasis: #8957e5; @@ -774,14 +774,14 @@ --borderColor-accent-emphasis: #1f6feb; --borderColor-success-muted: #388bfd66; --borderColor-success-emphasis: #1f6feb; + --borderColor-open-muted: #f8514966; + --borderColor-open-emphasis: #da3633; --borderColor-attention-muted: #bb800966; --borderColor-attention-emphasis: #9e6a03; --borderColor-severe-muted: #f8514966; --borderColor-severe-emphasis: #da3633; --borderColor-danger-muted: #f8514966; --borderColor-danger-emphasis: #da3633; - --borderColor-open-muted: #f8514966; - --borderColor-open-emphasis: #da3633; --borderColor-closed-muted: #6e768166; --borderColor-closed-emphasis: #484f58; --borderColor-done-muted: #ab7df866; @@ -1569,13 +1569,13 @@ --fgColor-black: #010409; --fgColor-disabled: #6e7681; --fgColor-link: #4493f8; - --fgColor-neutral: #6e7681; + --fgColor-neutral: #b1bac4; --fgColor-accent: #4493f8; --fgColor-success: #58a6ff; + --fgColor-open: #f85149; --fgColor-attention: #d29922; --fgColor-severe: #f85149; --fgColor-danger: #f85149; - --fgColor-open: #f85149; --fgColor-closed: #6e7681; --fgColor-done: #ab7df8; --fgColor-upsell: #ab7df8; @@ -1595,15 +1595,15 @@ --bgColor-accent-emphasis: #1f6feb; --bgColor-success-muted: #388bfd26; --bgColor-success-emphasis: #1f6feb; + --bgColor-open-muted: #f8514926; + --bgColor-open-emphasis: #da3633; --bgColor-attention-muted: #bb800926; --bgColor-attention-emphasis: #9e6a03; --bgColor-severe-muted: #f851491a; --bgColor-severe-emphasis: #da3633; --bgColor-danger-muted: #f851491a; --bgColor-danger-emphasis: #da3633; - --bgColor-open-muted: #f851491a; - --bgColor-open-emphasis: #da3633; - --bgColor-closed-muted: #6e768126; + --bgColor-closed-muted: #6e76811a; --bgColor-closed-emphasis: #484f58; --bgColor-done-muted: #ab7df826; --bgColor-done-emphasis: #8957e5; @@ -1623,14 +1623,14 @@ --borderColor-accent-emphasis: #1f6feb; --borderColor-success-muted: #388bfd66; --borderColor-success-emphasis: #1f6feb; + --borderColor-open-muted: #f8514966; + --borderColor-open-emphasis: #da3633; --borderColor-attention-muted: #bb800966; --borderColor-attention-emphasis: #9e6a03; --borderColor-severe-muted: #f8514966; --borderColor-severe-emphasis: #da3633; --borderColor-danger-muted: #f8514966; --borderColor-danger-emphasis: #da3633; - --borderColor-open-muted: #f8514966; - --borderColor-open-emphasis: #da3633; --borderColor-closed-muted: #6e768166; --borderColor-closed-emphasis: #484f58; --borderColor-done-muted: #ab7df866; diff --git a/dist/internalCss/dark.css b/dist/internalCss/dark.css index c67615778..a614735b8 100644 --- a/dist/internalCss/dark.css +++ b/dist/internalCss/dark.css @@ -720,13 +720,13 @@ --fgColor-black: #010409; --fgColor-disabled: #6e7681; --fgColor-link: #4493f8; - --fgColor-neutral: #6e7681; + --fgColor-neutral: #b1bac4; --fgColor-accent: #4493f8; --fgColor-success: #3fb950; + --fgColor-open: #3fb950; --fgColor-attention: #d29922; --fgColor-severe: #db6d28; --fgColor-danger: #f85149; - --fgColor-open: #3fb950; --fgColor-closed: #f85149; --fgColor-done: #ab7df8; --fgColor-upsell: #ab7df8; @@ -746,15 +746,15 @@ --bgColor-accent-emphasis: #1f6feb; --bgColor-success-muted: #2ea04326; --bgColor-success-emphasis: #238636; + --bgColor-open-muted: #2ea04326; + --bgColor-open-emphasis: #238636; --bgColor-attention-muted: #bb800926; --bgColor-attention-emphasis: #9e6a03; --bgColor-severe-muted: #db6d281a; --bgColor-severe-emphasis: #bd561d; --bgColor-danger-muted: #f851491a; --bgColor-danger-emphasis: #da3633; - --bgColor-open-muted: #2ea0431a; - --bgColor-open-emphasis: #238636; - --bgColor-closed-muted: #f8514926; + --bgColor-closed-muted: #f851491a; --bgColor-closed-emphasis: #da3633; --bgColor-done-muted: #ab7df826; --bgColor-done-emphasis: #8957e5; @@ -774,14 +774,14 @@ --borderColor-accent-emphasis: #1f6feb; --borderColor-success-muted: #2ea04366; --borderColor-success-emphasis: #238636; + --borderColor-open-muted: #2ea04366; + --borderColor-open-emphasis: #238636; --borderColor-attention-muted: #bb800966; --borderColor-attention-emphasis: #9e6a03; --borderColor-severe-muted: #db6d2866; --borderColor-severe-emphasis: #bd561d; --borderColor-danger-muted: #f8514966; --borderColor-danger-emphasis: #da3633; - --borderColor-open-muted: #2ea04366; - --borderColor-open-emphasis: #238636; --borderColor-closed-muted: #f8514966; --borderColor-closed-emphasis: #da3633; --borderColor-done-muted: #ab7df866; @@ -1569,13 +1569,13 @@ --fgColor-black: #010409; --fgColor-disabled: #6e7681; --fgColor-link: #4493f8; - --fgColor-neutral: #6e7681; + --fgColor-neutral: #b1bac4; --fgColor-accent: #4493f8; --fgColor-success: #3fb950; + --fgColor-open: #3fb950; --fgColor-attention: #d29922; --fgColor-severe: #db6d28; --fgColor-danger: #f85149; - --fgColor-open: #3fb950; --fgColor-closed: #f85149; --fgColor-done: #ab7df8; --fgColor-upsell: #ab7df8; @@ -1595,15 +1595,15 @@ --bgColor-accent-emphasis: #1f6feb; --bgColor-success-muted: #2ea04326; --bgColor-success-emphasis: #238636; + --bgColor-open-muted: #2ea04326; + --bgColor-open-emphasis: #238636; --bgColor-attention-muted: #bb800926; --bgColor-attention-emphasis: #9e6a03; --bgColor-severe-muted: #db6d281a; --bgColor-severe-emphasis: #bd561d; --bgColor-danger-muted: #f851491a; --bgColor-danger-emphasis: #da3633; - --bgColor-open-muted: #2ea0431a; - --bgColor-open-emphasis: #238636; - --bgColor-closed-muted: #f8514926; + --bgColor-closed-muted: #f851491a; --bgColor-closed-emphasis: #da3633; --bgColor-done-muted: #ab7df826; --bgColor-done-emphasis: #8957e5; @@ -1623,14 +1623,14 @@ --borderColor-accent-emphasis: #1f6feb; --borderColor-success-muted: #2ea04366; --borderColor-success-emphasis: #238636; + --borderColor-open-muted: #2ea04366; + --borderColor-open-emphasis: #238636; --borderColor-attention-muted: #bb800966; --borderColor-attention-emphasis: #9e6a03; --borderColor-severe-muted: #db6d2866; --borderColor-severe-emphasis: #bd561d; --borderColor-danger-muted: #f8514966; --borderColor-danger-emphasis: #da3633; - --borderColor-open-muted: #2ea04366; - --borderColor-open-emphasis: #238636; --borderColor-closed-muted: #f8514966; --borderColor-closed-emphasis: #da3633; --borderColor-done-muted: #ab7df866; diff --git a/dist/internalCss/light-colorblind.css b/dist/internalCss/light-colorblind.css index 79edc063b..b370b8c55 100644 --- a/dist/internalCss/light-colorblind.css +++ b/dist/internalCss/light-colorblind.css @@ -475,7 +475,7 @@ --control-borderColor-emphasis: #868f99; --control-borderColor-disabled: #eaeef2b3; --control-borderColor-selected: #f6f8fa; - --control-borderColor-success: #218bff; + --control-borderColor-success: #0969da; --control-borderColor-danger: #bc4c00; --control-borderColor-warning: #bf8700; --control-iconColor-rest: #636c76; @@ -530,9 +530,9 @@ --button-primary-fgColor-rest: #ffffff; --button-primary-fgColor-disabled: #ffffffcc; --button-primary-iconColor-rest: #ffffffcc; - --button-primary-bgColor-rest: #0f72e3; - --button-primary-bgColor-hover: #0d6bd8; - --button-primary-bgColor-active: #0b64ce; + --button-primary-bgColor-rest: #0969da; + --button-primary-bgColor-hover: #0864d1; + --button-primary-bgColor-active: #075fc8; --button-primary-bgColor-disabled: #92caff; --button-primary-borderColor-rest: #1f232826; --button-primary-borderColor-hover: #1f232826; @@ -737,13 +737,13 @@ --fgColor-black: #1f2328; --fgColor-disabled: #8c959f; --fgColor-link: #0969da; - --fgColor-neutral: #6e7781; + --fgColor-neutral: #57606a; --fgColor-accent: #0969da; --fgColor-success: #0969da; + --fgColor-open: #bc4c00; --fgColor-attention: #9a6700; --fgColor-severe: #bc4c00; --fgColor-danger: #be4e02; - --fgColor-open: #bc4c00; --fgColor-closed: #6e7781; --fgColor-done: #8250df; --fgColor-upsell: #8250df; @@ -762,15 +762,15 @@ --bgColor-accent-muted: #ddf4ff; --bgColor-accent-emphasis: #0969da; --bgColor-success-muted: #ddf4ff; - --bgColor-success-emphasis: #0f72e3; + --bgColor-success-emphasis: #0969da; + --bgColor-open-muted: #fb8f4466; + --bgColor-open-emphasis: #e16f24; --bgColor-attention-muted: #fff8c5; --bgColor-attention-emphasis: #9a6700; --bgColor-severe-muted: #fff1e5; --bgColor-severe-emphasis: #bc4c00; --bgColor-danger-muted: #fff1e5; --bgColor-danger-emphasis: #bc4c00; - --bgColor-open-muted: #fb8f4466; - --bgColor-open-emphasis: #e16f24; --bgColor-closed-muted: #afb8c166; --bgColor-closed-emphasis: #6e7781; --bgColor-done-muted: #fbefff; @@ -790,15 +790,15 @@ --borderColor-accent-muted: #54aeff66; --borderColor-accent-emphasis: #0969da; --borderColor-success-muted: #54aeff66; - --borderColor-success-emphasis: #218bff; + --borderColor-success-emphasis: #0969da; + --borderColor-open-muted: #fb8f4466; + --borderColor-open-emphasis: #e16f24; --borderColor-attention-muted: #d4a72c66; --borderColor-attention-emphasis: #bf8700; --borderColor-severe-muted: #fb8f4466; --borderColor-severe-emphasis: #bc4c00; --borderColor-danger-muted: #fb8f4466; --borderColor-danger-emphasis: #bc4c00; - --borderColor-open-muted: #fb8f4466; - --borderColor-open-emphasis: #e16f24; --borderColor-closed-muted: #afb8c166; --borderColor-closed-emphasis: #6e7781; --borderColor-done-muted: #c297ff66; @@ -1340,7 +1340,7 @@ --control-borderColor-emphasis: #868f99; --control-borderColor-disabled: #eaeef2b3; --control-borderColor-selected: #f6f8fa; - --control-borderColor-success: #218bff; + --control-borderColor-success: #0969da; --control-borderColor-danger: #bc4c00; --control-borderColor-warning: #bf8700; --control-iconColor-rest: #636c76; @@ -1395,9 +1395,9 @@ --button-primary-fgColor-rest: #ffffff; --button-primary-fgColor-disabled: #ffffffcc; --button-primary-iconColor-rest: #ffffffcc; - --button-primary-bgColor-rest: #0f72e3; - --button-primary-bgColor-hover: #0d6bd8; - --button-primary-bgColor-active: #0b64ce; + --button-primary-bgColor-rest: #0969da; + --button-primary-bgColor-hover: #0864d1; + --button-primary-bgColor-active: #075fc8; --button-primary-bgColor-disabled: #92caff; --button-primary-borderColor-rest: #1f232826; --button-primary-borderColor-hover: #1f232826; @@ -1602,13 +1602,13 @@ --fgColor-black: #1f2328; --fgColor-disabled: #8c959f; --fgColor-link: #0969da; - --fgColor-neutral: #6e7781; + --fgColor-neutral: #57606a; --fgColor-accent: #0969da; --fgColor-success: #0969da; + --fgColor-open: #bc4c00; --fgColor-attention: #9a6700; --fgColor-severe: #bc4c00; --fgColor-danger: #be4e02; - --fgColor-open: #bc4c00; --fgColor-closed: #6e7781; --fgColor-done: #8250df; --fgColor-upsell: #8250df; @@ -1627,15 +1627,15 @@ --bgColor-accent-muted: #ddf4ff; --bgColor-accent-emphasis: #0969da; --bgColor-success-muted: #ddf4ff; - --bgColor-success-emphasis: #0f72e3; + --bgColor-success-emphasis: #0969da; + --bgColor-open-muted: #fb8f4466; + --bgColor-open-emphasis: #e16f24; --bgColor-attention-muted: #fff8c5; --bgColor-attention-emphasis: #9a6700; --bgColor-severe-muted: #fff1e5; --bgColor-severe-emphasis: #bc4c00; --bgColor-danger-muted: #fff1e5; --bgColor-danger-emphasis: #bc4c00; - --bgColor-open-muted: #fb8f4466; - --bgColor-open-emphasis: #e16f24; --bgColor-closed-muted: #afb8c166; --bgColor-closed-emphasis: #6e7781; --bgColor-done-muted: #fbefff; @@ -1655,15 +1655,15 @@ --borderColor-accent-muted: #54aeff66; --borderColor-accent-emphasis: #0969da; --borderColor-success-muted: #54aeff66; - --borderColor-success-emphasis: #218bff; + --borderColor-success-emphasis: #0969da; + --borderColor-open-muted: #fb8f4466; + --borderColor-open-emphasis: #e16f24; --borderColor-attention-muted: #d4a72c66; --borderColor-attention-emphasis: #bf8700; --borderColor-severe-muted: #fb8f4466; --borderColor-severe-emphasis: #bc4c00; --borderColor-danger-muted: #fb8f4466; --borderColor-danger-emphasis: #bc4c00; - --borderColor-open-muted: #fb8f4466; - --borderColor-open-emphasis: #e16f24; --borderColor-closed-muted: #afb8c166; --borderColor-closed-emphasis: #6e7781; --borderColor-done-muted: #c297ff66; diff --git a/dist/internalCss/light-high-contrast.css b/dist/internalCss/light-high-contrast.css index 3fe0e7d3d..c82a9eda5 100644 --- a/dist/internalCss/light-high-contrast.css +++ b/dist/internalCss/light-high-contrast.css @@ -364,100 +364,100 @@ --data-gray-color: #808fa3; --data-gray-color-muted: #e8ecf2; --display-blue-bgColor-muted: #d1f0ff; - --display-blue-bgColor-emphasis: #006edb; - --display-blue-fgColor: #005fcc; + --display-blue-bgColor-emphasis: #004db3; + --display-blue-fgColor: #003d99; --display-blue-borderColor-muted: #ade1ff; - --display-blue-borderColor-emphasis: #006edb; + --display-blue-borderColor-emphasis: #005fcc; --display-green-bgColor-muted: #caf7ca; - --display-green-bgColor-emphasis: #2c8141; - --display-green-fgColor: #2b6e3f; + --display-green-bgColor-emphasis: #285c3b; + --display-green-fgColor: #254b34; --display-green-borderColor-muted: #9ceda0; - --display-green-borderColor-emphasis: #2c8141; + --display-green-borderColor-emphasis: #2b6e3f; --display-orange-bgColor-muted: #ffe7d1; - --display-orange-bgColor-emphasis: #b8500f; - --display-orange-fgColor: #a24610; + --display-orange-bgColor-emphasis: #8d3c11; + --display-orange-fgColor: #70300f; --display-orange-borderColor-muted: #fecfaa; - --display-orange-borderColor-emphasis: #b8500f; + --display-orange-borderColor-emphasis: #a24610; --display-purple-bgColor-muted: #f1e5ff; - --display-purple-bgColor-emphasis: #894ceb; - --display-purple-fgColor: #783ae4; + --display-purple-bgColor-emphasis: #6223d7; + --display-purple-fgColor: #4f21ab; --display-purple-borderColor-muted: #e6d2fe; - --display-purple-borderColor-emphasis: #894ceb; + --display-purple-borderColor-emphasis: #783ae4; --display-plum-bgColor-muted: #f8e5ff; - --display-plum-bgColor-emphasis: #a830e8; - --display-plum-fgColor: #961edc; + --display-plum-bgColor-emphasis: #7d1eb8; + --display-plum-fgColor: #651d96; --display-plum-borderColor-muted: #f0cdfe; - --display-plum-borderColor-emphasis: #a830e8; + --display-plum-borderColor-emphasis: #961edc; --display-red-bgColor-muted: #ffe2e0; - --display-red-bgColor-emphasis: #df0c24; - --display-red-fgColor: #c50d28; + --display-red-bgColor-emphasis: #a60c29; + --display-red-fgColor: #880c27; --display-red-borderColor-muted: #fecdcd; - --display-red-borderColor-emphasis: #df0c24; + --display-red-borderColor-emphasis: #c50d28; --display-coral-bgColor-muted: #ffe5db; - --display-coral-bgColor-emphasis: #d43511; - --display-coral-fgColor: #ba2e12; + --display-coral-bgColor-emphasis: #9b2712; + --display-coral-fgColor: #7e2011; --display-coral-borderColor-muted: #fecebe; - --display-coral-borderColor-emphasis: #d43511; + --display-coral-borderColor-emphasis: #ba2e12; --display-yellow-bgColor-muted: #ffec9e; - --display-yellow-bgColor-emphasis: #946a00; - --display-yellow-fgColor: #805900; + --display-yellow-bgColor-emphasis: #704d00; + --display-yellow-fgColor: #5c3d00; --display-yellow-borderColor-muted: #ffd642; - --display-yellow-borderColor-emphasis: #946a00; + --display-yellow-borderColor-emphasis: #805900; --display-gray-bgColor-muted: #e8ecf2; - --display-gray-bgColor-emphasis: #647182; - --display-gray-fgColor: #5c6570; + --display-gray-bgColor-emphasis: #4e535a; + --display-gray-fgColor: #424448; --display-gray-borderColor-muted: #d2dae4; - --display-gray-borderColor-emphasis: #647182; + --display-gray-borderColor-emphasis: #5c6570; --display-auburn-bgColor-muted: #f2e9e9; - --display-auburn-bgColor-emphasis: #9d615c; - --display-auburn-fgColor: #8a5551; + --display-auburn-bgColor-emphasis: #744744; + --display-auburn-fgColor: #5d3937; --display-auburn-borderColor-muted: #e6d6d5; - --display-auburn-borderColor-emphasis: #9d615c; + --display-auburn-borderColor-emphasis: #8a5551; --display-brown-bgColor-muted: #eeeae2; - --display-brown-bgColor-emphasis: #856d4c; - --display-brown-fgColor: #755f43; + --display-brown-bgColor-emphasis: #64513a; + --display-brown-fgColor: #51412f; --display-brown-borderColor-muted: #dfd7c8; - --display-brown-borderColor-emphasis: #856d4c; + --display-brown-borderColor-emphasis: #755f43; --display-lemon-bgColor-muted: #f7eea1; - --display-lemon-bgColor-emphasis: #866e04; - --display-lemon-fgColor: #786002; + --display-lemon-bgColor-emphasis: #654f01; + --display-lemon-fgColor: #523f00; --display-lemon-borderColor-muted: #f0db3d; - --display-lemon-borderColor-emphasis: #866e04; + --display-lemon-borderColor-emphasis: #786002; --display-olive-bgColor-muted: #f0f0ad; - --display-olive-bgColor-emphasis: #64762d; - --display-olive-fgColor: #56682c; + --display-olive-bgColor-emphasis: #495a2b; + --display-olive-fgColor: #3b4927; --display-olive-borderColor-muted: #dbe170; - --display-olive-borderColor-emphasis: #64762d; + --display-olive-borderColor-emphasis: #56682c; --display-lime-bgColor-muted: #e3f2b5; - --display-lime-bgColor-emphasis: #527a29; - --display-lime-fgColor: #476c28; + --display-lime-bgColor-emphasis: #3a5b25; + --display-lime-fgColor: #2f4a21; --display-lime-borderColor-muted: #c7e580; - --display-lime-borderColor-emphasis: #527a29; + --display-lime-borderColor-emphasis: #476c28; --display-pine-bgColor-muted: #bff8db; - --display-pine-bgColor-emphasis: #167e53; - --display-pine-fgColor: #156f4b; + --display-pine-bgColor-emphasis: #135d41; + --display-pine-fgColor: #114b36; --display-pine-borderColor-muted: #80efb9; - --display-pine-borderColor-emphasis: #167e53; + --display-pine-borderColor-emphasis: #156f4b; --display-teal-bgColor-muted: #c7f5ef; - --display-teal-bgColor-emphasis: #127e81; - --display-teal-fgColor: #106e75; + --display-teal-bgColor-emphasis: #0d5b63; + --display-teal-fgColor: #0a4852; --display-teal-borderColor-muted: #89ebe1; - --display-teal-borderColor-emphasis: #127e81; + --display-teal-borderColor-emphasis: #106e75; --display-cyan-bgColor-muted: #bdf4ff; - --display-cyan-bgColor-emphasis: #007b94; - --display-cyan-fgColor: #006a80; + --display-cyan-bgColor-emphasis: #00596b; + --display-cyan-fgColor: #004857; --display-cyan-borderColor-muted: #7ae9ff; - --display-cyan-borderColor-emphasis: #007b94; + --display-cyan-borderColor-emphasis: #006a80; --display-indigo-bgColor-muted: #e5e9ff; - --display-indigo-bgColor-emphasis: #5a61e7; - --display-indigo-fgColor: #494edf; + --display-indigo-bgColor-emphasis: #393cd5; + --display-indigo-fgColor: #2d2db4; --display-indigo-borderColor-muted: #d2d7fe; - --display-indigo-borderColor-emphasis: #5a61e7; + --display-indigo-borderColor-emphasis: #494edf; --display-pink-bgColor-muted: #ffe5f1; - --display-pink-bgColor-emphasis: #ce2c85; - --display-pink-fgColor: #b12f79; + --display-pink-bgColor-emphasis: #8e2e66; + --display-pink-fgColor: #6e2b53; --display-pink-borderColor-muted: #fdc9e2; - --display-pink-borderColor-emphasis: #ce2c85; + --display-pink-borderColor-emphasis: #b12f79; --avatar-bgColor: #ffffff; --avatar-borderColor: #010409e6; --avatar-shadow: 0px 0px 0px 2px #ffffffcc; @@ -469,7 +469,7 @@ --control-bgColor-disabled: #ced5dcb3; --control-bgColor-selected: #acb6c0; --control-fgColor-rest: #0e1116; - --control-fgColor-placeholder: #616a75; + --control-fgColor-placeholder: #464e58; --control-fgColor-disabled: #66707b; --control-borderColor-rest: #20252c; --control-borderColor-emphasis: #20252c; @@ -580,8 +580,8 @@ --button-inactive-fgColor: #4b535d; --button-inactive-bgColor: #e7ecf0; --button-star-iconColor: #d5a824; - --buttonCounter-default-bgColor-rest: #66707b33; - --buttonCounter-invisible-bgColor-rest: #66707b33; + --buttonCounter-default-bgColor-rest: #4b535d33; + --buttonCounter-invisible-bgColor-rest: #4b535d33; --buttonCounter-primary-bgColor-rest: #00230b33; --buttonCounter-outline-bgColor-rest: #0349b41a; --buttonCounter-outline-bgColor-hover: #ffffff33; @@ -737,17 +737,17 @@ --fgColor-black: #010409; --fgColor-disabled: #66707b; --fgColor-link: #023b95; - --fgColor-neutral: #66707b; + --fgColor-neutral: #343b43; --fgColor-accent: #023b95; - --fgColor-success: #08856c; - --fgColor-attention: #744500; - --fgColor-severe: #873800; + --fgColor-success: #024c1a; + --fgColor-open: #024c1a; + --fgColor-attention: #603700; + --fgColor-severe: #702c00; --fgColor-danger: #8a071e; - --fgColor-open: #08856c; --fgColor-closed: #8a071e; - --fgColor-done: #622cbc; - --fgColor-upsell: #622cbc; - --fgColor-sponsors: #971368; + --fgColor-done: #512598; + --fgColor-upsell: #512598; + --fgColor-sponsors: #7d0c57; --bgColor-default: #ffffff; --bgColor-muted: #e7ecf0; --bgColor-inset: #ffffff; @@ -758,19 +758,19 @@ --bgColor-disabled: #ced5dcb3; --bgColor-transparent: #ffffff00; --bgColor-neutral-muted: #e7ecf0; - --bgColor-neutral-emphasis: #66707b; + --bgColor-neutral-emphasis: #4b535d; --bgColor-accent-muted: #dff7ff; --bgColor-accent-emphasis: #0349b4; - --bgColor-success-muted: #f3f8f6; + --bgColor-success-muted: #d2fedb; --bgColor-success-emphasis: #055d20; + --bgColor-open-muted: #d2fedb; + --bgColor-open-emphasis: #055d20; --bgColor-attention-muted: #fcf7be; --bgColor-attention-emphasis: #744500; --bgColor-severe-muted: #fff2d5; --bgColor-severe-emphasis: #873800; --bgColor-danger-muted: #fff0ee; --bgColor-danger-emphasis: #a0111f; - --bgColor-open-muted: #f3f8f6; - --bgColor-open-emphasis: #055d20; --bgColor-closed-muted: #fff0ee; --bgColor-closed-emphasis: #a0111f; --bgColor-done-muted: #faf0fe; @@ -791,14 +791,14 @@ --borderColor-accent-emphasis: #0349b4; --borderColor-success-muted: #26a148; --borderColor-success-emphasis: #055d20; + --borderColor-open-muted: #26a148; + --borderColor-open-emphasis: #055d20; --borderColor-attention-muted: #b58407; --borderColor-attention-emphasis: #744500; --borderColor-severe-muted: #dc6d1a; --borderColor-severe-emphasis: #873800; --borderColor-danger-muted: #ee5a5d; --borderColor-danger-emphasis: #a0111f; - --borderColor-open-muted: #26a148; - --borderColor-open-emphasis: #055d20; --borderColor-closed-muted: #ee5a5d66; --borderColor-closed-emphasis: #a0111f; --borderColor-done-muted: #a371f7; @@ -1229,100 +1229,100 @@ --data-gray-color: #808fa3; --data-gray-color-muted: #e8ecf2; --display-blue-bgColor-muted: #d1f0ff; - --display-blue-bgColor-emphasis: #006edb; - --display-blue-fgColor: #005fcc; + --display-blue-bgColor-emphasis: #004db3; + --display-blue-fgColor: #003d99; --display-blue-borderColor-muted: #ade1ff; - --display-blue-borderColor-emphasis: #006edb; + --display-blue-borderColor-emphasis: #005fcc; --display-green-bgColor-muted: #caf7ca; - --display-green-bgColor-emphasis: #2c8141; - --display-green-fgColor: #2b6e3f; + --display-green-bgColor-emphasis: #285c3b; + --display-green-fgColor: #254b34; --display-green-borderColor-muted: #9ceda0; - --display-green-borderColor-emphasis: #2c8141; + --display-green-borderColor-emphasis: #2b6e3f; --display-orange-bgColor-muted: #ffe7d1; - --display-orange-bgColor-emphasis: #b8500f; - --display-orange-fgColor: #a24610; + --display-orange-bgColor-emphasis: #8d3c11; + --display-orange-fgColor: #70300f; --display-orange-borderColor-muted: #fecfaa; - --display-orange-borderColor-emphasis: #b8500f; + --display-orange-borderColor-emphasis: #a24610; --display-purple-bgColor-muted: #f1e5ff; - --display-purple-bgColor-emphasis: #894ceb; - --display-purple-fgColor: #783ae4; + --display-purple-bgColor-emphasis: #6223d7; + --display-purple-fgColor: #4f21ab; --display-purple-borderColor-muted: #e6d2fe; - --display-purple-borderColor-emphasis: #894ceb; + --display-purple-borderColor-emphasis: #783ae4; --display-plum-bgColor-muted: #f8e5ff; - --display-plum-bgColor-emphasis: #a830e8; - --display-plum-fgColor: #961edc; + --display-plum-bgColor-emphasis: #7d1eb8; + --display-plum-fgColor: #651d96; --display-plum-borderColor-muted: #f0cdfe; - --display-plum-borderColor-emphasis: #a830e8; + --display-plum-borderColor-emphasis: #961edc; --display-red-bgColor-muted: #ffe2e0; - --display-red-bgColor-emphasis: #df0c24; - --display-red-fgColor: #c50d28; + --display-red-bgColor-emphasis: #a60c29; + --display-red-fgColor: #880c27; --display-red-borderColor-muted: #fecdcd; - --display-red-borderColor-emphasis: #df0c24; + --display-red-borderColor-emphasis: #c50d28; --display-coral-bgColor-muted: #ffe5db; - --display-coral-bgColor-emphasis: #d43511; - --display-coral-fgColor: #ba2e12; + --display-coral-bgColor-emphasis: #9b2712; + --display-coral-fgColor: #7e2011; --display-coral-borderColor-muted: #fecebe; - --display-coral-borderColor-emphasis: #d43511; + --display-coral-borderColor-emphasis: #ba2e12; --display-yellow-bgColor-muted: #ffec9e; - --display-yellow-bgColor-emphasis: #946a00; - --display-yellow-fgColor: #805900; + --display-yellow-bgColor-emphasis: #704d00; + --display-yellow-fgColor: #5c3d00; --display-yellow-borderColor-muted: #ffd642; - --display-yellow-borderColor-emphasis: #946a00; + --display-yellow-borderColor-emphasis: #805900; --display-gray-bgColor-muted: #e8ecf2; - --display-gray-bgColor-emphasis: #647182; - --display-gray-fgColor: #5c6570; + --display-gray-bgColor-emphasis: #4e535a; + --display-gray-fgColor: #424448; --display-gray-borderColor-muted: #d2dae4; - --display-gray-borderColor-emphasis: #647182; + --display-gray-borderColor-emphasis: #5c6570; --display-auburn-bgColor-muted: #f2e9e9; - --display-auburn-bgColor-emphasis: #9d615c; - --display-auburn-fgColor: #8a5551; + --display-auburn-bgColor-emphasis: #744744; + --display-auburn-fgColor: #5d3937; --display-auburn-borderColor-muted: #e6d6d5; - --display-auburn-borderColor-emphasis: #9d615c; + --display-auburn-borderColor-emphasis: #8a5551; --display-brown-bgColor-muted: #eeeae2; - --display-brown-bgColor-emphasis: #856d4c; - --display-brown-fgColor: #755f43; + --display-brown-bgColor-emphasis: #64513a; + --display-brown-fgColor: #51412f; --display-brown-borderColor-muted: #dfd7c8; - --display-brown-borderColor-emphasis: #856d4c; + --display-brown-borderColor-emphasis: #755f43; --display-lemon-bgColor-muted: #f7eea1; - --display-lemon-bgColor-emphasis: #866e04; - --display-lemon-fgColor: #786002; + --display-lemon-bgColor-emphasis: #654f01; + --display-lemon-fgColor: #523f00; --display-lemon-borderColor-muted: #f0db3d; - --display-lemon-borderColor-emphasis: #866e04; + --display-lemon-borderColor-emphasis: #786002; --display-olive-bgColor-muted: #f0f0ad; - --display-olive-bgColor-emphasis: #64762d; - --display-olive-fgColor: #56682c; + --display-olive-bgColor-emphasis: #495a2b; + --display-olive-fgColor: #3b4927; --display-olive-borderColor-muted: #dbe170; - --display-olive-borderColor-emphasis: #64762d; + --display-olive-borderColor-emphasis: #56682c; --display-lime-bgColor-muted: #e3f2b5; - --display-lime-bgColor-emphasis: #527a29; - --display-lime-fgColor: #476c28; + --display-lime-bgColor-emphasis: #3a5b25; + --display-lime-fgColor: #2f4a21; --display-lime-borderColor-muted: #c7e580; - --display-lime-borderColor-emphasis: #527a29; + --display-lime-borderColor-emphasis: #476c28; --display-pine-bgColor-muted: #bff8db; - --display-pine-bgColor-emphasis: #167e53; - --display-pine-fgColor: #156f4b; + --display-pine-bgColor-emphasis: #135d41; + --display-pine-fgColor: #114b36; --display-pine-borderColor-muted: #80efb9; - --display-pine-borderColor-emphasis: #167e53; + --display-pine-borderColor-emphasis: #156f4b; --display-teal-bgColor-muted: #c7f5ef; - --display-teal-bgColor-emphasis: #127e81; - --display-teal-fgColor: #106e75; + --display-teal-bgColor-emphasis: #0d5b63; + --display-teal-fgColor: #0a4852; --display-teal-borderColor-muted: #89ebe1; - --display-teal-borderColor-emphasis: #127e81; + --display-teal-borderColor-emphasis: #106e75; --display-cyan-bgColor-muted: #bdf4ff; - --display-cyan-bgColor-emphasis: #007b94; - --display-cyan-fgColor: #006a80; + --display-cyan-bgColor-emphasis: #00596b; + --display-cyan-fgColor: #004857; --display-cyan-borderColor-muted: #7ae9ff; - --display-cyan-borderColor-emphasis: #007b94; + --display-cyan-borderColor-emphasis: #006a80; --display-indigo-bgColor-muted: #e5e9ff; - --display-indigo-bgColor-emphasis: #5a61e7; - --display-indigo-fgColor: #494edf; + --display-indigo-bgColor-emphasis: #393cd5; + --display-indigo-fgColor: #2d2db4; --display-indigo-borderColor-muted: #d2d7fe; - --display-indigo-borderColor-emphasis: #5a61e7; + --display-indigo-borderColor-emphasis: #494edf; --display-pink-bgColor-muted: #ffe5f1; - --display-pink-bgColor-emphasis: #ce2c85; - --display-pink-fgColor: #b12f79; + --display-pink-bgColor-emphasis: #8e2e66; + --display-pink-fgColor: #6e2b53; --display-pink-borderColor-muted: #fdc9e2; - --display-pink-borderColor-emphasis: #ce2c85; + --display-pink-borderColor-emphasis: #b12f79; --avatar-bgColor: #ffffff; --avatar-borderColor: #010409e6; --avatar-shadow: 0px 0px 0px 2px #ffffffcc; @@ -1334,7 +1334,7 @@ --control-bgColor-disabled: #ced5dcb3; --control-bgColor-selected: #acb6c0; --control-fgColor-rest: #0e1116; - --control-fgColor-placeholder: #616a75; + --control-fgColor-placeholder: #464e58; --control-fgColor-disabled: #66707b; --control-borderColor-rest: #20252c; --control-borderColor-emphasis: #20252c; @@ -1445,8 +1445,8 @@ --button-inactive-fgColor: #4b535d; --button-inactive-bgColor: #e7ecf0; --button-star-iconColor: #d5a824; - --buttonCounter-default-bgColor-rest: #66707b33; - --buttonCounter-invisible-bgColor-rest: #66707b33; + --buttonCounter-default-bgColor-rest: #4b535d33; + --buttonCounter-invisible-bgColor-rest: #4b535d33; --buttonCounter-primary-bgColor-rest: #00230b33; --buttonCounter-outline-bgColor-rest: #0349b41a; --buttonCounter-outline-bgColor-hover: #ffffff33; @@ -1602,17 +1602,17 @@ --fgColor-black: #010409; --fgColor-disabled: #66707b; --fgColor-link: #023b95; - --fgColor-neutral: #66707b; + --fgColor-neutral: #343b43; --fgColor-accent: #023b95; - --fgColor-success: #08856c; - --fgColor-attention: #744500; - --fgColor-severe: #873800; + --fgColor-success: #024c1a; + --fgColor-open: #024c1a; + --fgColor-attention: #603700; + --fgColor-severe: #702c00; --fgColor-danger: #8a071e; - --fgColor-open: #08856c; --fgColor-closed: #8a071e; - --fgColor-done: #622cbc; - --fgColor-upsell: #622cbc; - --fgColor-sponsors: #971368; + --fgColor-done: #512598; + --fgColor-upsell: #512598; + --fgColor-sponsors: #7d0c57; --bgColor-default: #ffffff; --bgColor-muted: #e7ecf0; --bgColor-inset: #ffffff; @@ -1623,19 +1623,19 @@ --bgColor-disabled: #ced5dcb3; --bgColor-transparent: #ffffff00; --bgColor-neutral-muted: #e7ecf0; - --bgColor-neutral-emphasis: #66707b; + --bgColor-neutral-emphasis: #4b535d; --bgColor-accent-muted: #dff7ff; --bgColor-accent-emphasis: #0349b4; - --bgColor-success-muted: #f3f8f6; + --bgColor-success-muted: #d2fedb; --bgColor-success-emphasis: #055d20; + --bgColor-open-muted: #d2fedb; + --bgColor-open-emphasis: #055d20; --bgColor-attention-muted: #fcf7be; --bgColor-attention-emphasis: #744500; --bgColor-severe-muted: #fff2d5; --bgColor-severe-emphasis: #873800; --bgColor-danger-muted: #fff0ee; --bgColor-danger-emphasis: #a0111f; - --bgColor-open-muted: #f3f8f6; - --bgColor-open-emphasis: #055d20; --bgColor-closed-muted: #fff0ee; --bgColor-closed-emphasis: #a0111f; --bgColor-done-muted: #faf0fe; @@ -1656,14 +1656,14 @@ --borderColor-accent-emphasis: #0349b4; --borderColor-success-muted: #26a148; --borderColor-success-emphasis: #055d20; + --borderColor-open-muted: #26a148; + --borderColor-open-emphasis: #055d20; --borderColor-attention-muted: #b58407; --borderColor-attention-emphasis: #744500; --borderColor-severe-muted: #dc6d1a; --borderColor-severe-emphasis: #873800; --borderColor-danger-muted: #ee5a5d; --borderColor-danger-emphasis: #a0111f; - --borderColor-open-muted: #26a148; - --borderColor-open-emphasis: #055d20; --borderColor-closed-muted: #ee5a5d66; --borderColor-closed-emphasis: #a0111f; --borderColor-done-muted: #a371f7; diff --git a/dist/internalCss/light-tritanopia.css b/dist/internalCss/light-tritanopia.css index 6d4e5bc8b..71313209b 100644 --- a/dist/internalCss/light-tritanopia.css +++ b/dist/internalCss/light-tritanopia.css @@ -475,7 +475,7 @@ --control-borderColor-emphasis: #868f99; --control-borderColor-disabled: #eaeef2b3; --control-borderColor-selected: #f6f8fa; - --control-borderColor-success: #218bff; + --control-borderColor-success: #0969da; --control-borderColor-danger: #cf222e; --control-borderColor-warning: #bf8700; --control-iconColor-rest: #636c76; @@ -530,9 +530,9 @@ --button-primary-fgColor-rest: #ffffff; --button-primary-fgColor-disabled: #ffffffcc; --button-primary-iconColor-rest: #ffffffcc; - --button-primary-bgColor-rest: #0f72e3; - --button-primary-bgColor-hover: #0d6bd8; - --button-primary-bgColor-active: #0b64ce; + --button-primary-bgColor-rest: #0969da; + --button-primary-bgColor-hover: #0864d1; + --button-primary-bgColor-active: #075fc8; --button-primary-bgColor-disabled: #92caff; --button-primary-borderColor-rest: #1f232826; --button-primary-borderColor-hover: #1f232826; @@ -737,13 +737,13 @@ --fgColor-black: #1f2328; --fgColor-disabled: #8c959f; --fgColor-link: #0969da; - --fgColor-neutral: #6e7781; + --fgColor-neutral: #57606a; --fgColor-accent: #0969da; --fgColor-success: #0969da; + --fgColor-open: #cf222e; --fgColor-attention: #9a6700; --fgColor-severe: #cf222e; --fgColor-danger: #d1242f; - --fgColor-open: #cf222e; --fgColor-closed: #6e7781; --fgColor-done: #8250df; --fgColor-upsell: #8250df; @@ -762,15 +762,15 @@ --bgColor-accent-muted: #ddf4ff; --bgColor-accent-emphasis: #0969da; --bgColor-success-muted: #ddf4ff; - --bgColor-success-emphasis: #0f72e3; + --bgColor-success-emphasis: #0969da; + --bgColor-open-muted: #ffebe9; + --bgColor-open-emphasis: #cf222e; --bgColor-attention-muted: #fff8c5; --bgColor-attention-emphasis: #9a6700; --bgColor-severe-muted: #ffebe9; --bgColor-severe-emphasis: #cf222e; --bgColor-danger-muted: #ffebe9; --bgColor-danger-emphasis: #cf222e; - --bgColor-open-muted: #ffebe9; - --bgColor-open-emphasis: #cf222e; --bgColor-closed-muted: #f6f8fa; --bgColor-closed-emphasis: #6e7781; --bgColor-done-muted: #fbefff; @@ -790,15 +790,15 @@ --borderColor-accent-muted: #54aeff66; --borderColor-accent-emphasis: #0969da; --borderColor-success-muted: #54aeff66; - --borderColor-success-emphasis: #218bff; + --borderColor-success-emphasis: #0969da; + --borderColor-open-muted: #ff818266; + --borderColor-open-emphasis: #cf222e; --borderColor-attention-muted: #d4a72c66; --borderColor-attention-emphasis: #bf8700; --borderColor-severe-muted: #ff818266; --borderColor-severe-emphasis: #cf222e; --borderColor-danger-muted: #ff818266; --borderColor-danger-emphasis: #cf222e; - --borderColor-open-muted: #ff818266; - --borderColor-open-emphasis: #cf222e; --borderColor-closed-muted: #afb8c166; --borderColor-closed-emphasis: #6e7781; --borderColor-done-muted: #c297ff66; @@ -1340,7 +1340,7 @@ --control-borderColor-emphasis: #868f99; --control-borderColor-disabled: #eaeef2b3; --control-borderColor-selected: #f6f8fa; - --control-borderColor-success: #218bff; + --control-borderColor-success: #0969da; --control-borderColor-danger: #cf222e; --control-borderColor-warning: #bf8700; --control-iconColor-rest: #636c76; @@ -1395,9 +1395,9 @@ --button-primary-fgColor-rest: #ffffff; --button-primary-fgColor-disabled: #ffffffcc; --button-primary-iconColor-rest: #ffffffcc; - --button-primary-bgColor-rest: #0f72e3; - --button-primary-bgColor-hover: #0d6bd8; - --button-primary-bgColor-active: #0b64ce; + --button-primary-bgColor-rest: #0969da; + --button-primary-bgColor-hover: #0864d1; + --button-primary-bgColor-active: #075fc8; --button-primary-bgColor-disabled: #92caff; --button-primary-borderColor-rest: #1f232826; --button-primary-borderColor-hover: #1f232826; @@ -1602,13 +1602,13 @@ --fgColor-black: #1f2328; --fgColor-disabled: #8c959f; --fgColor-link: #0969da; - --fgColor-neutral: #6e7781; + --fgColor-neutral: #57606a; --fgColor-accent: #0969da; --fgColor-success: #0969da; + --fgColor-open: #cf222e; --fgColor-attention: #9a6700; --fgColor-severe: #cf222e; --fgColor-danger: #d1242f; - --fgColor-open: #cf222e; --fgColor-closed: #6e7781; --fgColor-done: #8250df; --fgColor-upsell: #8250df; @@ -1627,15 +1627,15 @@ --bgColor-accent-muted: #ddf4ff; --bgColor-accent-emphasis: #0969da; --bgColor-success-muted: #ddf4ff; - --bgColor-success-emphasis: #0f72e3; + --bgColor-success-emphasis: #0969da; + --bgColor-open-muted: #ffebe9; + --bgColor-open-emphasis: #cf222e; --bgColor-attention-muted: #fff8c5; --bgColor-attention-emphasis: #9a6700; --bgColor-severe-muted: #ffebe9; --bgColor-severe-emphasis: #cf222e; --bgColor-danger-muted: #ffebe9; --bgColor-danger-emphasis: #cf222e; - --bgColor-open-muted: #ffebe9; - --bgColor-open-emphasis: #cf222e; --bgColor-closed-muted: #f6f8fa; --bgColor-closed-emphasis: #6e7781; --bgColor-done-muted: #fbefff; @@ -1655,15 +1655,15 @@ --borderColor-accent-muted: #54aeff66; --borderColor-accent-emphasis: #0969da; --borderColor-success-muted: #54aeff66; - --borderColor-success-emphasis: #218bff; + --borderColor-success-emphasis: #0969da; + --borderColor-open-muted: #ff818266; + --borderColor-open-emphasis: #cf222e; --borderColor-attention-muted: #d4a72c66; --borderColor-attention-emphasis: #bf8700; --borderColor-severe-muted: #ff818266; --borderColor-severe-emphasis: #cf222e; --borderColor-danger-muted: #ff818266; --borderColor-danger-emphasis: #cf222e; - --borderColor-open-muted: #ff818266; - --borderColor-open-emphasis: #cf222e; --borderColor-closed-muted: #afb8c166; --borderColor-closed-emphasis: #6e7781; --borderColor-done-muted: #c297ff66; diff --git a/dist/internalCss/light.css b/dist/internalCss/light.css index 007f1a215..beab33082 100644 --- a/dist/internalCss/light.css +++ b/dist/internalCss/light.css @@ -737,13 +737,13 @@ --fgColor-black: #1f2328; --fgColor-disabled: #8c959f; --fgColor-link: #0969da; - --fgColor-neutral: #6e7781; + --fgColor-neutral: #57606a; --fgColor-accent: #0969da; - --fgColor-success: #08856c; + --fgColor-success: #1a7f37; + --fgColor-open: #1a7f37; --fgColor-attention: #9a6700; --fgColor-severe: #bc4c00; --fgColor-danger: #d1242f; - --fgColor-open: #08856c; --fgColor-closed: #d1242f; --fgColor-done: #8250df; --fgColor-upsell: #8250df; @@ -761,16 +761,16 @@ --bgColor-neutral-emphasis: #6e7781; --bgColor-accent-muted: #ddf4ff; --bgColor-accent-emphasis: #0969da; - --bgColor-success-muted: #f3f8f6; + --bgColor-success-muted: #dafbe1; --bgColor-success-emphasis: #1c8e75; + --bgColor-open-muted: #dafbe1; + --bgColor-open-emphasis: #1c8e75; --bgColor-attention-muted: #fff8c5; --bgColor-attention-emphasis: #9a6700; --bgColor-severe-muted: #fff1e5; --bgColor-severe-emphasis: #bc4c00; --bgColor-danger-muted: #ffebe9; --bgColor-danger-emphasis: #cf222e; - --bgColor-open-muted: #f3f8f6; - --bgColor-open-emphasis: #1c8e75; --bgColor-closed-muted: #ffebe9; --bgColor-closed-emphasis: #cf222e; --bgColor-done-muted: #fbefff; @@ -791,14 +791,14 @@ --borderColor-accent-emphasis: #0969da; --borderColor-success-muted: #94c5b666; --borderColor-success-emphasis: #08856c; + --borderColor-open-muted: #94c5b666; + --borderColor-open-emphasis: #08856c; --borderColor-attention-muted: #d4a72c66; --borderColor-attention-emphasis: #bf8700; --borderColor-severe-muted: #fb8f4466; --borderColor-severe-emphasis: #bc4c00; --borderColor-danger-muted: #ff818266; --borderColor-danger-emphasis: #cf222e; - --borderColor-open-muted: #94c5b666; - --borderColor-open-emphasis: #08856c; --borderColor-closed-muted: #ff818266; --borderColor-closed-emphasis: #cf222e; --borderColor-done-muted: #c297ff66; @@ -1602,13 +1602,13 @@ --fgColor-black: #1f2328; --fgColor-disabled: #8c959f; --fgColor-link: #0969da; - --fgColor-neutral: #6e7781; + --fgColor-neutral: #57606a; --fgColor-accent: #0969da; - --fgColor-success: #08856c; + --fgColor-success: #1a7f37; + --fgColor-open: #1a7f37; --fgColor-attention: #9a6700; --fgColor-severe: #bc4c00; --fgColor-danger: #d1242f; - --fgColor-open: #08856c; --fgColor-closed: #d1242f; --fgColor-done: #8250df; --fgColor-upsell: #8250df; @@ -1626,16 +1626,16 @@ --bgColor-neutral-emphasis: #6e7781; --bgColor-accent-muted: #ddf4ff; --bgColor-accent-emphasis: #0969da; - --bgColor-success-muted: #f3f8f6; + --bgColor-success-muted: #dafbe1; --bgColor-success-emphasis: #1c8e75; + --bgColor-open-muted: #dafbe1; + --bgColor-open-emphasis: #1c8e75; --bgColor-attention-muted: #fff8c5; --bgColor-attention-emphasis: #9a6700; --bgColor-severe-muted: #fff1e5; --bgColor-severe-emphasis: #bc4c00; --bgColor-danger-muted: #ffebe9; --bgColor-danger-emphasis: #cf222e; - --bgColor-open-muted: #f3f8f6; - --bgColor-open-emphasis: #1c8e75; --bgColor-closed-muted: #ffebe9; --bgColor-closed-emphasis: #cf222e; --bgColor-done-muted: #fbefff; @@ -1656,14 +1656,14 @@ --borderColor-accent-emphasis: #0969da; --borderColor-success-muted: #94c5b666; --borderColor-success-emphasis: #08856c; + --borderColor-open-muted: #94c5b666; + --borderColor-open-emphasis: #08856c; --borderColor-attention-muted: #d4a72c66; --borderColor-attention-emphasis: #bf8700; --borderColor-severe-muted: #fb8f4466; --borderColor-severe-emphasis: #bc4c00; --borderColor-danger-muted: #ff818266; --borderColor-danger-emphasis: #cf222e; - --borderColor-open-muted: #94c5b666; - --borderColor-open-emphasis: #08856c; --borderColor-closed-muted: #ff818266; --borderColor-closed-emphasis: #cf222e; --borderColor-done-muted: #c297ff66; diff --git a/dist/styleLint/functional/themes/dark-colorblind.json b/dist/styleLint/functional/themes/dark-colorblind.json index f8e4b193d..cd9550d6c 100644 --- a/dist/styleLint/functional/themes/dark-colorblind.json +++ b/dist/styleLint/functional/themes/dark-colorblind.json @@ -5418,7 +5418,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7014,7 +7014,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7479,7 +7479,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7722,7 +7722,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7810,7 +7810,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7840,7 +7840,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8478,7 +8478,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8601,7 +8601,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8660,7 +8660,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8760,7 +8760,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12785,7 +12785,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12801,10 +12801,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#6e7681", + "value": "#b1bac4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12817,7 +12817,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.neutral.4}", + "value": "{base.color.neutral.2}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12830,7 +12830,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#4493f8", @@ -12873,7 +12873,7 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { "value": "#58a6ff", @@ -12908,10 +12908,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#d29922", + "fgColor-open": { + "value": "#f0883e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12920,14 +12920,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{base.color.orange.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12936,17 +12936,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#db6d28", + "fgColor-attention": { + "value": "#d29922", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12955,14 +12955,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12971,16 +12971,16 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { + "fgColor-severe": { "value": "#db6d28", "$type": "color", "$extensions": { @@ -12990,11 +12990,11 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.orange.4}", @@ -13006,17 +13006,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#f0883e", + "fgColor-danger": { + "value": "#db6d28", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13025,14 +13025,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.orange.3}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13041,14 +13041,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#8b949e", @@ -13083,7 +13083,7 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { "value": "#ab7df8", @@ -13118,7 +13118,7 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { "value": "#ab7df8", @@ -13137,7 +13137,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13153,7 +13153,7 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { "value": "#db61a2", @@ -13188,7 +13188,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#0d1117", @@ -13687,8 +13687,8 @@ "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#bb800926", + "bgColor-open-muted": { + "value": "#db6d2866", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13697,15 +13697,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, - "alpha": 0.15, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.4, + "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13714,18 +13714,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, - "alpha": 0.15 + "alpha": 0.4 }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#9e6a03", + "bgColor-open-emphasis": { + "value": "#bd561d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13734,14 +13734,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13750,17 +13750,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#db6d281a", + "bgColor-attention-muted": { + "value": "#bb800926", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13769,15 +13769,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1, + "alpha": 0.15, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13786,18 +13786,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1 + "alpha": 0.15 }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#bd561d", + "bgColor-attention-emphasis": { + "value": "#9e6a03", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13806,14 +13806,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13822,16 +13822,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { + "bgColor-severe-muted": { "value": "#db6d281a", "$type": "color", "$extensions": { @@ -13841,12 +13841,12 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.orange.4}", @@ -13858,17 +13858,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "alpha": 0.1 }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { + "bgColor-severe-emphasis": { "value": "#bd561d", "$type": "color", "$extensions": { @@ -13878,11 +13878,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.orange.5}", @@ -13894,17 +13894,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { - "value": "#db6d2866", + "bgColor-danger-muted": { + "value": "#db6d281a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13913,11 +13913,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, - "alpha": 0.4, + "alpha": 0.1, "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { @@ -13930,17 +13930,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, - "alpha": 0.4 + "alpha": 0.1 }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { + "bgColor-danger-emphasis": { "value": "#bd561d", "$type": "color", "$extensions": { @@ -13950,7 +13950,7 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, @@ -13966,14 +13966,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { "value": "#6e768166", @@ -14137,7 +14137,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14173,7 +14173,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14657,8 +14657,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#bb800966", + "borderColor-open-muted": { + "value": "#db6d2866", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14667,15 +14667,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14684,18 +14684,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#9e6a03", + "borderColor-open-emphasis": { + "value": "#db6d28", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14704,14 +14704,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14720,17 +14720,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#db6d2866", + "borderColor-attention-muted": { + "value": "#bb800966", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14739,7 +14739,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, @@ -14747,7 +14747,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14756,18 +14756,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#bd561d", + "borderColor-attention-emphasis": { + "value": "#9e6a03", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14776,14 +14776,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14792,16 +14792,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { + "borderColor-severe-muted": { "value": "#db6d2866", "$type": "color", "$extensions": { @@ -14811,12 +14811,12 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.orange.4}", @@ -14828,17 +14828,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { + "borderColor-severe-emphasis": { "value": "#bd561d", "$type": "color", "$extensions": { @@ -14848,11 +14848,11 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.orange.5}", @@ -14864,16 +14864,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { + "borderColor-danger-muted": { "value": "#db6d2866", "$type": "color", "$extensions": { @@ -14883,13 +14883,13 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, + "alpha": 0.4, "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, - "alpha": 0.4, "original": { "value": "{base.color.orange.4}", "$type": "color", @@ -14900,18 +14900,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, "alpha": 0.4 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { - "value": "#db6d28", + "borderColor-danger-emphasis": { + "value": "#bd561d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14920,14 +14920,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14936,14 +14936,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#6e768166", @@ -15107,7 +15107,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15143,7 +15143,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/styleLint/functional/themes/dark-dimmed.json b/dist/styleLint/functional/themes/dark-dimmed.json index d0e53896d..b5eb1dd8e 100644 --- a/dist/styleLint/functional/themes/dark-dimmed.json +++ b/dist/styleLint/functional/themes/dark-dimmed.json @@ -5418,7 +5418,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7020,7 +7020,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7485,7 +7485,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7728,7 +7728,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7816,7 +7816,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7846,7 +7846,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8484,7 +8484,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8607,7 +8607,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8666,7 +8666,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8766,7 +8766,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12791,7 +12791,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12807,10 +12807,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#636e7b", + "value": "#909dab", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12823,7 +12823,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.neutral.4}", + "value": "{base.color.neutral.2}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12836,7 +12836,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#478be6", @@ -12879,7 +12879,7 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { "value": "#57ab5a", @@ -12914,10 +12914,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#c69026", + "fgColor-open": { + "value": "#57ab5a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12926,14 +12926,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{fgColor.success}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12942,17 +12942,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#cc6b2c", + "fgColor-attention": { + "value": "#c69026", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12961,14 +12961,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12977,17 +12977,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { - "value": "#e5534b", + "fgColor-severe": { + "value": "#cc6b2c", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12996,14 +12996,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13012,17 +13012,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#57ab5a", + "fgColor-danger": { + "value": "#e5534b", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13031,14 +13031,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{fgColor.success.@}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13047,14 +13047,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#e5534b", @@ -13073,7 +13073,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13089,7 +13089,7 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { "value": "#986ee2", @@ -13124,7 +13124,7 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { "value": "#986ee2", @@ -13143,7 +13143,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13159,7 +13159,7 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { "value": "#c96198", @@ -13194,7 +13194,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#22272e", @@ -13693,8 +13693,8 @@ "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#ae7c1426", + "bgColor-open-muted": { + "value": "#46954a26", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13703,7 +13703,7 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, @@ -13711,7 +13711,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{bgColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13720,18 +13720,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, "alpha": 0.15 }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#966600", + "bgColor-open-emphasis": { + "value": "#347d39", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13740,14 +13740,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{bgColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13756,17 +13756,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#cc6b2c1a", + "bgColor-attention-muted": { + "value": "#ae7c1426", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13775,15 +13775,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1, + "alpha": 0.15, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13792,18 +13792,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1 + "alpha": 0.15 }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#ae5622", + "bgColor-attention-emphasis": { + "value": "#966600", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13812,14 +13812,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13828,17 +13828,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { - "value": "#e5534b1a", + "bgColor-severe-muted": { + "value": "#cc6b2c1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13847,7 +13847,7 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, @@ -13855,7 +13855,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13864,18 +13864,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "alpha": 0.1 }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { - "value": "#c93c37", + "bgColor-severe-emphasis": { + "value": "#ae5622", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13884,14 +13884,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13900,17 +13900,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { - "value": "#46954a1a", + "bgColor-danger-muted": { + "value": "#e5534b1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13919,7 +13919,7 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, @@ -13927,7 +13927,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{bgColor.success.muted}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13936,18 +13936,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, "alpha": 0.1 }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { - "value": "#347d39", + "bgColor-danger-emphasis": { + "value": "#c93c37", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13956,14 +13956,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{bgColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13972,17 +13972,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { - "value": "#e5534b26", + "value": "#e5534b1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13995,11 +13995,11 @@ } } }, - "alpha": 0.15, + "alpha": 0.1, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{bgColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14012,7 +14012,7 @@ } } }, - "alpha": 0.15 + "alpha": 0.1 }, "name": "bgColor-closed-muted", "attributes": {}, @@ -14035,7 +14035,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{bgColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14143,7 +14143,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14179,7 +14179,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14663,8 +14663,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#ae7c1466", + "borderColor-open-muted": { + "value": "#46954a66", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14673,7 +14673,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, @@ -14681,7 +14681,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{borderColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14690,18 +14690,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#966600", + "borderColor-open-emphasis": { + "value": "#347d39", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14710,14 +14710,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{borderColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14726,17 +14726,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#cc6b2c66", + "borderColor-attention-muted": { + "value": "#ae7c1466", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14745,7 +14745,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, @@ -14753,7 +14753,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14762,18 +14762,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#ae5622", + "borderColor-attention-emphasis": { + "value": "#966600", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14782,14 +14782,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14798,17 +14798,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { - "value": "#e5534b66", + "borderColor-severe-muted": { + "value": "#cc6b2c66", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14817,7 +14817,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, @@ -14825,7 +14825,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14834,18 +14834,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { - "value": "#c93c37", + "borderColor-severe-emphasis": { + "value": "#ae5622", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14854,14 +14854,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14870,17 +14870,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { - "value": "#46954a66", + "borderColor-danger-muted": { + "value": "#e5534b66", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14889,14 +14889,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, + "alpha": 0.4, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{borderColor.success.muted}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14905,17 +14906,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } - } + }, + "alpha": 0.4 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { - "value": "#347d39", + "borderColor-danger-emphasis": { + "value": "#c93c37", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14924,14 +14926,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{borderColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14940,14 +14942,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#e5534b66", @@ -14967,7 +14969,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{borderColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15003,7 +15005,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{borderColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15111,7 +15113,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15147,7 +15149,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/styleLint/functional/themes/dark-high-contrast.json b/dist/styleLint/functional/themes/dark-high-contrast.json index 9174a52ce..545908a71 100644 --- a/dist/styleLint/functional/themes/dark-high-contrast.json +++ b/dist/styleLint/functional/themes/dark-high-contrast.json @@ -689,7 +689,7 @@ "path": ["codeMirror", "selection", "bgColor"] }, "codeMirror-activeline-bgColor": { - "value": "#9ea7b366", + "value": "#7a828e1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1795,7 +1795,7 @@ "path": ["display", "blue", "bgColor", "muted"] }, "display-blue-bgColor-emphasis": { - "value": "#005bd1", + "value": "#4da0ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1805,10 +1805,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.blue.4}", + "value": "{base.display.color.blue.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1824,7 +1824,7 @@ "path": ["display", "blue", "bgColor", "emphasis"] }, "display-blue-fgColor": { - "value": "#4da0ff", + "value": "#85c2ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1834,10 +1834,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.blue.6}", + "value": "{base.display.color.blue.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1882,7 +1882,7 @@ "path": ["display", "blue", "borderColor", "muted"] }, "display-blue-borderColor-emphasis": { - "value": "#0576ff", + "value": "#4da0ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1892,10 +1892,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.blue.5}", + "value": "{base.display.color.blue.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1940,7 +1940,7 @@ "path": ["display", "green", "bgColor", "muted"] }, "display-green-bgColor-emphasis": { - "value": "#2f6f37", + "value": "#41b445", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1950,10 +1950,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.green.4}", + "value": "{base.display.color.green.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1969,7 +1969,7 @@ "path": ["display", "green", "bgColor", "emphasis"] }, "display-green-fgColor": { - "value": "#41b445", + "value": "#75d36f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1979,10 +1979,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.green.6}", + "value": "{base.display.color.green.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2027,7 +2027,7 @@ "path": ["display", "green", "borderColor", "muted"] }, "display-green-borderColor-emphasis": { - "value": "#388f3f", + "value": "#41b445", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2037,10 +2037,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.green.5}", + "value": "{base.display.color.green.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2085,7 +2085,7 @@ "path": ["display", "orange", "bgColor", "muted"] }, "display-orange-bgColor-emphasis": { - "value": "#984b10", + "value": "#ed8326", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2095,10 +2095,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.orange.4}", + "value": "{base.display.color.orange.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2114,7 +2114,7 @@ "path": ["display", "orange", "bgColor", "emphasis"] }, "display-orange-fgColor": { - "value": "#ed8326", + "value": "#f6b06a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2124,10 +2124,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.orange.6}", + "value": "{base.display.color.orange.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2172,7 +2172,7 @@ "path": ["display", "orange", "borderColor", "muted"] }, "display-orange-borderColor-emphasis": { - "value": "#c46212", + "value": "#ed8326", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2182,10 +2182,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.orange.5}", + "value": "{base.display.color.orange.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2230,7 +2230,7 @@ "path": ["display", "purple", "bgColor", "muted"] }, "display-purple-bgColor-emphasis": { - "value": "#7730e8", + "value": "#b687f7", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2240,10 +2240,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.purple.4}", + "value": "{base.display.color.purple.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2259,7 +2259,7 @@ "path": ["display", "purple", "bgColor", "emphasis"] }, "display-purple-fgColor": { - "value": "#b687f7", + "value": "#d2affd", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2269,10 +2269,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.purple.6}", + "value": "{base.display.color.purple.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2317,7 +2317,7 @@ "path": ["display", "purple", "borderColor", "muted"] }, "display-purple-borderColor-emphasis": { - "value": "#975bf1", + "value": "#b687f7", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2327,10 +2327,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.purple.5}", + "value": "{base.display.color.purple.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2375,7 +2375,7 @@ "path": ["display", "plum", "bgColor", "muted"] }, "display-plum-bgColor-emphasis": { - "value": "#9518d8", + "value": "#d07ef7", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2385,10 +2385,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.plum.4}", + "value": "{base.display.color.plum.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2404,7 +2404,7 @@ "path": ["display", "plum", "bgColor", "emphasis"] }, "display-plum-fgColor": { - "value": "#d07ef7", + "value": "#e4a5fd", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2414,10 +2414,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.plum.6}", + "value": "{base.display.color.plum.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2462,7 +2462,7 @@ "path": ["display", "plum", "borderColor", "muted"] }, "display-plum-borderColor-emphasis": { - "value": "#b643ef", + "value": "#d07ef7", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2472,10 +2472,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.plum.5}", + "value": "{base.display.color.plum.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2520,7 +2520,7 @@ "path": ["display", "red", "bgColor", "muted"] }, "display-red-bgColor-emphasis": { - "value": "#c31328", + "value": "#f27d83", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2530,10 +2530,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.4}", + "value": "{base.display.color.red.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2549,7 +2549,7 @@ "path": ["display", "red", "bgColor", "emphasis"] }, "display-red-fgColor": { - "value": "#f27d83", + "value": "#f7adab", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2559,10 +2559,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.6}", + "value": "{base.display.color.red.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2607,7 +2607,7 @@ "path": ["display", "red", "borderColor", "muted"] }, "display-red-borderColor-emphasis": { - "value": "#eb3342", + "value": "#f27d83", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2617,10 +2617,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.5}", + "value": "{base.display.color.red.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2665,7 +2665,7 @@ "path": ["display", "coral", "bgColor", "muted"] }, "display-coral-bgColor-emphasis": { - "value": "#c31328", + "value": "#f7794b", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2675,10 +2675,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.4}", + "value": "{base.display.color.coral.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2694,7 +2694,7 @@ "path": ["display", "coral", "bgColor", "emphasis"] }, "display-coral-fgColor": { - "value": "#f27d83", + "value": "#fdaa86", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2704,10 +2704,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.6}", + "value": "{base.display.color.coral.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2752,7 +2752,7 @@ "path": ["display", "coral", "borderColor", "muted"] }, "display-coral-borderColor-emphasis": { - "value": "#eb3342", + "value": "#f7794b", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2762,10 +2762,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.5}", + "value": "{base.display.color.coral.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2810,7 +2810,7 @@ "path": ["display", "yellow", "bgColor", "muted"] }, "display-yellow-bgColor-emphasis": { - "value": "#895906", + "value": "#d3910d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2820,10 +2820,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.yellow.4}", + "value": "{base.display.color.yellow.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2839,7 +2839,7 @@ "path": ["display", "yellow", "bgColor", "emphasis"] }, "display-yellow-fgColor": { - "value": "#d3910d", + "value": "#edb431", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2849,10 +2849,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.yellow.6}", + "value": "{base.display.color.yellow.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2897,7 +2897,7 @@ "path": ["display", "yellow", "borderColor", "muted"] }, "display-yellow-borderColor-emphasis": { - "value": "#aa7109", + "value": "#d3910d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2907,10 +2907,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.yellow.5}", + "value": "{base.display.color.yellow.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2955,7 +2955,7 @@ "path": ["display", "gray", "bgColor", "muted"] }, "display-gray-bgColor-emphasis": { - "value": "#576270", + "value": "#92a1b5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2965,10 +2965,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.gray.4}", + "value": "{base.display.color.gray.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2984,7 +2984,7 @@ "path": ["display", "gray", "bgColor", "emphasis"] }, "display-gray-fgColor": { - "value": "#92a1b5", + "value": "#b3c0d1", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2994,10 +2994,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.gray.6}", + "value": "{base.display.color.gray.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3042,7 +3042,7 @@ "path": ["display", "gray", "borderColor", "muted"] }, "display-gray-borderColor-emphasis": { - "value": "#6e7f96", + "value": "#92a1b5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3052,10 +3052,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.gray.5}", + "value": "{base.display.color.gray.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3100,7 +3100,7 @@ "path": ["display", "auburn", "bgColor", "muted"] }, "display-auburn-bgColor-emphasis": { - "value": "#87534f", + "value": "#bf9592", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3110,10 +3110,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.auburn.4}", + "value": "{base.display.color.auburn.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3129,7 +3129,7 @@ "path": ["display", "auburn", "bgColor", "emphasis"] }, "display-auburn-fgColor": { - "value": "#bf9592", + "value": "#d4b7b5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3139,10 +3139,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.auburn.6}", + "value": "{base.display.color.auburn.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3187,7 +3187,7 @@ "path": ["display", "auburn", "borderColor", "muted"] }, "display-auburn-borderColor-emphasis": { - "value": "#a86f6b", + "value": "#bf9592", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3197,10 +3197,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.auburn.5}", + "value": "{base.display.color.auburn.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3245,7 +3245,7 @@ "path": ["display", "brown", "bgColor", "muted"] }, "display-brown-bgColor-emphasis": { - "value": "#755e3e", + "value": "#b69a6d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3255,10 +3255,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.brown.4}", + "value": "{base.display.color.brown.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3274,7 +3274,7 @@ "path": ["display", "brown", "bgColor", "emphasis"] }, "display-brown-fgColor": { - "value": "#b69a6d", + "value": "#cdbb98", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3284,10 +3284,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.brown.6}", + "value": "{base.display.color.brown.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3332,7 +3332,7 @@ "path": ["display", "brown", "borderColor", "muted"] }, "display-brown-borderColor-emphasis": { - "value": "#94774c", + "value": "#b69a6d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3342,10 +3342,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.brown.5}", + "value": "{base.display.color.brown.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3390,7 +3390,7 @@ "path": ["display", "lemon", "bgColor", "muted"] }, "display-lemon-bgColor-emphasis": { - "value": "#786008", + "value": "#ba9b12", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3400,10 +3400,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lemon.4}", + "value": "{base.display.color.lemon.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3419,7 +3419,7 @@ "path": ["display", "lemon", "bgColor", "emphasis"] }, "display-lemon-fgColor": { - "value": "#ba9b12", + "value": "#d7bc1d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3429,10 +3429,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lemon.6}", + "value": "{base.display.color.lemon.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3477,7 +3477,7 @@ "path": ["display", "lemon", "borderColor", "muted"] }, "display-lemon-borderColor-emphasis": { - "value": "#977b0c", + "value": "#ba9b12", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3487,10 +3487,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lemon.5}", + "value": "{base.display.color.lemon.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3535,7 +3535,7 @@ "path": ["display", "olive", "bgColor", "muted"] }, "display-olive-bgColor-emphasis": { - "value": "#5e681d", + "value": "#a2a626", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3545,10 +3545,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.olive.4}", + "value": "{base.display.color.olive.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3564,7 +3564,7 @@ "path": ["display", "olive", "bgColor", "emphasis"] }, "display-olive-fgColor": { - "value": "#a2a626", + "value": "#cbc025", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3574,10 +3574,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.olive.6}", + "value": "{base.display.color.olive.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3622,7 +3622,7 @@ "path": ["display", "olive", "borderColor", "muted"] }, "display-olive-borderColor-emphasis": { - "value": "#7a8321", + "value": "#a2a626", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3632,10 +3632,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.olive.5}", + "value": "{base.display.color.olive.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3680,7 +3680,7 @@ "path": ["display", "lime", "bgColor", "muted"] }, "display-lime-bgColor-emphasis": { - "value": "#496c28", + "value": "#7dae37", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3690,10 +3690,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lime.4}", + "value": "{base.display.color.lime.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3709,7 +3709,7 @@ "path": ["display", "lime", "bgColor", "emphasis"] }, "display-lime-fgColor": { - "value": "#7dae37", + "value": "#9fcc3e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3719,10 +3719,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lime.6}", + "value": "{base.display.color.lime.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3767,7 +3767,7 @@ "path": ["display", "lime", "borderColor", "muted"] }, "display-lime-borderColor-emphasis": { - "value": "#5f892f", + "value": "#7dae37", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3777,10 +3777,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lime.5}", + "value": "{base.display.color.lime.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3825,7 +3825,7 @@ "path": ["display", "pine", "bgColor", "muted"] }, "display-pine-bgColor-emphasis": { - "value": "#14714c", + "value": "#1bb673", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3835,10 +3835,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pine.4}", + "value": "{base.display.color.pine.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3854,7 +3854,7 @@ "path": ["display", "pine", "bgColor", "emphasis"] }, "display-pine-fgColor": { - "value": "#1bb673", + "value": "#1bda81", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3864,10 +3864,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pine.6}", + "value": "{base.display.color.pine.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3912,7 +3912,7 @@ "path": ["display", "pine", "borderColor", "muted"] }, "display-pine-borderColor-emphasis": { - "value": "#18915e", + "value": "#1bb673", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3922,10 +3922,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pine.5}", + "value": "{base.display.color.pine.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3970,7 +3970,7 @@ "path": ["display", "teal", "bgColor", "muted"] }, "display-teal-bgColor-emphasis": { - "value": "#106c70", + "value": "#1cb0ab", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3980,10 +3980,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.teal.4}", + "value": "{base.display.color.teal.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3999,7 +3999,7 @@ "path": ["display", "teal", "bgColor", "emphasis"] }, "display-teal-fgColor": { - "value": "#1cb0ab", + "value": "#24d6c4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4009,10 +4009,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.teal.6}", + "value": "{base.display.color.teal.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4057,7 +4057,7 @@ "path": ["display", "teal", "borderColor", "muted"] }, "display-teal-borderColor-emphasis": { - "value": "#158a8a", + "value": "#1cb0ab", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4067,10 +4067,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.teal.5}", + "value": "{base.display.color.teal.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4115,7 +4115,7 @@ "path": ["display", "cyan", "bgColor", "muted"] }, "display-cyan-bgColor-emphasis": { - "value": "#036a8c", + "value": "#07ace4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4125,10 +4125,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.cyan.4}", + "value": "{base.display.color.cyan.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4144,7 +4144,7 @@ "path": ["display", "cyan", "bgColor", "emphasis"] }, "display-cyan-fgColor": { - "value": "#07ace4", + "value": "#45cbf7", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4154,10 +4154,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.cyan.6}", + "value": "{base.display.color.cyan.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4202,7 +4202,7 @@ "path": ["display", "cyan", "borderColor", "muted"] }, "display-cyan-borderColor-emphasis": { - "value": "#0587b3", + "value": "#07ace4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4212,10 +4212,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.cyan.5}", + "value": "{base.display.color.cyan.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4260,7 +4260,7 @@ "path": ["display", "indigo", "bgColor", "muted"] }, "display-indigo-bgColor-emphasis": { - "value": "#514ed4", + "value": "#9899ec", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4270,10 +4270,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.indigo.4}", + "value": "{base.display.color.indigo.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4289,7 +4289,7 @@ "path": ["display", "indigo", "bgColor", "emphasis"] }, "display-indigo-fgColor": { - "value": "#9899ec", + "value": "#b7baf6", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4299,10 +4299,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.indigo.6}", + "value": "{base.display.color.indigo.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4347,7 +4347,7 @@ "path": ["display", "indigo", "borderColor", "muted"] }, "display-indigo-borderColor-emphasis": { - "value": "#7070e1", + "value": "#9899ec", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4357,10 +4357,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.indigo.5}", + "value": "{base.display.color.indigo.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4405,7 +4405,7 @@ "path": ["display", "pink", "bgColor", "muted"] }, "display-pink-bgColor-emphasis": { - "value": "#ac2f74", + "value": "#e57bb2", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4415,10 +4415,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pink.4}", + "value": "{base.display.color.pink.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4434,7 +4434,7 @@ "path": ["display", "pink", "bgColor", "emphasis"] }, "display-pink-fgColor": { - "value": "#e57bb2", + "value": "#f4a9cd", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4444,10 +4444,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pink.6}", + "value": "{base.display.color.pink.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4492,7 +4492,7 @@ "path": ["display", "pink", "borderColor", "muted"] }, "display-pink-borderColor-emphasis": { - "value": "#d34591", + "value": "#e57bb2", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4502,10 +4502,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/display-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pink.5}", + "value": "{base.display.color.pink.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4743,7 +4743,7 @@ "path": ["control", "bgColor", "hover"] }, "control-bgColor-active": { - "value": "#555c67", + "value": "#393d48", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4754,10 +4754,10 @@ } }, "mix": { - "color": "#7a828e", - "weight": 0.4 + "color": "#272b33", + "weight": 0.2 }, - "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { "value": "{base.color.neutral.7}", @@ -4771,8 +4771,8 @@ } }, "mix": { - "color": "{base.color.neutral.5}", - "weight": 0.4 + "color": "{base.color.neutral.8}", + "weight": 0.2 } }, "name": "control-bgColor-active", @@ -4809,7 +4809,7 @@ "path": ["control", "bgColor", "disabled"] }, "control-bgColor-selected": { - "value": "#525964", + "value": "#272b33", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4819,10 +4819,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", + "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{base.color.neutral.6}", + "value": "{base.color.neutral.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4867,11 +4867,11 @@ "path": ["control", "fgColor", "rest"] }, "control-fgColor-placeholder": { - "value": "#b7bec7", + "value": "#e4e9ed", "$type": "color", "mix": { - "color": "#9ea7b3", - "weight": 0.2 + "color": "#f0f3f6", + "weight": 0.5 }, "$extensions": { "org.primer.figma": { @@ -4881,14 +4881,14 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.neutral.3}", + "value": "{base.color.neutral.2}", "$type": "color", "mix": { - "color": "{base.color.neutral.4}", - "weight": 0.2 + "color": "{base.color.neutral.1}", + "weight": 0.5 }, "$extensions": { "org.primer.figma": { @@ -4962,7 +4962,7 @@ "path": ["control", "borderColor", "rest"] }, "control-borderColor-emphasis": { - "value": "#7a828e", + "value": "#9ea7b3", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5405,7 +5405,7 @@ "path": ["control", "transparent", "borderColor", "active"] }, "control-danger-fgColor-rest": { - "value": "#ff8080", + "value": "#ff9492", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5418,7 +5418,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5463,7 +5463,7 @@ "path": ["control", "danger", "fgColor", "hover"] }, "control-danger-bgColor-hover": { - "value": "#ff6a69", + "value": "#ff8080", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5492,7 +5492,7 @@ "path": ["control", "danger", "bgColor", "hover"] }, "control-danger-bgColor-active": { - "value": "#f65052", + "value": "#f65e60", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5531,7 +5531,7 @@ "path": ["control", "danger", "bgColor", "active"] }, "control-checked-bgColor-rest": { - "value": "#409eff", + "value": "#5cacff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5560,7 +5560,7 @@ "path": ["control", "checked", "bgColor", "rest"] }, "control-checked-bgColor-hover": { - "value": "#4aa3ff", + "value": "#60aeff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5597,7 +5597,7 @@ "path": ["control", "checked", "bgColor", "hover"] }, "control-checked-bgColor-active": { - "value": "#54a8ff", + "value": "#64b0ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5721,7 +5721,7 @@ "path": ["control", "checked", "fgColor", "disabled"] }, "control-checked-borderColor-rest": { - "value": "#409eff", + "value": "#5cacff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5750,7 +5750,7 @@ "path": ["control", "checked", "borderColor", "rest"] }, "control-checked-borderColor-hover": { - "value": "#4aa3ff", + "value": "#60aeff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5787,7 +5787,7 @@ "path": ["control", "checked", "borderColor", "hover"] }, "control-checked-borderColor-active": { - "value": "#54a8ff", + "value": "#64b0ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6188,7 +6188,7 @@ "path": ["controlKnob", "bgColor", "checked"] }, "controlKnob-borderColor-rest": { - "value": "#7a828e", + "value": "#9ea7b3", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6246,7 +6246,7 @@ "path": ["controlKnob", "borderColor", "disabled"] }, "controlKnob-borderColor-checked": { - "value": "#409eff", + "value": "#5cacff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6391,7 +6391,7 @@ "path": ["button", "default", "bgColor", "hover"] }, "button-default-bgColor-active": { - "value": "#555c67", + "value": "#393d48", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6420,7 +6420,7 @@ "path": ["button", "default", "bgColor", "active"] }, "button-default-bgColor-selected": { - "value": "#555c67", + "value": "#393d48", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6720,7 +6720,7 @@ "path": ["button", "primary", "iconColor", "rest"] }, "button-primary-bgColor-rest": { - "value": "#09b43a", + "value": "#0ac740", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6749,7 +6749,7 @@ "path": ["button", "primary", "bgColor", "rest"] }, "button-primary-bgColor-hover": { - "value": "#0fbb3f", + "value": "#10ca43", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6786,7 +6786,7 @@ "path": ["button", "primary", "bgColor", "hover"] }, "button-primary-bgColor-active": { - "value": "#15c243", + "value": "#16cd47", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7021,7 +7021,7 @@ "path": ["button", "primary", "shadow", "selected"] }, "button-invisible-fgColor-rest": { - "value": "#60aeff", + "value": "#73b8ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7034,7 +7034,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7493,7 +7493,7 @@ "path": ["button", "outline", "fgColor", "active"] }, "button-outline-fgColor-disabled": { - "value": "#60aeff80", + "value": "#73b8ff80", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7507,7 +7507,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7824,7 +7824,7 @@ "path": ["button", "danger", "fgColor", "active"] }, "button-danger-fgColor-disabled": { - "value": "#ff808080", + "value": "#ff949280", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7838,7 +7838,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7855,7 +7855,7 @@ "path": ["button", "danger", "fgColor", "disabled"] }, "button-danger-iconColor-rest": { - "value": "#ff8080", + "value": "#ff9492", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7868,7 +7868,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8403,7 +8403,7 @@ "path": ["buttonCounter", "outline", "bgColor", "hover"] }, "buttonCounter-outline-bgColor-disabled": { - "value": "#409eff0d", + "value": "#5cacff0d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8492,7 +8492,7 @@ "path": ["buttonCounter", "outline", "fgColor", "hover"] }, "buttonCounter-outline-fgColor-disabled": { - "value": "#60aeff80", + "value": "#73b8ff80", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8506,7 +8506,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8554,7 +8554,7 @@ "path": ["buttonCounter", "danger", "bgColor", "hover"] }, "buttonCounter-danger-bgColor-disabled": { - "value": "#ff6a690d", + "value": "#ff80800d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8616,7 +8616,7 @@ "path": ["buttonCounter", "danger", "bgColor", "rest"] }, "buttonCounter-danger-fgColor-rest": { - "value": "#ff8080", + "value": "#ff9492", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8629,7 +8629,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8674,7 +8674,7 @@ "path": ["buttonCounter", "danger", "fgColor", "hover"] }, "buttonCounter-danger-fgColor-disabled": { - "value": "#ff808080", + "value": "#ff949280", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8688,7 +8688,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8775,7 +8775,7 @@ "path": ["reactionButton", "selected", "bgColor", "hover"] }, "reactionButton-selected-fgColor-rest": { - "value": "#60aeff", + "value": "#73b8ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8788,7 +8788,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -9065,7 +9065,7 @@ "path": ["sideNav", "bgColor", "selected"] }, "skeletonLoader-bgColor": { - "value": "#272b33", + "value": "#191c22", "$type": "color", "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, @@ -9223,7 +9223,7 @@ "path": ["underlineNav", "iconColor", "rest"] }, "selection-bgColor": { - "value": "#409effb3", + "value": "#5cacffb3", "$type": "color", "$extensions": { "org.primer.figma": { @@ -9254,7 +9254,7 @@ "path": ["selection", "bgColor"] }, "card-bgColor": { - "value": "#272b33", + "value": "#191c22", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12793,7 +12793,7 @@ "path": ["fgColor", "disabled"] }, "fgColor-link": { - "value": "#60aeff", + "value": "#73b8ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12809,7 +12809,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12825,10 +12825,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#9ea7b3", + "value": "#bdc4cc", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12838,10 +12838,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.neutral.4}", + "value": "{base.color.neutral.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12854,10 +12854,10 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { - "value": "#60aeff", + "value": "#73b8ff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12871,10 +12871,10 @@ } }, "mix": { - "color": "#409eff", - "weight": 0.35 + "color": "#91cbff", + "weight": 0.05 }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { "value": "{base.color.blue.3}", @@ -12891,13 +12891,13 @@ } }, "mix": { - "color": "{base.color.blue.5}", - "weight": 0.35 + "color": "{base.color.blue.2}", + "weight": 0.05 } }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { "value": "#28d751", @@ -12932,10 +12932,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#f0b72f", + "fgColor-open": { + "value": "#28d751", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12944,14 +12944,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{fgColor.success}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12960,17 +12960,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#f48b25", + "fgColor-attention": { + "value": "#f0b72f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12979,14 +12979,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12995,17 +12995,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { - "value": "#ff8080", + "fgColor-severe": { + "value": "#fe9a2d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13014,14 +13014,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13030,17 +13030,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#28d751", + "fgColor-danger": { + "value": "#ff9492", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13049,14 +13049,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{fgColor.success.@}", + "value": "{base.color.red.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13065,17 +13065,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { - "value": "#ff8080", + "value": "#ff9492", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13091,7 +13091,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13107,10 +13107,10 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { - "value": "#bf8fff", + "value": "#cb9eff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13123,10 +13123,10 @@ } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{base.color.purple.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13142,10 +13142,10 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { - "value": "#bf8fff", + "value": "#cb9eff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13161,7 +13161,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13177,10 +13177,10 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { - "value": "#f87cbd", + "value": "#ff8dc7", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13193,10 +13193,10 @@ } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.pink.4}", + "value": "{base.color.pink.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13212,7 +13212,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#0a0c10", @@ -13250,7 +13250,7 @@ "path": ["bgColor", "default"] }, "bgColor-muted": { - "value": "#272b33", + "value": "#191c22", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13263,10 +13263,14 @@ } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, + "mix": { + "color": "#272b33", + "weight": 0.5 + }, "original": { - "value": "{base.color.neutral.8}", + "value": "{base.color.neutral.9}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13278,6 +13282,10 @@ "web": "var(--bgColor-muted) /* utility class: .color-bg-muted */" } } + }, + "mix": { + "color": "{base.color.neutral.8}", + "weight": 0.5 } }, "name": "bgColor-muted", @@ -13508,7 +13516,7 @@ "path": ["bgColor", "transparent"] }, "bgColor-neutral-muted": { - "value": "#9ea7b366", + "value": "#7a828e1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13518,11 +13526,11 @@ "scopes": ["bgColor"] } }, - "alpha": 0.4, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.1, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.neutral.4}", + "value": "{base.color.neutral.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13532,7 +13540,7 @@ "scopes": ["bgColor"] } }, - "alpha": 0.4 + "alpha": 0.1 }, "name": "bgColor-neutral-muted", "attributes": {}, @@ -13568,7 +13576,7 @@ "path": ["bgColor", "neutral", "emphasis"] }, "bgColor-accent-muted": { - "value": "#5cacff1a", + "value": "#409eff1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13582,10 +13590,10 @@ } }, "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.blue.4}", + "value": "{base.color.blue.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13605,7 +13613,7 @@ "path": ["bgColor", "accent", "muted"] }, "bgColor-accent-emphasis": { - "value": "#409eff", + "value": "#5cacff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13618,10 +13626,10 @@ } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.blue.5}", + "value": "{base.color.blue.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13640,7 +13648,7 @@ "path": ["bgColor", "accent", "emphasis"] }, "bgColor-success-muted": { - "value": "#0ac74026", + "value": "#0ac74024", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13653,8 +13661,8 @@ } } }, - "alpha": 0.15, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.14, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { "value": "{base.color.green.4}", @@ -13670,14 +13678,14 @@ } } }, - "alpha": 0.15 + "alpha": 0.14 }, "name": "bgColor-success-muted", "attributes": {}, "path": ["bgColor", "success", "muted"] }, "bgColor-success-emphasis": { - "value": "#09b43a", + "value": "#0ac740", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13690,10 +13698,10 @@ } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.green.5}", + "value": "{base.color.green.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13711,8 +13719,8 @@ "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#edaa2726", + "bgColor-open-muted": { + "value": "#0ac74024", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13721,15 +13729,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, - "alpha": 0.15, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.14, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{bgColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13738,18 +13746,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, - "alpha": 0.15 + "alpha": 0.14 }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#e09b13", + "bgColor-open-emphasis": { + "value": "#0ac740", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13758,14 +13766,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{bgColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13774,17 +13782,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#f48b251a", + "bgColor-attention-muted": { + "value": "#edaa2726", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13793,15 +13801,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1, + "alpha": 0.15, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13810,18 +13818,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1 + "alpha": 0.15 }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#e7811d", + "bgColor-attention-emphasis": { + "value": "#edaa27", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13830,14 +13838,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13846,17 +13854,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { - "value": "#ff80801a", + "bgColor-severe-muted": { + "value": "#f48b2516", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13865,15 +13873,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, - "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.088, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13882,18 +13890,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, - "alpha": 0.1 + "alpha": 0.088 }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { - "value": "#ff6a69", + "bgColor-severe-emphasis": { + "value": "#f48b25", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13902,14 +13910,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13918,17 +13926,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { - "value": "#0ac7401a", + "bgColor-danger-muted": { + "value": "#ff808017", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13937,15 +13945,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, - "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.09, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{bgColor.success.muted}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13954,18 +13962,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, - "alpha": 0.1 + "alpha": 0.09 }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { - "value": "#09b43a", + "bgColor-danger-emphasis": { + "value": "#ff8080", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13974,14 +13982,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{bgColor.success.emphasis}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13990,17 +13998,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { - "value": "#ff808026", + "value": "#ff808017", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14013,11 +14021,11 @@ } } }, - "alpha": 0.15, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.09, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{bgColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14030,14 +14038,14 @@ } } }, - "alpha": 0.15 + "alpha": 0.09 }, "name": "bgColor-closed-muted", "attributes": {}, "path": ["bgColor", "closed", "muted"] }, "bgColor-closed-emphasis": { - "value": "#ff6a69", + "value": "#ff8080", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14053,7 +14061,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{bgColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14072,7 +14080,7 @@ "path": ["bgColor", "closed", "emphasis"] }, "bgColor-done-muted": { - "value": "#bf8fff26", + "value": "#b87fff17", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14085,11 +14093,11 @@ } } }, - "alpha": 0.15, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.09, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{base.color.purple.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14102,14 +14110,14 @@ } } }, - "alpha": 0.15 + "alpha": 0.09 }, "name": "bgColor-done-muted", "attributes": {}, "path": ["bgColor", "done", "muted"] }, "bgColor-done-emphasis": { - "value": "#b87fff", + "value": "#bf8fff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14122,10 +14130,10 @@ } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{base.color.purple.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14144,7 +14152,7 @@ "path": ["bgColor", "done", "emphasis"] }, "bgColor-upsell-muted": { - "value": "#bf8fff26", + "value": "#b87fff17", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14157,11 +14165,11 @@ } } }, - "alpha": 0.15, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.09, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14174,14 +14182,14 @@ } } }, - "alpha": 0.15 + "alpha": 0.09 }, "name": "bgColor-upsell-muted", "attributes": {}, "path": ["bgColor", "upsell", "muted"] }, "bgColor-upsell-emphasis": { - "value": "#b87fff", + "value": "#bf8fff", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14197,7 +14205,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14216,7 +14224,7 @@ "path": ["bgColor", "upsell", "emphasis"] }, "bgColor-sponsors-muted": { - "value": "#f87cbd1a", + "value": "#ef6eb117", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14229,11 +14237,11 @@ } } }, - "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 0.09, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.pink.4}", + "value": "{base.color.pink.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14246,14 +14254,14 @@ } } }, - "alpha": 0.1 + "alpha": 0.09 }, "name": "bgColor-sponsors-muted", "attributes": {}, "path": ["bgColor", "sponsors", "muted"] }, "bgColor-sponsors-emphasis": { - "value": "#ef6eb1", + "value": "#f87cbd", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14266,10 +14274,10 @@ } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.pink.5}", + "value": "{base.color.pink.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14360,7 +14368,7 @@ "path": ["borderColor", "muted"] }, "borderColor-emphasis": { - "value": "#7a828e", + "value": "#9ea7b3", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14370,10 +14378,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.neutral.5}", + "value": "{base.color.neutral.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14681,8 +14689,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#edaa27", + "borderColor-open-muted": { + "value": "#0ac740", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14691,7 +14699,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, @@ -14699,7 +14707,7 @@ "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{borderColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14708,18 +14716,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 1 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#e09b13", + "borderColor-open-emphasis": { + "value": "#09b43a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14728,14 +14736,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{borderColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14744,17 +14752,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#f48b25", + "borderColor-attention-muted": { + "value": "#edaa27", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14763,7 +14771,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, @@ -14771,7 +14779,7 @@ "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14780,18 +14788,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 1 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#e7811d", + "borderColor-attention-emphasis": { + "value": "#e09b13", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14800,14 +14808,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14816,17 +14824,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { - "value": "#ff8080", + "borderColor-severe-muted": { + "value": "#f48b25", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14835,7 +14843,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, @@ -14843,7 +14851,7 @@ "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14852,18 +14860,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 1 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { - "value": "#ff6a69", + "borderColor-severe-emphasis": { + "value": "#e7811d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14872,14 +14880,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14888,17 +14896,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { - "value": "#0ac740", + "borderColor-danger-muted": { + "value": "#ff8080", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14907,14 +14915,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "alpha": 1, + "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5", "isSource": true, "original": { - "value": "{borderColor.success.muted}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14923,17 +14932,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } - } + }, + "alpha": 1 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { - "value": "#09b43a", + "borderColor-danger-emphasis": { + "value": "#ff6a69", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14942,14 +14952,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{borderColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14958,14 +14968,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#ff808066", @@ -14985,7 +14995,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{borderColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15021,7 +15031,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{borderColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15129,7 +15139,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15165,7 +15175,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/styleLint/functional/themes/dark-tritanopia.json b/dist/styleLint/functional/themes/dark-tritanopia.json index c3c44ffac..e9481c46d 100644 --- a/dist/styleLint/functional/themes/dark-tritanopia.json +++ b/dist/styleLint/functional/themes/dark-tritanopia.json @@ -5418,7 +5418,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7020,7 +7020,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7485,7 +7485,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7728,7 +7728,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7816,7 +7816,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7846,7 +7846,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8484,7 +8484,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8607,7 +8607,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8666,7 +8666,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8766,7 +8766,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12791,7 +12791,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12807,10 +12807,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#6e7681", + "value": "#b1bac4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12823,7 +12823,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.neutral.4}", + "value": "{base.color.neutral.2}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12836,7 +12836,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#4493f8", @@ -12879,7 +12879,7 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { "value": "#58a6ff", @@ -12914,10 +12914,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#d29922", + "fgColor-open": { + "value": "#f85149", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12926,14 +12926,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12942,17 +12942,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#f85149", + "fgColor-attention": { + "value": "#d29922", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12961,14 +12961,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12977,16 +12977,16 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { + "fgColor-severe": { "value": "#f85149", "$type": "color", "$extensions": { @@ -12996,11 +12996,11 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.4}", @@ -13012,16 +13012,16 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { + "fgColor-danger": { "value": "#f85149", "$type": "color", "$extensions": { @@ -13031,11 +13031,11 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.red.4}", @@ -13047,14 +13047,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#6e7681", @@ -13089,7 +13089,7 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { "value": "#ab7df8", @@ -13124,7 +13124,7 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { "value": "#ab7df8", @@ -13143,7 +13143,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13159,7 +13159,7 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { "value": "#db61a2", @@ -13194,7 +13194,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#0d1117", @@ -13693,8 +13693,8 @@ "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#bb800926", + "bgColor-open-muted": { + "value": "#f8514926", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13703,15 +13703,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, "alpha": 0.15, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13720,18 +13720,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, "alpha": 0.15 }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#9e6a03", + "bgColor-open-emphasis": { + "value": "#da3633", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13740,14 +13740,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13756,17 +13756,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#f851491a", + "bgColor-attention-muted": { + "value": "#bb800926", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13775,15 +13775,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "alpha": 0.15, + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13792,18 +13792,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1 + "alpha": 0.15 }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#da3633", + "bgColor-attention-emphasis": { + "value": "#9e6a03", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13812,14 +13812,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13828,16 +13828,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { + "bgColor-severe-muted": { "value": "#f851491a", "$type": "color", "$extensions": { @@ -13847,12 +13847,12 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.4}", @@ -13864,17 +13864,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "alpha": 0.1 }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { + "bgColor-severe-emphasis": { "value": "#da3633", "$type": "color", "$extensions": { @@ -13884,11 +13884,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -13900,16 +13900,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { + "bgColor-danger-muted": { "value": "#f851491a", "$type": "color", "$extensions": { @@ -13919,12 +13919,12 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, "alpha": 0.1, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.red.4}", @@ -13936,17 +13936,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, "alpha": 0.1 }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { + "bgColor-danger-emphasis": { "value": "#da3633", "$type": "color", "$extensions": { @@ -13956,11 +13956,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -13972,17 +13972,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { - "value": "#6e768126", + "value": "#6e76811a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13995,7 +13995,7 @@ } } }, - "alpha": 0.15, + "alpha": 0.1, "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { @@ -14012,7 +14012,7 @@ } } }, - "alpha": 0.15 + "alpha": 0.1 }, "name": "bgColor-closed-muted", "attributes": {}, @@ -14143,7 +14143,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14179,7 +14179,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14663,8 +14663,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#bb800966", + "borderColor-open-muted": { + "value": "#f8514966", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14673,15 +14673,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14690,18 +14690,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#9e6a03", + "borderColor-open-emphasis": { + "value": "#da3633", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14710,14 +14710,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14726,17 +14726,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#f8514966", + "borderColor-attention-muted": { + "value": "#bb800966", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14745,15 +14745,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14762,18 +14762,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#da3633", + "borderColor-attention-emphasis": { + "value": "#9e6a03", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14782,14 +14782,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14798,16 +14798,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { + "borderColor-severe-muted": { "value": "#f8514966", "$type": "color", "$extensions": { @@ -14817,12 +14817,12 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.4}", @@ -14834,17 +14834,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { + "borderColor-severe-emphasis": { "value": "#da3633", "$type": "color", "$extensions": { @@ -14854,11 +14854,11 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -14870,16 +14870,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { + "borderColor-danger-muted": { "value": "#f8514966", "$type": "color", "$extensions": { @@ -14889,13 +14889,13 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", - "isSource": true, "alpha": 0.4, + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", + "isSource": true, "original": { "value": "{base.color.red.4}", "$type": "color", @@ -14906,17 +14906,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, "alpha": 0.4 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { + "borderColor-danger-emphasis": { "value": "#da3633", "$type": "color", "$extensions": { @@ -14926,11 +14926,11 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, - "filePath": "src/tokens/functional/color/dark/overrides/dark.tritanopia.json5", + "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -14942,14 +14942,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#6e768166", @@ -15113,7 +15113,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15149,7 +15149,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/styleLint/functional/themes/dark.json b/dist/styleLint/functional/themes/dark.json index 1d55dfa21..7d78a0e1b 100644 --- a/dist/styleLint/functional/themes/dark.json +++ b/dist/styleLint/functional/themes/dark.json @@ -5418,7 +5418,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7020,7 +7020,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7485,7 +7485,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7728,7 +7728,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7816,7 +7816,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7846,7 +7846,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8484,7 +8484,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8607,7 +8607,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8666,7 +8666,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8766,7 +8766,7 @@ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12791,7 +12791,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12807,10 +12807,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#6e7681", + "value": "#b1bac4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12823,7 +12823,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.neutral.4}", + "value": "{base.color.neutral.2}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12836,7 +12836,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#4493f8", @@ -12879,7 +12879,7 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { "value": "#3fb950", @@ -12914,10 +12914,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#d29922", + "fgColor-open": { + "value": "#3fb950", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12926,14 +12926,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{fgColor.success}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12942,17 +12942,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#db6d28", + "fgColor-attention": { + "value": "#d29922", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12961,14 +12961,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12977,17 +12977,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { - "value": "#f85149", + "fgColor-severe": { + "value": "#db6d28", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12996,14 +12996,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13012,17 +13012,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#3fb950", + "fgColor-danger": { + "value": "#f85149", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13031,14 +13031,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{fgColor.success.@}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13047,14 +13047,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#f85149", @@ -13073,7 +13073,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13089,7 +13089,7 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { "value": "#ab7df8", @@ -13124,7 +13124,7 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { "value": "#ab7df8", @@ -13143,7 +13143,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13159,7 +13159,7 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { "value": "#db61a2", @@ -13194,7 +13194,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#0d1117", @@ -13693,8 +13693,8 @@ "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#bb800926", + "bgColor-open-muted": { + "value": "#2ea04326", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13703,7 +13703,7 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, @@ -13711,7 +13711,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{bgColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13720,18 +13720,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, "alpha": 0.15 }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#9e6a03", + "bgColor-open-emphasis": { + "value": "#238636", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13740,14 +13740,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{bgColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13756,17 +13756,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#db6d281a", + "bgColor-attention-muted": { + "value": "#bb800926", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13775,15 +13775,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1, + "alpha": 0.15, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13792,18 +13792,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "alpha": 0.1 + "alpha": 0.15 }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#bd561d", + "bgColor-attention-emphasis": { + "value": "#9e6a03", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13812,14 +13812,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13828,17 +13828,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { - "value": "#f851491a", + "bgColor-severe-muted": { + "value": "#db6d281a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13847,7 +13847,7 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, @@ -13855,7 +13855,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13864,18 +13864,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "alpha": 0.1 }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { - "value": "#da3633", + "bgColor-severe-emphasis": { + "value": "#bd561d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13884,14 +13884,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13900,17 +13900,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { - "value": "#2ea0431a", + "bgColor-danger-muted": { + "value": "#f851491a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13919,7 +13919,7 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, @@ -13927,7 +13927,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{bgColor.success.muted}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13936,18 +13936,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, "alpha": 0.1 }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { - "value": "#238636", + "bgColor-danger-emphasis": { + "value": "#da3633", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13956,14 +13956,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{bgColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13972,17 +13972,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { - "value": "#f8514926", + "value": "#f851491a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13995,11 +13995,11 @@ } } }, - "alpha": 0.15, + "alpha": 0.1, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{bgColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14012,7 +14012,7 @@ } } }, - "alpha": 0.15 + "alpha": 0.1 }, "name": "bgColor-closed-muted", "attributes": {}, @@ -14035,7 +14035,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{bgColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14143,7 +14143,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14179,7 +14179,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14663,8 +14663,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#bb800966", + "borderColor-open-muted": { + "value": "#2ea04366", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14673,7 +14673,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, @@ -14681,7 +14681,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{borderColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14690,18 +14690,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#9e6a03", + "borderColor-open-emphasis": { + "value": "#238636", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14710,14 +14710,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{borderColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14726,17 +14726,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#db6d2866", + "borderColor-attention-muted": { + "value": "#bb800966", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14745,7 +14745,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, @@ -14753,7 +14753,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14762,18 +14762,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#bd561d", + "borderColor-attention-emphasis": { + "value": "#9e6a03", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14782,14 +14782,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14798,17 +14798,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { - "value": "#f8514966", + "borderColor-severe-muted": { + "value": "#db6d2866", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14817,7 +14817,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, @@ -14825,7 +14825,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14834,18 +14834,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { - "value": "#da3633", + "borderColor-severe-emphasis": { + "value": "#bd561d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14854,14 +14854,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14870,17 +14870,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { - "value": "#2ea04366", + "borderColor-danger-muted": { + "value": "#f8514966", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14889,14 +14889,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, + "alpha": 0.4, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{borderColor.success.muted}", + "value": "{base.color.red.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14905,17 +14906,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } - } + }, + "alpha": 0.4 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { - "value": "#238636", + "borderColor-danger-emphasis": { + "value": "#da3633", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14924,14 +14926,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{borderColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14940,14 +14942,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#f8514966", @@ -14967,7 +14969,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.4}", + "value": "{borderColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15003,7 +15005,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{borderColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15111,7 +15113,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.4}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15147,7 +15149,7 @@ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/styleLint/functional/themes/light-colorblind.json b/dist/styleLint/functional/themes/light-colorblind.json index 68747b310..2b6cb423d 100644 --- a/dist/styleLint/functional/themes/light-colorblind.json +++ b/dist/styleLint/functional/themes/light-colorblind.json @@ -5045,7 +5045,7 @@ "path": ["control", "borderColor", "selected"] }, "control-borderColor-success": { - "value": "#218bff", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5412,7 +5412,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5441,7 +5441,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6692,7 +6692,7 @@ "path": ["button", "primary", "iconColor", "rest"] }, "button-primary-bgColor-rest": { - "value": "#0f72e3", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6721,7 +6721,7 @@ "path": ["button", "primary", "bgColor", "rest"] }, "button-primary-bgColor-hover": { - "value": "#0d6bd8", + "value": "#0864d1", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6758,7 +6758,7 @@ "path": ["button", "primary", "bgColor", "hover"] }, "button-primary-bgColor-active": { - "value": "#0b64ce", + "value": "#075fc8", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7000,7 +7000,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7029,7 +7029,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7377,7 +7377,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7465,7 +7465,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7716,7 +7716,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7804,7 +7804,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7834,7 +7834,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8470,7 +8470,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8660,7 +8660,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8756,7 +8756,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12792,7 +12792,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12808,10 +12808,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#6e7781", + "value": "#57606a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12824,7 +12824,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.neutral.5}", + "value": "{base.color.neutral.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12837,7 +12837,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#0969da", @@ -12872,7 +12872,7 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { "value": "#0969da", @@ -12907,10 +12907,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#9a6700", + "fgColor-open": { + "value": "#bc4c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12919,14 +12919,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12935,17 +12935,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#bc4c00", + "fgColor-attention": { + "value": "#9a6700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12954,14 +12954,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12970,17 +12970,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { - "value": "#be4e02", + "fgColor-severe": { + "value": "#bc4c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12989,15 +12989,11 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, - "mix": { - "color": "#e16f24", - "weight": 0.05 - }, - "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.orange.5}", @@ -13009,21 +13005,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } - }, - "mix": { - "color": "{base.color.orange.4}", - "weight": 0.05 } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#bc4c00", + "fgColor-danger": { + "value": "#be4e02", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13032,10 +13024,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, + "mix": { + "color": "#e16f24", + "weight": 0.05 + }, "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { @@ -13048,14 +13044,18 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } + }, + "mix": { + "color": "{base.color.orange.4}", + "weight": 0.05 } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#6e7781", @@ -13090,7 +13090,7 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { "value": "#8250df", @@ -13125,7 +13125,7 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { "value": "#8250df", @@ -13144,7 +13144,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13160,7 +13160,7 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { "value": "#bf3989", @@ -13195,7 +13195,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#ffffff", @@ -13656,7 +13656,7 @@ "path": ["bgColor", "success", "muted"] }, "bgColor-success-emphasis": { - "value": "#0f72e3", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13669,14 +13669,11 @@ } } }, - "mix": { - "color": "#0969da", - "weight": 0.75 - }, + "mix": null, "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.blue.4}", + "value": "{base.color.blue.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13689,17 +13686,14 @@ } } }, - "mix": { - "color": "{base.color.blue.5}", - "weight": 0.75 - } + "mix": null }, "name": "bgColor-success-emphasis", "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#fff8c5", + "bgColor-open-muted": { + "value": "#fb8f4466", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13708,14 +13702,15 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, + "alpha": 0.4, "original": { - "value": "{base.color.yellow.0}", + "value": "{base.color.orange.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13724,17 +13719,18 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } - } + }, + "alpha": 0.4 }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#9a6700", + "bgColor-open-emphasis": { + "value": "#e16f24", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13743,14 +13739,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13759,17 +13755,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#fff1e5", + "bgColor-attention-muted": { + "value": "#fff8c5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13778,14 +13774,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.0}", + "value": "{base.color.yellow.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13794,17 +13790,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } } }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#bc4c00", + "bgColor-attention-emphasis": { + "value": "#9a6700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13813,14 +13809,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13829,16 +13825,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { + "bgColor-severe-muted": { "value": "#fff1e5", "$type": "color", "$extensions": { @@ -13848,11 +13844,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.orange.0}", @@ -13864,16 +13860,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } } }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { + "bgColor-severe-emphasis": { "value": "#bc4c00", "$type": "color", "$extensions": { @@ -13883,11 +13879,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.orange.5}", @@ -13899,17 +13895,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { - "value": "#fb8f4466", + "bgColor-danger-muted": { + "value": "#fff1e5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13918,15 +13914,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, - "alpha": 0.4, "original": { - "value": "{base.color.orange.3}", + "value": "{base.color.orange.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13935,18 +13930,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } - }, - "alpha": 0.4 + } }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { - "value": "#e16f24", + "bgColor-danger-emphasis": { + "value": "#bc4c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13955,14 +13949,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13971,14 +13965,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { "value": "#afb8c166", @@ -14139,7 +14133,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.0}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14174,7 +14168,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14622,7 +14616,7 @@ "path": ["borderColor", "success", "muted"] }, "borderColor-success-emphasis": { - "value": "#218bff", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14638,7 +14632,7 @@ "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.blue.4}", + "value": "{base.color.blue.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14656,8 +14650,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#d4a72c66", + "borderColor-open-muted": { + "value": "#fb8f4466", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14666,15 +14660,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{base.color.orange.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14683,18 +14677,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#bf8700", + "borderColor-open-emphasis": { + "value": "#e16f24", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14703,14 +14697,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{base.color.orange.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14719,17 +14713,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#fb8f4466", + "borderColor-attention-muted": { + "value": "#d4a72c66", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14738,7 +14732,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, @@ -14746,7 +14740,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.3}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14755,18 +14749,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#bc4c00", + "borderColor-attention-emphasis": { + "value": "#bf8700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14775,14 +14769,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14791,16 +14785,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { + "borderColor-severe-muted": { "value": "#fb8f4466", "$type": "color", "$extensions": { @@ -14810,12 +14804,12 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.orange.3}", @@ -14827,17 +14821,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { + "borderColor-severe-emphasis": { "value": "#bc4c00", "$type": "color", "$extensions": { @@ -14847,11 +14841,11 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.orange.5}", @@ -14863,16 +14857,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { + "borderColor-danger-muted": { "value": "#fb8f4466", "$type": "color", "$extensions": { @@ -14882,13 +14876,13 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, + "alpha": 0.4, "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, - "alpha": 0.4, "original": { "value": "{base.color.orange.3}", "$type": "color", @@ -14899,18 +14893,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, "alpha": 0.4 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { - "value": "#e16f24", + "borderColor-danger-emphasis": { + "value": "#bc4c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14919,14 +14913,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5", "isSource": true, "original": { - "value": "{base.color.orange.4}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14935,14 +14929,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#afb8c166", @@ -15106,7 +15100,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.3}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15142,7 +15136,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/styleLint/functional/themes/light-high-contrast.json b/dist/styleLint/functional/themes/light-high-contrast.json index 130d899a3..8b5f3bac3 100644 --- a/dist/styleLint/functional/themes/light-high-contrast.json +++ b/dist/styleLint/functional/themes/light-high-contrast.json @@ -1785,7 +1785,7 @@ "path": ["display", "blue", "bgColor", "muted"] }, "display-blue-bgColor-emphasis": { - "value": "#006edb", + "value": "#004db3", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1795,10 +1795,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.blue.5}", + "value": "{base.display.color.blue.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1814,7 +1814,7 @@ "path": ["display", "blue", "bgColor", "emphasis"] }, "display-blue-fgColor": { - "value": "#005fcc", + "value": "#003d99", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1824,10 +1824,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.blue.6}", + "value": "{base.display.color.blue.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1872,7 +1872,7 @@ "path": ["display", "blue", "borderColor", "muted"] }, "display-blue-borderColor-emphasis": { - "value": "#006edb", + "value": "#005fcc", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1882,10 +1882,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.blue.5}", + "value": "{base.display.color.blue.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1930,7 +1930,7 @@ "path": ["display", "green", "bgColor", "muted"] }, "display-green-bgColor-emphasis": { - "value": "#2c8141", + "value": "#285c3b", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1940,10 +1940,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.green.5}", + "value": "{base.display.color.green.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1959,7 +1959,7 @@ "path": ["display", "green", "bgColor", "emphasis"] }, "display-green-fgColor": { - "value": "#2b6e3f", + "value": "#254b34", "$type": "color", "$extensions": { "org.primer.figma": { @@ -1969,10 +1969,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.green.6}", + "value": "{base.display.color.green.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2017,7 +2017,7 @@ "path": ["display", "green", "borderColor", "muted"] }, "display-green-borderColor-emphasis": { - "value": "#2c8141", + "value": "#2b6e3f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2027,10 +2027,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.green.5}", + "value": "{base.display.color.green.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2075,7 +2075,7 @@ "path": ["display", "orange", "bgColor", "muted"] }, "display-orange-bgColor-emphasis": { - "value": "#b8500f", + "value": "#8d3c11", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2085,10 +2085,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.orange.5}", + "value": "{base.display.color.orange.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2104,7 +2104,7 @@ "path": ["display", "orange", "bgColor", "emphasis"] }, "display-orange-fgColor": { - "value": "#a24610", + "value": "#70300f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2114,10 +2114,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.orange.6}", + "value": "{base.display.color.orange.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2162,7 +2162,7 @@ "path": ["display", "orange", "borderColor", "muted"] }, "display-orange-borderColor-emphasis": { - "value": "#b8500f", + "value": "#a24610", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2172,10 +2172,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.orange.5}", + "value": "{base.display.color.orange.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2220,7 +2220,7 @@ "path": ["display", "purple", "bgColor", "muted"] }, "display-purple-bgColor-emphasis": { - "value": "#894ceb", + "value": "#6223d7", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2230,10 +2230,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.purple.5}", + "value": "{base.display.color.purple.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2249,7 +2249,7 @@ "path": ["display", "purple", "bgColor", "emphasis"] }, "display-purple-fgColor": { - "value": "#783ae4", + "value": "#4f21ab", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2259,10 +2259,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.purple.6}", + "value": "{base.display.color.purple.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2307,7 +2307,7 @@ "path": ["display", "purple", "borderColor", "muted"] }, "display-purple-borderColor-emphasis": { - "value": "#894ceb", + "value": "#783ae4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2317,10 +2317,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.purple.5}", + "value": "{base.display.color.purple.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2365,7 +2365,7 @@ "path": ["display", "plum", "bgColor", "muted"] }, "display-plum-bgColor-emphasis": { - "value": "#a830e8", + "value": "#7d1eb8", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2375,10 +2375,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.plum.5}", + "value": "{base.display.color.plum.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2394,7 +2394,7 @@ "path": ["display", "plum", "bgColor", "emphasis"] }, "display-plum-fgColor": { - "value": "#961edc", + "value": "#651d96", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2404,10 +2404,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.plum.6}", + "value": "{base.display.color.plum.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2452,7 +2452,7 @@ "path": ["display", "plum", "borderColor", "muted"] }, "display-plum-borderColor-emphasis": { - "value": "#a830e8", + "value": "#961edc", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2462,10 +2462,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.plum.5}", + "value": "{base.display.color.plum.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2510,7 +2510,7 @@ "path": ["display", "red", "bgColor", "muted"] }, "display-red-bgColor-emphasis": { - "value": "#df0c24", + "value": "#a60c29", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2520,10 +2520,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.5}", + "value": "{base.display.color.red.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2539,7 +2539,7 @@ "path": ["display", "red", "bgColor", "emphasis"] }, "display-red-fgColor": { - "value": "#c50d28", + "value": "#880c27", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2549,10 +2549,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.6}", + "value": "{base.display.color.red.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2597,7 +2597,7 @@ "path": ["display", "red", "borderColor", "muted"] }, "display-red-borderColor-emphasis": { - "value": "#df0c24", + "value": "#c50d28", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2607,10 +2607,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.red.5}", + "value": "{base.display.color.red.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2655,7 +2655,7 @@ "path": ["display", "coral", "bgColor", "muted"] }, "display-coral-bgColor-emphasis": { - "value": "#d43511", + "value": "#9b2712", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2665,10 +2665,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.coral.5}", + "value": "{base.display.color.coral.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2684,7 +2684,7 @@ "path": ["display", "coral", "bgColor", "emphasis"] }, "display-coral-fgColor": { - "value": "#ba2e12", + "value": "#7e2011", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2694,10 +2694,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.coral.6}", + "value": "{base.display.color.coral.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2742,7 +2742,7 @@ "path": ["display", "coral", "borderColor", "muted"] }, "display-coral-borderColor-emphasis": { - "value": "#d43511", + "value": "#ba2e12", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2752,10 +2752,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.coral.5}", + "value": "{base.display.color.coral.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2800,7 +2800,7 @@ "path": ["display", "yellow", "bgColor", "muted"] }, "display-yellow-bgColor-emphasis": { - "value": "#946a00", + "value": "#704d00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2810,10 +2810,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.yellow.5}", + "value": "{base.display.color.yellow.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2829,7 +2829,7 @@ "path": ["display", "yellow", "bgColor", "emphasis"] }, "display-yellow-fgColor": { - "value": "#805900", + "value": "#5c3d00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2839,10 +2839,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.yellow.6}", + "value": "{base.display.color.yellow.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2887,7 +2887,7 @@ "path": ["display", "yellow", "borderColor", "muted"] }, "display-yellow-borderColor-emphasis": { - "value": "#946a00", + "value": "#805900", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2897,10 +2897,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.yellow.5}", + "value": "{base.display.color.yellow.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2945,7 +2945,7 @@ "path": ["display", "gray", "bgColor", "muted"] }, "display-gray-bgColor-emphasis": { - "value": "#647182", + "value": "#4e535a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2955,10 +2955,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.gray.5}", + "value": "{base.display.color.gray.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2974,7 +2974,7 @@ "path": ["display", "gray", "bgColor", "emphasis"] }, "display-gray-fgColor": { - "value": "#5c6570", + "value": "#424448", "$type": "color", "$extensions": { "org.primer.figma": { @@ -2984,10 +2984,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.gray.6}", + "value": "{base.display.color.gray.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3032,7 +3032,7 @@ "path": ["display", "gray", "borderColor", "muted"] }, "display-gray-borderColor-emphasis": { - "value": "#647182", + "value": "#5c6570", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3042,10 +3042,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.gray.5}", + "value": "{base.display.color.gray.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3090,7 +3090,7 @@ "path": ["display", "auburn", "bgColor", "muted"] }, "display-auburn-bgColor-emphasis": { - "value": "#9d615c", + "value": "#744744", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3100,10 +3100,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.auburn.5}", + "value": "{base.display.color.auburn.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3119,7 +3119,7 @@ "path": ["display", "auburn", "bgColor", "emphasis"] }, "display-auburn-fgColor": { - "value": "#8a5551", + "value": "#5d3937", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3129,10 +3129,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.auburn.6}", + "value": "{base.display.color.auburn.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3177,7 +3177,7 @@ "path": ["display", "auburn", "borderColor", "muted"] }, "display-auburn-borderColor-emphasis": { - "value": "#9d615c", + "value": "#8a5551", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3187,10 +3187,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.auburn.5}", + "value": "{base.display.color.auburn.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3235,7 +3235,7 @@ "path": ["display", "brown", "bgColor", "muted"] }, "display-brown-bgColor-emphasis": { - "value": "#856d4c", + "value": "#64513a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3245,10 +3245,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.brown.5}", + "value": "{base.display.color.brown.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3264,7 +3264,7 @@ "path": ["display", "brown", "bgColor", "emphasis"] }, "display-brown-fgColor": { - "value": "#755f43", + "value": "#51412f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3274,10 +3274,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.brown.6}", + "value": "{base.display.color.brown.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3322,7 +3322,7 @@ "path": ["display", "brown", "borderColor", "muted"] }, "display-brown-borderColor-emphasis": { - "value": "#856d4c", + "value": "#755f43", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3332,10 +3332,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.brown.5}", + "value": "{base.display.color.brown.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3380,7 +3380,7 @@ "path": ["display", "lemon", "bgColor", "muted"] }, "display-lemon-bgColor-emphasis": { - "value": "#866e04", + "value": "#654f01", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3390,10 +3390,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lemon.5}", + "value": "{base.display.color.lemon.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3409,7 +3409,7 @@ "path": ["display", "lemon", "bgColor", "emphasis"] }, "display-lemon-fgColor": { - "value": "#786002", + "value": "#523f00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3419,10 +3419,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lemon.6}", + "value": "{base.display.color.lemon.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3467,7 +3467,7 @@ "path": ["display", "lemon", "borderColor", "muted"] }, "display-lemon-borderColor-emphasis": { - "value": "#866e04", + "value": "#786002", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3477,10 +3477,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lemon.5}", + "value": "{base.display.color.lemon.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3525,7 +3525,7 @@ "path": ["display", "olive", "bgColor", "muted"] }, "display-olive-bgColor-emphasis": { - "value": "#64762d", + "value": "#495a2b", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3535,10 +3535,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.olive.5}", + "value": "{base.display.color.olive.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3554,7 +3554,7 @@ "path": ["display", "olive", "bgColor", "emphasis"] }, "display-olive-fgColor": { - "value": "#56682c", + "value": "#3b4927", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3564,10 +3564,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.olive.6}", + "value": "{base.display.color.olive.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3612,7 +3612,7 @@ "path": ["display", "olive", "borderColor", "muted"] }, "display-olive-borderColor-emphasis": { - "value": "#64762d", + "value": "#56682c", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3622,10 +3622,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.olive.5}", + "value": "{base.display.color.olive.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3670,7 +3670,7 @@ "path": ["display", "lime", "bgColor", "muted"] }, "display-lime-bgColor-emphasis": { - "value": "#527a29", + "value": "#3a5b25", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3680,10 +3680,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lime.5}", + "value": "{base.display.color.lime.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3699,7 +3699,7 @@ "path": ["display", "lime", "bgColor", "emphasis"] }, "display-lime-fgColor": { - "value": "#476c28", + "value": "#2f4a21", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3709,10 +3709,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lime.6}", + "value": "{base.display.color.lime.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3757,7 +3757,7 @@ "path": ["display", "lime", "borderColor", "muted"] }, "display-lime-borderColor-emphasis": { - "value": "#527a29", + "value": "#476c28", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3767,10 +3767,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.lime.5}", + "value": "{base.display.color.lime.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3815,7 +3815,7 @@ "path": ["display", "pine", "bgColor", "muted"] }, "display-pine-bgColor-emphasis": { - "value": "#167e53", + "value": "#135d41", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3825,10 +3825,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pine.5}", + "value": "{base.display.color.pine.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3844,7 +3844,7 @@ "path": ["display", "pine", "bgColor", "emphasis"] }, "display-pine-fgColor": { - "value": "#156f4b", + "value": "#114b36", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3854,10 +3854,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pine.6}", + "value": "{base.display.color.pine.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3902,7 +3902,7 @@ "path": ["display", "pine", "borderColor", "muted"] }, "display-pine-borderColor-emphasis": { - "value": "#167e53", + "value": "#156f4b", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3912,10 +3912,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pine.5}", + "value": "{base.display.color.pine.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3960,7 +3960,7 @@ "path": ["display", "teal", "bgColor", "muted"] }, "display-teal-bgColor-emphasis": { - "value": "#127e81", + "value": "#0d5b63", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3970,10 +3970,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.teal.5}", + "value": "{base.display.color.teal.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3989,7 +3989,7 @@ "path": ["display", "teal", "bgColor", "emphasis"] }, "display-teal-fgColor": { - "value": "#106e75", + "value": "#0a4852", "$type": "color", "$extensions": { "org.primer.figma": { @@ -3999,10 +3999,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.teal.6}", + "value": "{base.display.color.teal.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4047,7 +4047,7 @@ "path": ["display", "teal", "borderColor", "muted"] }, "display-teal-borderColor-emphasis": { - "value": "#127e81", + "value": "#106e75", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4057,10 +4057,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.teal.5}", + "value": "{base.display.color.teal.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4105,7 +4105,7 @@ "path": ["display", "cyan", "bgColor", "muted"] }, "display-cyan-bgColor-emphasis": { - "value": "#007b94", + "value": "#00596b", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4115,10 +4115,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.cyan.5}", + "value": "{base.display.color.cyan.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4134,7 +4134,7 @@ "path": ["display", "cyan", "bgColor", "emphasis"] }, "display-cyan-fgColor": { - "value": "#006a80", + "value": "#004857", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4144,10 +4144,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.cyan.6}", + "value": "{base.display.color.cyan.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4192,7 +4192,7 @@ "path": ["display", "cyan", "borderColor", "muted"] }, "display-cyan-borderColor-emphasis": { - "value": "#007b94", + "value": "#006a80", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4202,10 +4202,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.cyan.5}", + "value": "{base.display.color.cyan.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4250,7 +4250,7 @@ "path": ["display", "indigo", "bgColor", "muted"] }, "display-indigo-bgColor-emphasis": { - "value": "#5a61e7", + "value": "#393cd5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4260,10 +4260,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.indigo.5}", + "value": "{base.display.color.indigo.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4279,7 +4279,7 @@ "path": ["display", "indigo", "bgColor", "emphasis"] }, "display-indigo-fgColor": { - "value": "#494edf", + "value": "#2d2db4", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4289,10 +4289,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.indigo.6}", + "value": "{base.display.color.indigo.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4337,7 +4337,7 @@ "path": ["display", "indigo", "borderColor", "muted"] }, "display-indigo-borderColor-emphasis": { - "value": "#5a61e7", + "value": "#494edf", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4347,10 +4347,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.indigo.5}", + "value": "{base.display.color.indigo.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4395,7 +4395,7 @@ "path": ["display", "pink", "bgColor", "muted"] }, "display-pink-bgColor-emphasis": { - "value": "#ce2c85", + "value": "#8e2e66", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4405,10 +4405,10 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pink.5}", + "value": "{base.display.color.pink.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4424,7 +4424,7 @@ "path": ["display", "pink", "bgColor", "emphasis"] }, "display-pink-fgColor": { - "value": "#b12f79", + "value": "#6e2b53", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4434,10 +4434,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pink.6}", + "value": "{base.display.color.pink.8}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4482,7 +4482,7 @@ "path": ["display", "pink", "borderColor", "muted"] }, "display-pink-borderColor-emphasis": { - "value": "#ce2c85", + "value": "#b12f79", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4492,10 +4492,10 @@ "scopes": ["borderColor"] } }, - "filePath": "src/tokens/functional/color/light/display-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.display.color.pink.5}", + "value": "{base.display.color.pink.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -4855,10 +4855,10 @@ "path": ["control", "fgColor", "rest"] }, "control-fgColor-placeholder": { - "value": "#616a75", + "value": "#464e58", "$type": "color", "mix": { - "color": "#4b535d", + "color": "#343b43", "weight": 0.2 }, "$extensions": { @@ -4869,13 +4869,13 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/patterns-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.neutral.5}", + "value": "{base.color.neutral.6}", "$type": "color", "mix": { - "color": "{base.color.neutral.6}", + "color": "{base.color.neutral.7}", "weight": 0.2 }, "$extensions": { @@ -5410,7 +5410,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7014,7 +7014,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7395,7 +7395,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7483,7 +7483,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7734,7 +7734,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7822,7 +7822,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7852,7 +7852,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8234,7 +8234,7 @@ "path": ["button", "star", "iconColor"] }, "buttonCounter-default-bgColor-rest": { - "value": "#66707b33", + "value": "#4b535d33", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8265,7 +8265,7 @@ "path": ["buttonCounter", "default", "bgColor", "rest"] }, "buttonCounter-invisible-bgColor-rest": { - "value": "#66707b33", + "value": "#4b535d33", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8492,7 +8492,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8682,7 +8682,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8778,7 +8778,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12808,7 +12808,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12824,10 +12824,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#66707b", + "value": "#343b43", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12837,10 +12837,10 @@ "scopes": ["fgColor"] } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.neutral.5}", + "value": "{base.color.neutral.7}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12853,7 +12853,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#023b95", @@ -12888,10 +12888,10 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { - "value": "#08856c", + "value": "#024c1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12904,10 +12904,10 @@ } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{prov.color.green.5}", + "value": "{base.color.green.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12923,10 +12923,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#744500", + "fgColor-open": { + "value": "#024c1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12935,14 +12935,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{fgColor.success}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12951,17 +12951,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#873800", + "fgColor-attention": { + "value": "#603700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12970,14 +12970,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12986,17 +12986,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { - "value": "#8a071e", + "fgColor-severe": { + "value": "#702c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13005,18 +13005,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, - "mix": { - "color": "#d5232c", - "weight": 0.05 - }, "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.red.6}", + "value": "{base.color.orange.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13025,21 +13021,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } - }, - "mix": { - "color": "{base.color.red.4}", - "weight": 0.05 } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#08856c", + "fgColor-danger": { + "value": "#8a071e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13048,14 +13040,18 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "mix": { + "color": "#d5232c", + "weight": 0.05 + }, + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{fgColor.success.@}", + "value": "{base.color.red.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13064,14 +13060,18 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } + }, + "mix": { + "color": "{base.color.red.4}", + "weight": 0.05 } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#8a071e", @@ -13090,7 +13090,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13106,10 +13106,10 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { - "value": "#622cbc", + "value": "#512598", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13122,10 +13122,10 @@ } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{base.color.purple.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13141,10 +13141,10 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { - "value": "#622cbc", + "value": "#512598", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13160,7 +13160,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13176,10 +13176,10 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { - "value": "#971368", + "value": "#7d0c57", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13192,10 +13192,10 @@ } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.pink.5}", + "value": "{base.color.pink.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13211,7 +13211,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#ffffff", @@ -13538,7 +13538,7 @@ "path": ["bgColor", "neutral", "muted"] }, "bgColor-neutral-emphasis": { - "value": "#66707b", + "value": "#4b535d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13548,10 +13548,11 @@ "scopes": ["bgColor"] } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, + "alpha": 1, "original": { - "value": "{base.color.neutral.5}", + "value": "{base.color.neutral.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13560,7 +13561,8 @@ "group": "semantic", "scopes": ["bgColor"] } - } + }, + "alpha": 1 }, "name": "bgColor-neutral-emphasis", "attributes": {}, @@ -13637,7 +13639,7 @@ "path": ["bgColor", "accent", "emphasis"] }, "bgColor-success-muted": { - "value": "#f3f8f6", + "value": "#d2fedb", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13653,7 +13655,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{prov.color.green.0}", + "value": "{base.color.green.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13708,8 +13710,8 @@ "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#fcf7be", + "bgColor-open-muted": { + "value": "#d2fedb", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13718,14 +13720,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.0}", + "value": "{bgColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13734,17 +13736,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } } }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#744500", + "bgColor-open-emphasis": { + "value": "#055d20", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13753,14 +13755,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{bgColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13769,17 +13771,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#fff2d5", + "bgColor-attention-muted": { + "value": "#fcf7be", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13788,14 +13790,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.0}", + "value": "{base.color.yellow.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13804,17 +13806,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } } }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#873800", + "bgColor-attention-emphasis": { + "value": "#744500", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13823,14 +13825,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13839,17 +13841,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { - "value": "#fff0ee", + "bgColor-severe-muted": { + "value": "#fff2d5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13858,14 +13860,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.0}", + "value": "{base.color.orange.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13874,17 +13876,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } } }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { - "value": "#a0111f", + "bgColor-severe-emphasis": { + "value": "#873800", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13893,14 +13895,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13909,17 +13911,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { - "value": "#f3f8f6", + "bgColor-danger-muted": { + "value": "#fff0ee", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13928,14 +13930,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{bgColor.success.muted}", + "value": "{base.color.red.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13944,17 +13946,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } } }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { - "value": "#055d20", + "bgColor-danger-emphasis": { + "value": "#a0111f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13963,14 +13965,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{bgColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13979,14 +13981,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { "value": "#fff0ee", @@ -14005,7 +14007,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.0}", + "value": "{bgColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14040,7 +14042,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{bgColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14145,7 +14147,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.0}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14180,7 +14182,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14662,8 +14664,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#b58407", + "borderColor-open-muted": { + "value": "#26a148", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14672,7 +14674,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, @@ -14680,7 +14682,7 @@ "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{borderColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14689,18 +14691,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 1 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#744500", + "borderColor-open-emphasis": { + "value": "#055d20", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14709,14 +14711,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{borderColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14725,17 +14727,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#dc6d1a", + "borderColor-attention-muted": { + "value": "#b58407", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14744,7 +14746,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, @@ -14752,7 +14754,7 @@ "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.orange.3}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14761,18 +14763,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 1 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#873800", + "borderColor-attention-emphasis": { + "value": "#744500", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14781,14 +14783,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14797,17 +14799,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { - "value": "#ee5a5d", + "borderColor-severe-muted": { + "value": "#dc6d1a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14816,7 +14818,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, @@ -14824,7 +14826,7 @@ "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{base.color.red.3}", + "value": "{base.color.orange.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14833,18 +14835,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 1 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { - "value": "#a0111f", + "borderColor-severe-emphasis": { + "value": "#873800", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14853,14 +14855,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14869,17 +14871,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { - "value": "#26a148", + "borderColor-danger-muted": { + "value": "#ee5a5d", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14888,14 +14890,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "alpha": 1, + "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5", "isSource": true, "original": { - "value": "{borderColor.success.muted}", + "value": "{base.color.red.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14904,17 +14907,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } - } + }, + "alpha": 1 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { - "value": "#055d20", + "borderColor-danger-emphasis": { + "value": "#a0111f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14923,14 +14927,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{borderColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14939,14 +14943,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#ee5a5d66", @@ -15110,7 +15114,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.3}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15146,7 +15150,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/styleLint/functional/themes/light-tritanopia.json b/dist/styleLint/functional/themes/light-tritanopia.json index 8657849f9..f3c2dfc13 100644 --- a/dist/styleLint/functional/themes/light-tritanopia.json +++ b/dist/styleLint/functional/themes/light-tritanopia.json @@ -5041,7 +5041,7 @@ "path": ["control", "borderColor", "selected"] }, "control-borderColor-success": { - "value": "#218bff", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5408,7 +5408,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5437,7 +5437,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6688,7 +6688,7 @@ "path": ["button", "primary", "iconColor", "rest"] }, "button-primary-bgColor-rest": { - "value": "#0f72e3", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6717,7 +6717,7 @@ "path": ["button", "primary", "bgColor", "rest"] }, "button-primary-bgColor-hover": { - "value": "#0d6bd8", + "value": "#0864d1", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6754,7 +6754,7 @@ "path": ["button", "primary", "bgColor", "hover"] }, "button-primary-bgColor-active": { - "value": "#0b64ce", + "value": "#075fc8", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6996,7 +6996,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7025,7 +7025,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7373,7 +7373,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7461,7 +7461,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7712,7 +7712,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7800,7 +7800,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7830,7 +7830,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8466,7 +8466,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8656,7 +8656,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8752,7 +8752,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12788,7 +12788,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12804,10 +12804,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#6e7781", + "value": "#57606a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12820,7 +12820,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.neutral.5}", + "value": "{base.color.neutral.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12833,7 +12833,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#0969da", @@ -12868,7 +12868,7 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { "value": "#0969da", @@ -12903,10 +12903,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#9a6700", + "fgColor-open": { + "value": "#cf222e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12915,14 +12915,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12931,17 +12931,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#cf222e", + "fgColor-attention": { + "value": "#9a6700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12950,14 +12950,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12966,17 +12966,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { - "value": "#d1242f", + "fgColor-severe": { + "value": "#cf222e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12985,15 +12985,11 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, - "mix": { - "color": "#fa4549", - "weight": 0.05 - }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -13005,21 +13001,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } - }, - "mix": { - "color": "{base.color.red.4}", - "weight": 0.05 } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#cf222e", + "fgColor-danger": { + "value": "#d1242f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13028,11 +13020,15 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "mix": { + "color": "#fa4549", + "weight": 0.05 + }, + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -13044,14 +13040,18 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } + }, + "mix": { + "color": "{base.color.red.4}", + "weight": 0.05 } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#6e7781", @@ -13086,7 +13086,7 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { "value": "#8250df", @@ -13121,7 +13121,7 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { "value": "#8250df", @@ -13140,7 +13140,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13156,7 +13156,7 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { "value": "#bf3989", @@ -13191,7 +13191,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#ffffff", @@ -13652,7 +13652,7 @@ "path": ["bgColor", "success", "muted"] }, "bgColor-success-emphasis": { - "value": "#0f72e3", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13665,14 +13665,11 @@ } } }, - "mix": { - "color": "#0969da", - "weight": 0.75 - }, + "mix": null, "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.blue.4}", + "value": "{base.color.blue.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13685,17 +13682,14 @@ } } }, - "mix": { - "color": "{base.color.blue.5}", - "weight": 0.75 - } + "mix": null }, "name": "bgColor-success-emphasis", "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#fff8c5", + "bgColor-open-muted": { + "value": "#ffebe9", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13704,14 +13698,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.0}", + "value": "{base.color.red.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13720,17 +13714,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } } }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#9a6700", + "bgColor-open-emphasis": { + "value": "#cf222e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13739,14 +13733,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13755,17 +13749,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#ffebe9", + "bgColor-attention-muted": { + "value": "#fff8c5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13774,14 +13768,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.0}", + "value": "{base.color.yellow.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13790,17 +13784,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } } }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#cf222e", + "bgColor-attention-emphasis": { + "value": "#9a6700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13809,14 +13803,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13825,16 +13819,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { + "bgColor-severe-muted": { "value": "#ffebe9", "$type": "color", "$extensions": { @@ -13844,11 +13838,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.0}", @@ -13860,16 +13854,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } } }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { + "bgColor-severe-emphasis": { "value": "#cf222e", "$type": "color", "$extensions": { @@ -13879,11 +13873,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -13895,16 +13889,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { + "bgColor-danger-muted": { "value": "#ffebe9", "$type": "color", "$extensions": { @@ -13914,11 +13908,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.red.0}", @@ -13930,16 +13924,16 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } } }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { + "bgColor-danger-emphasis": { "value": "#cf222e", "$type": "color", "$extensions": { @@ -13949,11 +13943,11 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -13965,14 +13959,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { "value": "#f6f8fa", @@ -14131,7 +14125,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.0}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14166,7 +14160,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14614,7 +14608,7 @@ "path": ["borderColor", "success", "muted"] }, "borderColor-success-emphasis": { - "value": "#218bff", + "value": "#0969da", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14630,7 +14624,7 @@ "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.blue.4}", + "value": "{base.color.blue.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14648,8 +14642,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#d4a72c66", + "borderColor-open-muted": { + "value": "#ff818266", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14658,15 +14652,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{base.color.red.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14675,18 +14669,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#bf8700", + "borderColor-open-emphasis": { + "value": "#cf222e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14695,14 +14689,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14711,17 +14705,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#ff818266", + "borderColor-attention-muted": { + "value": "#d4a72c66", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14730,15 +14724,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.3}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14747,18 +14741,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#cf222e", + "borderColor-attention-emphasis": { + "value": "#bf8700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14767,14 +14761,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14783,16 +14777,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { + "borderColor-severe-muted": { "value": "#ff818266", "$type": "color", "$extensions": { @@ -14802,12 +14796,12 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.3}", @@ -14819,17 +14813,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { + "borderColor-severe-emphasis": { "value": "#cf222e", "$type": "color", "$extensions": { @@ -14839,11 +14833,11 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -14855,16 +14849,16 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { + "borderColor-danger-muted": { "value": "#ff818266", "$type": "color", "$extensions": { @@ -14874,13 +14868,13 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", - "isSource": true, "alpha": 0.4, + "filePath": "src/tokens/functional/color/light/primitives-light.json5", + "isSource": true, "original": { "value": "{base.color.red.3}", "$type": "color", @@ -14891,17 +14885,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, "alpha": 0.4 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { + "borderColor-danger-emphasis": { "value": "#cf222e", "$type": "color", "$extensions": { @@ -14911,11 +14905,11 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, - "filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5", + "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { "value": "{base.color.red.5}", @@ -14927,14 +14921,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#afb8c166", @@ -15098,7 +15092,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.3}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15134,7 +15128,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { diff --git a/dist/styleLint/functional/themes/light.json b/dist/styleLint/functional/themes/light.json index 17d93368e..7311c0e13 100644 --- a/dist/styleLint/functional/themes/light.json +++ b/dist/styleLint/functional/themes/light.json @@ -5408,7 +5408,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -5437,7 +5437,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -6996,7 +6996,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7025,7 +7025,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7373,7 +7373,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7461,7 +7461,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7712,7 +7712,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7800,7 +7800,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -7830,7 +7830,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8466,7 +8466,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8656,7 +8656,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -8752,7 +8752,7 @@ "filePath": "src/tokens/functional/color/light/patterns-light.json5", "isSource": true, "original": { - "value": "{fgColor.link.@}", + "value": "{fgColor.link}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12788,7 +12788,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{fgColor.accent.@}", + "value": "{fgColor.accent}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12804,10 +12804,10 @@ }, "name": "fgColor-link", "attributes": {}, - "path": ["fgColor", "link", "@"] + "path": ["fgColor", "link"] }, "fgColor-neutral": { - "value": "#6e7781", + "value": "#57606a", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12820,7 +12820,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.neutral.5}", + "value": "{base.color.neutral.6}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12833,7 +12833,7 @@ }, "name": "fgColor-neutral", "attributes": {}, - "path": ["fgColor", "neutral", "@"] + "path": ["fgColor", "neutral"] }, "fgColor-accent": { "value": "#0969da", @@ -12868,10 +12868,10 @@ }, "name": "fgColor-accent", "attributes": {}, - "path": ["fgColor", "accent", "@"] + "path": ["fgColor", "accent"] }, "fgColor-success": { - "value": "#08856c", + "value": "#1a7f37", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12887,7 +12887,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{prov.color.green.5}", + "value": "{base.color.green.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12903,10 +12903,10 @@ }, "name": "fgColor-success", "attributes": {}, - "path": ["fgColor", "success", "@"] + "path": ["fgColor", "success"] }, - "fgColor-attention": { - "value": "#9a6700", + "fgColor-open": { + "value": "#1a7f37", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12915,14 +12915,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{fgColor.success}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12931,17 +12931,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" + "web": "var(--fgColor-open) /* utility class: .color-fg-open */" } } } }, - "name": "fgColor-attention", + "name": "fgColor-open", "attributes": {}, - "path": ["fgColor", "attention", "@"] + "path": ["fgColor", "open"] }, - "fgColor-severe": { - "value": "#bc4c00", + "fgColor-attention": { + "value": "#9a6700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12950,14 +12950,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12966,17 +12966,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" + "web": "var(--fgColor-attention) /* utility class: .color-fg-attention */" } } } }, - "name": "fgColor-severe", + "name": "fgColor-attention", "attributes": {}, - "path": ["fgColor", "severe", "@"] + "path": ["fgColor", "attention"] }, - "fgColor-danger": { - "value": "#d1242f", + "fgColor-severe": { + "value": "#bc4c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -12985,18 +12985,14 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } }, - "mix": { - "color": "#fa4549", - "weight": 0.05 - }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13005,21 +13001,17 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" + "web": "var(--fgColor-severe) /* utility class: .color-fg-severe */" } } - }, - "mix": { - "color": "{base.color.red.4}", - "weight": 0.05 } }, - "name": "fgColor-danger", + "name": "fgColor-severe", "attributes": {}, - "path": ["fgColor", "danger", "@"] + "path": ["fgColor", "severe"] }, - "fgColor-open": { - "value": "#08856c", + "fgColor-danger": { + "value": "#d1242f", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13028,14 +13020,18 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } }, + "mix": { + "color": "#fa4549", + "weight": 0.05 + }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{fgColor.success.@}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13044,14 +13040,18 @@ "group": "semantic", "scopes": ["fgColor"], "codeSyntax": { - "web": "var(--fgColor-open) /* utility class: .color-fg-open */" + "web": "var(--fgColor-danger) /* utility class: .color-fg-danger */" } } + }, + "mix": { + "color": "{base.color.red.4}", + "weight": 0.05 } }, - "name": "fgColor-open", + "name": "fgColor-danger", "attributes": {}, - "path": ["fgColor", "open", "@"] + "path": ["fgColor", "danger"] }, "fgColor-closed": { "value": "#d1242f", @@ -13070,7 +13070,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{fgColor.danger.@}", + "value": "{fgColor.danger}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13086,7 +13086,7 @@ }, "name": "fgColor-closed", "attributes": {}, - "path": ["fgColor", "closed", "@"] + "path": ["fgColor", "closed"] }, "fgColor-done": { "value": "#8250df", @@ -13121,7 +13121,7 @@ }, "name": "fgColor-done", "attributes": {}, - "path": ["fgColor", "done", "@"] + "path": ["fgColor", "done"] }, "fgColor-upsell": { "value": "#8250df", @@ -13140,7 +13140,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{fgColor.done}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13156,7 +13156,7 @@ }, "name": "fgColor-upsell", "attributes": {}, - "path": ["fgColor", "upsell", "@"] + "path": ["fgColor", "upsell"] }, "fgColor-sponsors": { "value": "#bf3989", @@ -13191,7 +13191,7 @@ }, "name": "fgColor-sponsors", "attributes": {}, - "path": ["fgColor", "sponsors", "@"] + "path": ["fgColor", "sponsors"] }, "bgColor-default": { "value": "#ffffff", @@ -13617,7 +13617,7 @@ "path": ["bgColor", "accent", "emphasis"] }, "bgColor-success-muted": { - "value": "#f3f8f6", + "value": "#dafbe1", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13633,7 +13633,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{prov.color.green.0}", + "value": "{base.color.green.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13694,8 +13694,8 @@ "attributes": {}, "path": ["bgColor", "success", "emphasis"] }, - "bgColor-attention-muted": { - "value": "#fff8c5", + "bgColor-open-muted": { + "value": "#dafbe1", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13704,14 +13704,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.0}", + "value": "{bgColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13720,17 +13720,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" + "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" } } } }, - "name": "bgColor-attention-muted", + "name": "bgColor-open-muted", "attributes": {}, - "path": ["bgColor", "attention", "muted"] + "path": ["bgColor", "open", "muted"] }, - "bgColor-attention-emphasis": { - "value": "#9a6700", + "bgColor-open-emphasis": { + "value": "#1c8e75", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13739,14 +13739,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.5}", + "value": "{bgColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13755,17 +13755,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" + "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" } } } }, - "name": "bgColor-attention-emphasis", + "name": "bgColor-open-emphasis", "attributes": {}, - "path": ["bgColor", "attention", "emphasis"] + "path": ["bgColor", "open", "emphasis"] }, - "bgColor-severe-muted": { - "value": "#fff1e5", + "bgColor-attention-muted": { + "value": "#fff8c5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13774,14 +13774,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.0}", + "value": "{base.color.yellow.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13790,17 +13790,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" + "web": "var(--bgColor-attention-muted) /* utility class: .color-bg-attention */" } } } }, - "name": "bgColor-severe-muted", + "name": "bgColor-attention-muted", "attributes": {}, - "path": ["bgColor", "severe", "muted"] + "path": ["bgColor", "attention", "muted"] }, - "bgColor-severe-emphasis": { - "value": "#bc4c00", + "bgColor-attention-emphasis": { + "value": "#9a6700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13809,14 +13809,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13825,17 +13825,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" + "web": "var(--bgColor-attention-emphasis) /* utility class: .color-bg-attention-emphasis */" } } } }, - "name": "bgColor-severe-emphasis", + "name": "bgColor-attention-emphasis", "attributes": {}, - "path": ["bgColor", "severe", "emphasis"] + "path": ["bgColor", "attention", "emphasis"] }, - "bgColor-danger-muted": { - "value": "#ffebe9", + "bgColor-severe-muted": { + "value": "#fff1e5", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13844,14 +13844,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.0}", + "value": "{base.color.orange.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13860,17 +13860,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" + "web": "var(--bgColor-severe-muted) /* utility class: .color-bg-severe */" } } } }, - "name": "bgColor-danger-muted", + "name": "bgColor-severe-muted", "attributes": {}, - "path": ["bgColor", "danger", "muted"] + "path": ["bgColor", "severe", "muted"] }, - "bgColor-danger-emphasis": { - "value": "#cf222e", + "bgColor-severe-emphasis": { + "value": "#bc4c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13879,14 +13879,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13895,17 +13895,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" + "web": "var(--bgColor-severe-emphasis) /* utility class: .color-bg-severe-emphasis */" } } } }, - "name": "bgColor-danger-emphasis", + "name": "bgColor-severe-emphasis", "attributes": {}, - "path": ["bgColor", "danger", "emphasis"] + "path": ["bgColor", "severe", "emphasis"] }, - "bgColor-open-muted": { - "value": "#f3f8f6", + "bgColor-danger-muted": { + "value": "#ffebe9", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13914,14 +13914,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{bgColor.success.muted}", + "value": "{base.color.red.0}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13930,17 +13930,17 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */" + "web": "var(--bgColor-danger-muted) /* utility class: .color-bg-danger */" } } } }, - "name": "bgColor-open-muted", + "name": "bgColor-danger-muted", "attributes": {}, - "path": ["bgColor", "open", "muted"] + "path": ["bgColor", "danger", "muted"] }, - "bgColor-open-emphasis": { - "value": "#1c8e75", + "bgColor-danger-emphasis": { + "value": "#cf222e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13949,14 +13949,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{bgColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -13965,14 +13965,14 @@ "group": "semantic", "scopes": ["bgColor"], "codeSyntax": { - "web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */" + "web": "var(--bgColor-danger-emphasis) /* utility class: .color-bg-danger-emphasis */" } } } }, - "name": "bgColor-open-emphasis", + "name": "bgColor-danger-emphasis", "attributes": {}, - "path": ["bgColor", "open", "emphasis"] + "path": ["bgColor", "danger", "emphasis"] }, "bgColor-closed-muted": { "value": "#ffebe9", @@ -13991,7 +13991,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.0}", + "value": "{bgColor.danger.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14026,7 +14026,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{bgColor.danger.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14131,7 +14131,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.0}", + "value": "{bgColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14166,7 +14166,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{bgColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14648,8 +14648,8 @@ "attributes": {}, "path": ["borderColor", "success", "emphasis"] }, - "borderColor-attention-muted": { - "value": "#d4a72c66", + "borderColor-open-muted": { + "value": "#94c5b666", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14658,7 +14658,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, @@ -14666,7 +14666,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.3}", + "value": "{borderColor.success.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14675,18 +14675,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" + "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" } } }, "alpha": 0.4 }, - "name": "borderColor-attention-muted", + "name": "borderColor-open-muted", "attributes": {}, - "path": ["borderColor", "attention", "muted"] + "path": ["borderColor", "open", "muted"] }, - "borderColor-attention-emphasis": { - "value": "#bf8700", + "borderColor-open-emphasis": { + "value": "#08856c", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14695,14 +14695,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.yellow.4}", + "value": "{borderColor.success.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14711,17 +14711,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" + "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" } } } }, - "name": "borderColor-attention-emphasis", + "name": "borderColor-open-emphasis", "attributes": {}, - "path": ["borderColor", "attention", "emphasis"] + "path": ["borderColor", "open", "emphasis"] }, - "borderColor-severe-muted": { - "value": "#fb8f4466", + "borderColor-attention-muted": { + "value": "#d4a72c66", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14730,7 +14730,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, @@ -14738,7 +14738,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.3}", + "value": "{base.color.yellow.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14747,18 +14747,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" + "web": "var(--borderColor-attention-muted) /* utility class: .color-border-attention */" } } }, "alpha": 0.4 }, - "name": "borderColor-severe-muted", + "name": "borderColor-attention-muted", "attributes": {}, - "path": ["borderColor", "severe", "muted"] + "path": ["borderColor", "attention", "muted"] }, - "borderColor-severe-emphasis": { - "value": "#bc4c00", + "borderColor-attention-emphasis": { + "value": "#bf8700", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14767,14 +14767,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.orange.5}", + "value": "{base.color.yellow.4}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14783,17 +14783,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" + "web": "var(--borderColor-attention-emphasis) /* utility class: .color-border-attention-emphasis */" } } } }, - "name": "borderColor-severe-emphasis", + "name": "borderColor-attention-emphasis", "attributes": {}, - "path": ["borderColor", "severe", "emphasis"] + "path": ["borderColor", "attention", "emphasis"] }, - "borderColor-danger-muted": { - "value": "#ff818266", + "borderColor-severe-muted": { + "value": "#fb8f4466", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14802,7 +14802,7 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, @@ -14810,7 +14810,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.3}", + "value": "{base.color.orange.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14819,18 +14819,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" + "web": "var(--borderColor-severe-muted) /* utility class: .color-border-severe */" } } }, "alpha": 0.4 }, - "name": "borderColor-danger-muted", + "name": "borderColor-severe-muted", "attributes": {}, - "path": ["borderColor", "danger", "muted"] + "path": ["borderColor", "severe", "muted"] }, - "borderColor-danger-emphasis": { - "value": "#cf222e", + "borderColor-severe-emphasis": { + "value": "#bc4c00", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14839,14 +14839,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.red.5}", + "value": "{base.color.orange.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14855,17 +14855,17 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" + "web": "var(--borderColor-severe-emphasis) /* utility class: .color-border-severe-emphasis */" } } } }, - "name": "borderColor-danger-emphasis", + "name": "borderColor-severe-emphasis", "attributes": {}, - "path": ["borderColor", "danger", "emphasis"] + "path": ["borderColor", "severe", "emphasis"] }, - "borderColor-open-muted": { - "value": "#94c5b666", + "borderColor-danger-muted": { + "value": "#ff818266", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14874,14 +14874,15 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } }, + "alpha": 0.4, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{borderColor.success.muted}", + "value": "{base.color.red.3}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14890,17 +14891,18 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-muted) /* utility class: .color-border-open */" + "web": "var(--borderColor-danger-muted) /* utility class: .color-border-danger */" } } - } + }, + "alpha": 0.4 }, - "name": "borderColor-open-muted", + "name": "borderColor-danger-muted", "attributes": {}, - "path": ["borderColor", "open", "muted"] + "path": ["borderColor", "danger", "muted"] }, - "borderColor-open-emphasis": { - "value": "#08856c", + "borderColor-danger-emphasis": { + "value": "#cf222e", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14909,14 +14911,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } }, "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{borderColor.success.emphasis}", + "value": "{base.color.red.5}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -14925,14 +14927,14 @@ "group": "semantic", "scopes": ["borderColor"], "codeSyntax": { - "web": "var(--borderColor-open-emphasis) /* utility class: .color-border-open-emphasis */" + "web": "var(--borderColor-danger-emphasis) /* utility class: .color-border-danger-emphasis */" } } } }, - "name": "borderColor-open-emphasis", + "name": "borderColor-danger-emphasis", "attributes": {}, - "path": ["borderColor", "open", "emphasis"] + "path": ["borderColor", "danger", "emphasis"] }, "borderColor-closed-muted": { "value": "#ff818266", @@ -15096,7 +15098,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.3}", + "value": "{borderColor.done.muted}", "$type": "color", "$extensions": { "org.primer.figma": { @@ -15132,7 +15134,7 @@ "filePath": "src/tokens/functional/color/light/primitives-light.json5", "isSource": true, "original": { - "value": "{base.color.purple.5}", + "value": "{borderColor.done.emphasis}", "$type": "color", "$extensions": { "org.primer.figma": {