Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (27 loc) · 710 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 710 Bytes

Unity Hub Dark Mode

I test it on macOS ,It should works on Windows too.

Alt text

Alt text Alt text

Install

  • Replace the 'app.asar' file

You can found the app.asar file in the /Applications/Unity Hub.app/Contents/Resources

How to build your own dark theme

  • install asar
npm i -g asar
  • unpack app.asar file

You can found the app.asar file in the /Applications/Unity Hub.app/Contents/Resources

asar extract app.asar app
  • Change the style

Add Custom.css to /build/renderer/index.html

  • Pack you file
asar pack app app.asar
  • Replace the app.asar file

License

MIT