chore(platformTheme): update color tokens#3115
Merged
LinKCoding merged 4 commits intokl-gm-1153-platform-theme-updatesfrom Jun 30, 2025
Merged
chore(platformTheme): update color tokens#3115LinKCoding merged 4 commits intokl-gm-1153-platform-theme-updatesfrom
LinKCoding merged 4 commits intokl-gm-1153-platform-theme-updatesfrom
Conversation
|
View your CI Pipeline Execution ↗ for commit 181a6c7. ☁️ Nx Cloud last updated this comment at |
6 tasks
Collaborator
📬Published Alpha Packages:@codecademy/gamut@64.1.5-alpha.181a6c.0 |
Collaborator
|
🚀 Styleguide deploy preview ready! |
9228fc2
into
kl-gm-1153-platform-theme-updates
14 checks passed
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.
Overview
Updates the Platform Theme to:
background-primarylight mode color frombeigetoblue-0editor-comment— light:navy-300=>navy-500, dark:gray-600=>white-500editor-key— light:teal-500's HEX value from027E97to006d82editor-ui-indent-active— light:navy-900=>navy-300, dark:gray:900=>white-300editor-ui-indent-inactive— light:navy-600=>navy-400, dark:gray:800=>white-400editor-ui-line-number— light:navy-300=>navy-500, dark:gray:600=>white-500PR Checklist
Testing Instructions
background-primaryin light mode is nowblue-0editor-commentis now (light)navy-500and (dark)white-500editor-key(light) isteal-500and inspect it to see that the hex value is updated to#006d82. You can also see this in the "Platform color swatches" sectioneditor-ui-indent-activeis now (light)navy-300and (dark)white-300editor-ui-indent-inactiveis now (light)navy-400and (dark)white-400editor-ui-line-numberis now (light)navy-500and (dark)white-500PR Links and Envs