Conversation
🦋 Changeset detectedLatest commit: b01dffc The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/primer/primitives/AaWWZJyagsj21nMJ7K7cs4qcJJcd |
Contributor
Variables changed--- base/dist/scss/colors/_dark.scss 2022-02-28 09:42:39.270922887 +0000
+++ dist/scss/colors/_dark.scss 2022-02-28 09:42:29.134753833 +0000
@@ -311,2 +311,10 @@
--color-danger-subtle: rgba(248,81,73,0.15);
+ --color-open-fg: #3fb950;
+ --color-open-emphasis: #238636;
+ --color-open-muted: rgba(46,160,67,0.4);
+ --color-open-subtle: rgba(46,160,67,0.15);
+ --color-closed-fg: #f85149;
+ --color-closed-emphasis: #da3633;
+ --color-closed-muted: rgba(248,81,73,0.4);
+ --color-closed-subtle: rgba(248,81,73,0.15);
--color-done-fg: #a371f7;
--- base/dist/scss/colors/_dark_colorblind.scss 2022-02-28 09:42:39.290923242 +0000
+++ dist/scss/colors/_dark_colorblind.scss 2022-02-28 09:42:29.150754303 +0000
@@ -311,2 +311,10 @@
--color-danger-subtle: rgba(195,128,0,0.15);
+ --color-open-fg: #f0883e;
+ --color-open-emphasis: #bd561d;
+ --color-open-muted: rgba(219,109,40,0.4);
+ --color-open-subtle: rgba(219,109,40,0.15);
+ --color-closed-fg: #6e7681;
+ --color-closed-emphasis: #484f58;
+ --color-closed-muted: rgba(110,118,129,0.4);
+ --color-closed-subtle: rgba(110,118,129,0.15);
--color-done-fg: #a371f7;
--- base/dist/scss/colors/_dark_dimmed.scss 2022-02-28 09:42:39.278923029 +0000
+++ dist/scss/colors/_dark_dimmed.scss 2022-02-28 09:42:29.138753951 +0000
@@ -311,2 +311,10 @@
--color-danger-subtle: rgba(229,83,75,0.15);
+ --color-open-fg: #57ab5a;
+ --color-open-emphasis: #347d39;
+ --color-open-muted: rgba(70,149,74,0.4);
+ --color-open-subtle: rgba(70,149,74,0.15);
+ --color-closed-fg: #e5534b;
+ --color-closed-emphasis: #c93c37;
+ --color-closed-muted: rgba(229,83,75,0.4);
+ --color-closed-subtle: rgba(229,83,75,0.15);
--color-done-fg: #986ee2;
--- base/dist/scss/colors/_dark_high_contrast.scss 2022-02-28 09:42:39.282923100 +0000
+++ dist/scss/colors/_dark_high_contrast.scss 2022-02-28 09:42:29.146754186 +0000
@@ -311,2 +311,10 @@
--color-danger-subtle: rgba(255,106,105,0.15);
+ --color-open-fg: #26cd4d;
+ --color-open-emphasis: #09b43a;
+ --color-open-muted: rgba(9,180,58,0.4);
+ --color-open-subtle: rgba(9,180,58,0.15);
+ --color-closed-fg: #ff6a69;
+ --color-closed-emphasis: #ff6a69;
+ --color-closed-muted: rgba(255,106,105,0.4);
+ --color-closed-subtle: rgba(255,106,105,0.15);
--color-done-fg: #b780ff;
--- base/dist/scss/colors/_light.scss 2022-02-28 09:42:39.246922462 +0000
+++ dist/scss/colors/_light.scss 2022-02-28 09:42:29.102752894 +0000
@@ -311,2 +311,10 @@
--color-danger-subtle: #FFEBE9;
+ --color-open-fg: #1a7f37;
+ --color-open-emphasis: #2da44e;
+ --color-open-muted: rgba(74,194,107,0.4);
+ --color-open-subtle: #dafbe1;
+ --color-closed-fg: #cf222e;
+ --color-closed-emphasis: #cf222e;
+ --color-closed-muted: rgba(255,129,130,0.4);
+ --color-closed-subtle: #FFEBE9;
--color-done-fg: #8250df;
--- base/dist/scss/colors/_light_colorblind.scss 2022-02-28 09:42:39.262922746 +0000
+++ dist/scss/colors/_light_colorblind.scss 2022-02-28 09:42:29.126753598 +0000
@@ -311,2 +311,10 @@
--color-danger-subtle: #fefe48;
+ --color-open-fg: #bc4c00;
+ --color-open-emphasis: #e16f24;
+ --color-open-muted: rgba(251,143,68,0.4);
+ --color-open-subtle: #fff1e5;
+ --color-closed-fg: #6e7781;
+ --color-closed-emphasis: #6e7781;
+ --color-closed-muted: rgba(175,184,193,0.4);
+ --color-closed-subtle: #f6f8fa;
--color-done-fg: #8250df;
--- base/dist/scss/colors/_light_high_contrast.scss 2022-02-28 09:42:39.258922675 +0000
+++ dist/scss/colors/_light_high_contrast.scss 2022-02-28 09:42:29.118753363 +0000
@@ -311,2 +311,10 @@
--color-danger-subtle: #fff0ee;
+ --color-open-fg: #055d20;
+ --color-open-emphasis: #117f32;
+ --color-open-muted: rgba(38,161,72,0.4);
+ --color-open-subtle: #d2fedb;
+ --color-closed-fg: #a0111f;
+ --color-closed-emphasis: #a0111f;
+ --color-closed-muted: rgba(238,90,93,0.4);
+ --color-closed-subtle: #fff0ee;
--color-done-fg: #622cbc; |
4 tasks
Merged
This was referenced Mar 4, 2022
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is part of https://github.com/github/primer/issues/725 and adds 2 new roles (
open+closed):Docs Preview
It also adds the following exceptions
open-> orangeclosed-> grayto the colorblind themes. This will make sure that the
OpenandDonestates don't clash and theClosedstate is more neutral likeDraft:Reasoning
The new roles are needed to improve colorblind themes, see this color roles ADR.
TODO