Skip to content

Change primary theme color from blue to green (#2e8555)#1710

Merged
sanjay-kv merged 2 commits into
mainfrom
copilot/change-color-main-page
May 24, 2026
Merged

Change primary theme color from blue to green (#2e8555)#1710
sanjay-kv merged 2 commits into
mainfrom
copilot/change-color-main-page

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 24, 2026

Replaces the site-wide Docusaurus primary color palette from blue (#1d4ed8) to green (#2e8555), affecting all elements bound to --ifm-color-primary — stat numbers, highlighted text, links, sidebar active states, and buttons.

Changes Made

  • src/css/custom.css:root (light mode)

    --ifm-color-primary: #2e8555;       /* was #1d4ed8 */
    --ifm-color-primary-dark: #29784c;
    --ifm-color-primary-darker: #277148;
    --ifm-color-primary-darkest: #205d3b;
    --ifm-color-primary-light: #33925d;
    --ifm-color-primary-lighter: #359962;
    --ifm-color-primary-lightest: #3cad6e;
  • src/css/custom.css[data-theme="dark"]

    --ifm-color-primary: #3cad6e;       /* was #60a5fa */
    --ifm-color-primary-lightest: #b1e2c5;

    Dark mode uses a lighter green base to maintain contrast against dark backgrounds.

Dependencies

  • No new dependencies.

Checklist

  • My code follows the style guidelines of this project.
  • I have tested my changes across major browsers and devices
  • My changes do not generate new console warnings or errors .
  • I ran npm run build and attached screenshot(s) in this PR.
  • This is already assigned Issue to me, not an unassigned issue.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 24, 2026

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

Project Deployment Actions Updated (UTC)
recode-website Ready Ready Preview, Comment May 24, 2026 11:35am

Copilot AI changed the title [WIP] Update main page color to #2e8555 Change primary theme color from blue to green (#2e8555) May 24, 2026
Copilot AI requested a review from sanjay-kv May 24, 2026 11:35
@sanjay-kv sanjay-kv marked this pull request as ready for review May 24, 2026 11:53
@github-actions
Copy link
Copy Markdown

✅ Synchronized metadata from Issue #2:

  • Labels: None
  • Milestone: None

@sanjay-kv sanjay-kv merged commit 813d835 into main May 24, 2026
7 checks passed
@sanjay-kv sanjay-kv deleted the copilot/change-color-main-page branch May 24, 2026 12:02
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.

Change the color on the main page

2 participants