chore: inject webpack blue and neutral color palette#108
Draft
TusharThakur04 wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
avivkeller
reviewed
May 25, 2026
avivkeller
reviewed
May 25, 2026
Comment on lines
+12
to
+21
| --color-neutral-100: #f2f2f2; /* Webpack Concrete */ | ||
| --color-neutral-200: #dedede; /* Webpack Alto */ | ||
| --color-neutral-300: #cccccc; /* Smooth step */ | ||
| --color-neutral-400: #b3b3b3; /* Smooth step */ | ||
| --color-neutral-500: #999999; /* Webpack Dusty Gray */ | ||
| --color-neutral-600: #666666; /* Webpack Dove Gray */ | ||
| --color-neutral-700: #535353; /* Webpack Emperor */ | ||
| --color-neutral-800: #465e69; /* Webpack Fiord */ | ||
| --color-neutral-900: #2b3a42; /* Webpack Outer Space */ | ||
| --color-neutral-950: #333333; /* Webpack Mine Shaft */ |
avivkeller
reviewed
May 25, 2026
Comment on lines
+2
to
+10
| --color-green-100: #e0effd; | ||
| --color-green-200: #b9def9; | ||
| --color-green-300: #8dd6f9; /* Webpack Malibu */ | ||
| --color-green-400: #4ba8de; | ||
| --color-green-500: #2b8fcf; | ||
| --color-green-600: #1d78c1; /* Webpack Denim */ | ||
| --color-green-700: #175e96; | ||
| --color-green-800: #134c79; | ||
| --color-green-900: #0f3c61; |
adf37e9 to
74a4e1c
Compare
74a4e1c to
f13898d
Compare
f13898d to
b621281
Compare
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.


Closes: #93
Summary
This PR describes the theme colors for webpack
For now, its looking like this :

What kind of change does this PR introduce?
chore
Did you add tests for your changes?
no
Does this PR introduce a breaking change?
no
If relevant, what needs to be documented once your changes are merged or what have you already documented?
n/a
Use of AI
used ai to map variable names described in nodejs doc repo with the webpack branding color values.