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

[Feature request] Dark theme #31

Open
parkerlreed opened this issue Jan 14, 2019 · 3 comments
Open

[Feature request] Dark theme #31

parkerlreed opened this issue Jan 14, 2019 · 3 comments

Comments

@parkerlreed
Copy link

Love the web UI but it's in dire need of a dark makeover. Is there any easy way to do this without having to manually edit the colors?

@Secretmapper
Copy link
Owner

Unfortunately combustion in it's current state does not support a dark mode. I am looking to revisit this package soon and will take note of this feature.

@djgamerr
Copy link

.index__container___izEfr, .index__footer___mv3bv{
  filter:invert(1);
}
.index__header___28Tp8{
  background-color:rgb(45, 45, 48) !important;
}
.theme__drawer___1sAOY{
  filter:invert(1);
}
.theme__dialog___3lw90{
  background-color:#bfbfbf !important;
  filter:invert(1);
  color:white;
}
.theme__label___34120{
  color:black !important;
}

Here you go, add it to "main.css" next to index.html, its a cheap and dirty dark mode :)

@sebdanielsson
Copy link

sebdanielsson commented Nov 13, 2019

I've made a dark mode that you could try. I'm pretty happy with it. Just replace the default css file with this one.
main.77f9cffc.css.zip

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

4 participants