Skip to content

Enhance header UI with more subdued color scheme#6

Merged
TonyTroeff merged 1 commit intomainfrom
claude/issue-5-20260207-1454
Feb 7, 2026
Merged

Enhance header UI with more subdued color scheme#6
TonyTroeff merged 1 commit intomainfrom
claude/issue-5-20260207-1454

Conversation

@TonyTroeff
Copy link
Copy Markdown
Owner

Summary

Changed the header color from the bright Material-UI default blue to a custom slate/dark blue palette that's more professional and easier on the eyes.

Changes

  • Modified Client/components/Layout/Layout.tsx to use a custom primary color palette
  • Main color: #1e3a5f (sophisticated dark blue)
  • Light variant: #2c5282 (for hover states)
  • Dark variant: #152844 (for active states)
  • Contrast text: white for excellent readability

Closes #5

Generated with Claude Code

Changed the primary theme color from the bright Material-UI default blue
(#2196f3) to a custom slate/dark blue palette (#1e3a5f). This provides
a more professional and easier-on-the-eyes appearance while maintaining
the blue theme.

The new color scheme includes:
- Main: #1e3a5f (sophisticated dark blue)
- Light: #2c5282 (for hover states)
- Dark: #152844 (for active states)
- Contrast text: white for excellent readability

Closes #5

Co-authored-by: Tonyslav Troeff <TonyTroeff@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 7, 2026 14:59
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the app’s MUI theme in the shared Layout to replace the default bright blue header styling with a custom, more subdued dark-slate/blue primary palette (addressing Issue #5).

Changes:

  • Replaced the MUI blue palette usage with an explicit primary palette definition (main/light/dark/contrastText).
  • Removed the now-unused blue import from @mui/material/colors.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TonyTroeff TonyTroeff merged commit 647810b into main Feb 7, 2026
7 checks passed
@TonyTroeff TonyTroeff deleted the claude/issue-5-20260207-1454 branch February 7, 2026 15:01
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.

Enhance header UI

2 participants