As the Zen Browser has gained a lot of attention lately and is proving to be a promising project, I'm leaving this project aside and focusing on open-source contributions to improve Zen Browser.
If you want an alternative to this project give it a try: Zen Browser.
Arc UI is a custom userChrome.css packed with styles to make your browser look and feel like Arc Browser.
To install the userChrome.css, close Firefox and follow the steps below:
Linux
Just run the command:
bash -c "$(curl https://raw.githubusercontent.com/dxdotdev/arc-ui/main/scripts/install.sh)"
And restart your Firefox.
Windows
You can install the userChrome.css manually in windows (auto install script in development).
The Arc UI userChrome.css can be found and downloaded in the latest release.
To uninstall the userChrome.css follow the instructions:
Linux
Just run the command:
bash -c "$(curl https://raw.githubusercontent.com/dxdotdev/arc-ui/main/scripts/uninstall.sh)"
And restart your Firefox.
Windows
Delete the userChrome.css file specified in the windows manual installation guide.
See Contributing Guide.