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

Add automatic dark mode #1274

Open
vitaly-zdanevich opened this issue Jun 11, 2024 · 6 comments
Open

Add automatic dark mode #1274

vitaly-zdanevich opened this issue Jun 11, 2024 · 6 comments

Comments

@vitaly-zdanevich
Copy link
Contributor

With https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme

@JasonBarnabe
Copy link
Collaborator

I am open to this change. I imagine it's just a matter of creating a media query with black/white swaps defined inside.

@vitaly-zdanevich
Copy link
Contributor Author

Yes, can I do this?

@JasonBarnabe
Copy link
Collaborator

Yeah, give it a shot if you're interested.

@vitaly-zdanevich
Copy link
Contributor Author

Okay, thanks, I will try :)

@vitaly-zdanevich
Copy link
Contributor Author

$ bundle install
Bundler 2.4.22 is running, but your lockfile was generated with 2.5.11. Installing Bundler 2.5.11 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
There was an error installing the locked bundler version (2.5.11), rerun with the `--verbose` flag for more details. Going on using bundler 2.4.22.
Your Ruby version is 3.1.4, but your Gemfile specified 3.3.3

On my Gentoo the max available version is 3.3.2 :(

@JasonBarnabe
Copy link
Collaborator

3.3.3 was released recently, if you don't want to wait for it to be available the way you're installing Ruby, you could just undo the upgrade locally.

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

No branches or pull requests

2 participants