Code Monkey home page Code Monkey logo

Comments (3)

Chunosov avatar Chunosov commented on August 17, 2024

rezonator dosen't properly support dark themes yet, this is need to be added.

is there a way to turn off the dark scheme for this specific app to avoid problems with the dark UI?

Yes, it is thankfully - open a terminal and type

defaults write com.yourcompany.rezonator NSRequiresAquaSystemAppearance -bool Yes

then the app should always be in light theme.

com.yourcompany.rezonator is an application bundle name (which will be changed to org.orion-project.rezontaor, so you'll probably need to apply the fix again after next update)

This way you can "fix" other apps in your system. To find app bundle name use the command

osascript -e 'id of app "NAME_OF_APP"'

for example

osascript -e 'id of app "safari"'
> com.apple.Safari

from rezonator2.

orion-project avatar orion-project commented on August 17, 2024

https://github.com/orion-project/rezonator2/releases/tag/v2.0.14-rc1

from rezonator2.

orion-project avatar orion-project commented on August 17, 2024

@zhiyuanzhai please check the new version, it should have same colors on both light and dark themes

And thanks for catching! I don't use the dark theme so haven't noticed the issue, but I know people like dark themes so the app should be usable on both. Unfortunately I don't have time to support both light and dark theme so the app will be light on both.

from rezonator2.

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.