Skip to content

feat: replace blue accent with dark green visual identity - #16

Draft
rtraidcleverit with Copilot wants to merge 2 commits into
mainfrom
copilot/update-visual-identity-color-again
Draft

feat: replace blue accent with dark green visual identity#16
rtraidcleverit with Copilot wants to merge 2 commits into
mainfrom
copilot/update-visual-identity-color-again

Conversation

Copilot AI commented Apr 8, 2026

Copy link
Copy Markdown

Replaces the blue accent color palette with a dark green tone across the entire frontend, covering both Light and Dark themes plus all interaction states (hover, focus, active).

Changes

  • Light Mode — primary #1976d2#2e7d32, hover #1565c0#1b5e20; all blue-tinted shadows and interactive backgrounds swapped for green equivalents
  • Dark Mode — primary #64b5f6#66bb6a, hover #42a5f5#43a047; button hover/active backgrounds replaced (#1a237e/#283593#1b5e20/#2e7d32)
  • All changes are purely token-level in frontend/style.css — no component markup touched
/* Before */
--primary-color: #1976d2;
--primary-hover: #1565c0;

/* After */
--primary-color: #2e7d32;
--primary-hover: #1b5e20;

Screenshots

Light Mode
Light Mode

Dark Mode
Dark Mode

Copilot AI linked an issue Apr 8, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update visual identity color to dark green feat: replace blue accent with dark green visual identity Apr 8, 2026
Copilot AI requested a review from rtraidcleverit April 8, 2026 13:39

@rtraidcleverit rtraidcleverit left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

esta correcto

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.

Actualizar Color de Identidad Visual

2 participants