Git Product home page Git Product logo

Comments (5)

Flaburgan avatar Flaburgan commented on July 26, 2024 1

Good news, @nanu-c and myself just added that feature, with the new release, you can now switch to the dark mode in the settings panel. Enjoy!

from axolotl.

yo-k avatar yo-k commented on July 26, 2024

I have testet UT Tweak Tool -> systemdesign -> SuruDark
this signal app does not care about it and shines bright as always :-)

@nanu-c enhancement tag?

from axolotl.

Flaburgan avatar Flaburgan commented on July 26, 2024

Do you know if:

  • QTWebEngine (or the engine embed in Axolotl, I'm not familiar with that yet) is supporting @media (prefers-color-scheme: dark)?
  • UT is proving the good information about the used theme?

If so then I could be able to deal with that.

from axolotl.

Flaburgan avatar Flaburgan commented on July 26, 2024

I just created a dark page test and unfortunately Morph and Demo browser are displaying it light even if I have the suru dark theme. @nanu-c can you tell us what's the engine used by Axolotl? Here is the test page if you want to try:

<!DOCTYPE html>
<html>
  <head>
		<title>Test dark mode</title>
		<meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>
      @media (prefers-color-scheme: dark) {
        body { background-color: #336; }
        h1 { color: #ccc; }
      }
    </style>
  </head>
  <body>
    <h1>Test suru-dark</h1>
  </body>
</html>

from axolotl.

nanu-c avatar nanu-c commented on July 26, 2024

And it's in the open-store yeai

from axolotl.

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.