Background
As a part of T394117: [EPIC] Diff styling we need to make an update to the Blue and Yellow values in Codex in order to meet our goal to maintain the same exact colors currently used in the yellow/blue diff styles.
Goals
- Use the exact same colors currently used in diff styling
- Maintain proper accessibility/color contrast needed wherever these option colors might be used.
Changes and effects (outside of diffs)
| color | before | after | effects |
| yellow100 | #fbe2a2 | #ffe49c | none |
| yellow200 | #fecc44 | #ffcf4f | none |
| yellow300 | #eeb533 | #edb537 | none |
| blue100 | #dce3f9 | #d9e2ff | background-color-progressive-subtle--hover in light mode |
| blue200 | #cbd6f6 | #b6d4fb | background-color-progressive-subtle--active in light mode, color-progressive--active in dark mode, box-shadow-color-progressive-selected--active in dark mode |
| blue300 | #b0c1f0 | #a6bbf5 | color-progressive--hover in dark mode, border-color-progressive--active in dark mode, box-shadow-color-progressive-selected--hover in dark mode |
Acceptance criteria
- Effected colors are updated in Codex
- Colors are also updated in Figma