AmatCoder / mednaffe

A front-end (GUI) for mednafen emulator
GNU General Public License v3.0
429 stars 35 forks source link

Dark mode? #128

Closed michaeljhkim closed 2 years ago

michaeljhkim commented 3 years ago

Will this gui have a dark mode? Right now, it is burning my eyes

AmatCoder commented 3 years ago

I assume you're using Windows.

Adwaita and Windows10 themes include dark modes, just they are not exposed to the GUI. This will be implemented in the next version.

But right now you can see the dark modes via command line:

  1. Open cmd.exe
  2. Write: set GTK_THEME=Windows10:dark or set GTK_THEME=Adwaita:dark
  3. Execute mednaffe within this cmd session: C:\yourpath\mednaffe.exe
AmatCoder commented 2 years ago

Implemented on version 0.9.2