Mac Aseprite 1.2.9 / Theme Window Color

Hey there,

is it possible to change the grey window color to black?

windowscolor

awwww, i thought that this would be an easy thing to do, since Aseprite is skinnable.

@dacap: would it be possible to include something like this as a feature?

@blabla interesting issue, taking note, are you using the dark mode in macOS Mojave, right?

Hey there,

yes i am using dark mode. The Aseprite theme is something i downloaded from Github though.

Actually it’s not related to the Aseprite theme. Is something about the Aseprite.app bundle configuration. I’ve found a “quick” fix (that we’ll release in v1.2.10), if you want to give a try, you can check with the following steps:

  1. Open Spotlight Search (press ⌘Space) and paste /Applications/Aseprite.app/Contents and press Enter
  2. You can open the Info.plist file with a text editor and you’ll find the following lines:
    <key>NSHighResolutionCapable</key>
    <true/>
    
  3. Add two extra lines as in the following text and save the Info.plist file:
    <key>NSHighResolutionCapable</key>
    <true/>
    <key>NSRequiresAquaSystemAppearance</key>
    <false/>
    

btw what theme are you using.