GithubHelp home page GithubHelp logo

Black (AMOLED) theme? about dns66 HOT 8 OPEN

julian-klode avatar julian-klode commented on May 14, 2024
Black (AMOLED) theme?

from dns66.

Comments (8)

julian-klode avatar julian-klode commented on May 14, 2024

It seems possible, but it's not like we look at the app much, so is it worth the effort?

Name - I don't know - It just happened. I went through some other names, ad related ones - but those did not work out. So I focused on the DNS part, and picked a random number after 42 did not really work out.

If you don't like that reason you can also think that the 66 comes from route 66 and symbolises freedom...

from dns66.

 avatar commented on May 14, 2024

So in other words this probably will not happen?

from dns66.

julian-klode avatar julian-klode commented on May 14, 2024

I did not say that. I just have not taken a closer look at what that needs. There are basically three things that happen with wishes

  1. It's simple so I implement it
  2. It's interesting so I implement it
  3. Someone produces a reasonable pull request

It might be simple and it might also be interesting to try anyway. So it's looking good so far :)

from dns66.

smichel17 avatar smichel17 commented on May 14, 2024

In my experience, adding a dark theme is pretty trivial. Just add a couple theme/styles that extend the dark appcompat theme instead of the light.darkactionbar theme.

Black theme on the other hand, is more effort to get working (although DNS66 seems to use pretty simple views so there's not that many different attributes to hunt down and change black). It's also harder to make a black theme look nice, because you have to balance "Making as much of the screen black as possible for maximum batter savings" with "Making it so users can tell different UI elements apart" (shadows aren't visible on black).

The second part of that makes it a more interesting problem, though :P

from dns66.

julian-klode avatar julian-klode commented on May 14, 2024

Bonus points (for my personal use) if it has integration with OnePlus' system-wide dark mode :) - Well, only if it's really easy (I can have some personal fun, right?).

Although that might make the choice tri-state again..

from dns66.

julian-klode avatar julian-klode commented on May 14, 2024

UI Dark / Black / White / Default

from dns66.

julian-klode avatar julian-klode commented on May 14, 2024

In Progress:

Black theme

That's the default DayNight theme in Night mode, with android:backgroundColor set to black, and

<color name="colorPrimary">#111111</color>
<color name="colorPrimaryDark">#000000</color>
<color name="colorPrimaryLight">#212121</color>
<color name="colorAccent">#C51162</color>
<color name="colorBackground">#000</color>

from dns66.

julian-klode avatar julian-klode commented on May 14, 2024

We now have a dark theme in master. It's not a black theme, but it's a start.

from dns66.

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.