Skip to content

GitAuto: Turn this website theme and colors into vivid and bright ones (it is dark and lonly now...) #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gitauto-for-dev[bot]
Copy link

@gitauto-for-dev gitauto-for-dev bot commented Feb 16, 2025

Resolves #5

Why is this feature needed?

The website's current theme is dark and somewhat gloomy. This update aims to refresh the look by introducing vivid and bright colors, thereby making the interface more visually appealing and engaging for users.

What and how are we changing? Why this approach?

We modified the Sass variables in the assets/sass/libs/_vars.scss file to update the overall color palette:

  • Changed the wrapper background color from a dark shade (#212931) to a vibrant yellow (#ffeb3b).
  • Updated the accent color from a light blue (#18bfef) to a vivid pink (#e91e63).

These changes were selected to provide a striking contrast and bring more energy to the website's design.

What actions are required from users?

Users should recompile the Sass files or rebuild the website to see the updated theme. No additional configuration changes are required.

How does it work? (Technical details)

The changes are implemented in the Sass variables file:

  • The $palette map now includes brighter color values for key UI elements.
  • The wrapper background and accent colors were the primary focus, ensuring that these update propagate through all components using these variables.

After merging this PR, running the project's build process will apply the new theme automatically.

Is it backwards compatible?

Yes, this update is fully backwards compatible. Only the color definitions have been modified, and there are no breaking changes to the structure or functionality of the website.

Any other considerations?

  • Alternative color schemes were considered, but the selected colors best match the intention to brighten the website.
  • Further adjustments and refinements may follow based on user feedback to balance vibrancy with usability.
  • Please verify the appearance on various devices and browsers to ensure consistent visual performance.
git fetch origin
git checkout gitauto-wes/issue-5-20250215-224410
git pull origin gitauto-wes/issue-5-20250215-224410

Copy link

vercel bot commented Feb 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sample-html-css-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 16, 2025 6:56am

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.

Turn this website theme and colors into vivid and bright ones (e.g. red, orange, yellow, or something)
0 participants