-
Notifications
You must be signed in to change notification settings - Fork 79
feat(tokens): update core neutral color values #11993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
jcfranco
approved these changes
Apr 18, 2025
benelan
added a commit
that referenced
this pull request
Apr 21, 2025
* origin/dev: (56 commits) feat(button): enhance component's interactivity states (#12005) chore: release next feat: add image display order web component icons (#11992) chore: release next fix(list-item): align elements to the left of the item's content (#11977) chore: release next fix(input, input-number, input-text, text-area, combobox): pass AA for placeholder text color (#11972) docs: update list of contributors (#11997) chore: release next fix(semantic-tokens): provide sufficient warning color contrast across components (#11994) chore: release next feat(tokens): update core neutral color values (#11993) docs: update list of contributors (#11988) chore: release next build(deps): update nx monorepo to v20.8.0 (#11986) build(deps): update arcgis to ^4.32.14 (#11931) chore: add design-tokens as dev dependency for Lerna updates (#11990) build(deps): update dependency @tokens-studio/sd-transforms to v1.3.0 (#11985) feat(tokens): add transparency-inverse tokens (#11974) chore: release next ...
benelan
pushed a commit
that referenced
this pull request
May 14, 2025
**Related Issue:** #11725 cc @trailtraveler ## Summary This updates 15 of the `core.color.neutral` token values. Calcite does currently reference most of these tokens in the `semantic` colors, but the changes are so subtle that no changes to components are anticipated. Before/after comparisons:  ## Checklist: - [x] update `--calcite-color-neutral-blk-005` to #F7F7F7 - [x] update `--calcite-color-neutral-blk-010` to #F2F2F2 - [x] update `--calcite-color-neutral-blk-020` to #EBEBEB - [x] update `--calcite-color-neutral-blk-030` to #DEDEDE - [x] update `--calcite-color-neutral-blk-050` to #C9C9C9 - [x] update `--calcite-color-neutral-blk-080` to #ABABAB - [x] update `--calcite-color-neutral-blk-090` to #9E9E9E - [x] update `--calcite-color-neutral-blk-140` to #6B6B6B - [x] update `--calcite-color-neutral-blk-150` to #616161 - [x] update `--calcite-color-neutral-blk-160` to #545454 - [x] update `--calcite-color-neutral-blk-190` to #363636 - [x] update `--calcite-color-neutral-blk-210` to #212121 - [x] update `--calcite-color-neutral-blk-220` to #141414 - [x] update `--calcite-color-neutral-blk-230` to #0A0A0A - [x] update `--calcite-color-neutral-blk-235` to #050505 --------- Co-authored-by: JC Franco <[email protected]>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Issues tied to a new feature or request.
skip visual snapshots
Pull requests that do not need visual regression testing.
visual changes
Issues with visual changes that are added for consistency, but are not backwards compatible.
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.
Related Issue: #11725
cc @trailtraveler
Summary
This updates 15 of the
core.color.neutral
token values. Calcite does currently reference most of these tokens in thesemantic
colors, but the changes are so subtle that no changes to components are anticipated.Before/after comparisons:

Checklist:
--calcite-color-neutral-blk-005
to #F7F7F7--calcite-color-neutral-blk-010
to #F2F2F2--calcite-color-neutral-blk-020
to #EBEBEB--calcite-color-neutral-blk-030
to #DEDEDE--calcite-color-neutral-blk-050
to #C9C9C9--calcite-color-neutral-blk-080
to #ABABAB--calcite-color-neutral-blk-090
to #9E9E9E--calcite-color-neutral-blk-140
to #6B6B6B--calcite-color-neutral-blk-150
to #616161--calcite-color-neutral-blk-160
to #545454--calcite-color-neutral-blk-190
to #363636--calcite-color-neutral-blk-210
to #212121--calcite-color-neutral-blk-220
to #141414--calcite-color-neutral-blk-230
to #0A0A0A--calcite-color-neutral-blk-235
to #050505