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

raffeyang/Unity-Hub-Dark-Mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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