Skip to content

chore: inject webpack blue and neutral color palette#108

Draft
TusharThakur04 wants to merge 1 commit into
webpack:mainfrom
TusharThakur04:style/webpack-theme
Draft

chore: inject webpack blue and neutral color palette#108
TusharThakur04 wants to merge 1 commit into
webpack:mainfrom
TusharThakur04:style/webpack-theme

Conversation

@TusharThakur04
Copy link
Copy Markdown
Member

@TusharThakur04 TusharThakur04 commented May 25, 2026

Closes: #93

Summary
This PR describes the theme colors for webpack

For now, its looking like this :
image

Screenshot from 2026-05-26 12-17-22

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.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-doc-kit Ready Ready Preview, Comment May 26, 2026 6:53am

Request Review

Copy link
Copy Markdown
Member

@avivkeller avivkeller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember to load the theme by adding a Layout import that import pathToTheme and then re-exports the internal layout. Let me know if you need help with that

Comment thread src/styles/theme.css Outdated
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 */
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

Comment thread styles/theme.css
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;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Color Scheme

2 participants