Skip to content
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

feat: implement light theme #776

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

feat: implement light theme #776

wants to merge 20 commits into from

Conversation

quoid
Copy link
Owner

@quoid quoid commented Mar 2, 2025

Add CSS variables for light mode color palette and refactor components to use theme variables instead of explicit color values. This groundwork prepares the codebase for theme switching.

To test, go to the entry-ext-extension-page.html/entry-ext-action-popup.html and add light-theme to the body element (until theme switching is enabled).

Resolves #392

Add CSS variables for light mode color palette and refactor components to
use theme variables instead of explicit color values. This groundwork prepares
the codebase for theme switching.

Resolves #392
@quoid quoid added the enhancement Feature work label Mar 2, 2025
@quoid quoid requested a review from ACTCD March 2, 2025 01:32
@quoid quoid changed the title feat: implement light theme foundation feat: implement light theme Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Light theme for the UI of the extension itself
2 participants