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(modules/qutebrowser): apply dark mode depending on polarity #175

Merged
merged 2 commits into from
Oct 22, 2023

Conversation

trueNAHO
Copy link
Collaborator

Apply dark mode depending on config.stylix.polarity.

For reference, this was successfully tested with config.stylix.polarity = "dark"; and config.stylix.polarity = "light";.

Closes: #173

trueNAHO added a commit to trueNAHO/dotfiles that referenced this pull request Oct 19, 2023
Copy link
Owner

@danth danth left a comment

Choose a reason for hiding this comment

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

Note that the polarity defaults to either, and in that case we might choose light mode when the theme is actually dark. #102 contains a fix which this module will need to be updated to use once that gets merged. For now the current behaviour is fine because at least we get dark mode if specifically requested.

@danth danth merged commit 9e88d05 into danth:master Oct 22, 2023
5 checks passed
trueNAHO added a commit to trueNAHO/dotfiles that referenced this pull request Oct 29, 2023
willemml pushed a commit to willemml/stylix that referenced this pull request Nov 24, 2023
@trueNAHO trueNAHO mentioned this pull request Jan 12, 2024
4 tasks
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.

Qutebrowser dark mode
2 participants