Giter Site home page Giter Site logo

Comments (3)

Secretmapper avatar Secretmapper commented on May 25, 2024 5

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.

from combustion.

sebdanielsson avatar sebdanielsson commented on May 25, 2024 5

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

from combustion.

djgamerr avatar djgamerr commented on May 25, 2024 3
.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 :)

from combustion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.