https://github.com/dxdotdev/arc-ui
Make your Firefox like the Arc Browser.
https://github.com/dxdotdev/arc-ui
arc-ui firefox-theme userchromecss
Last synced: 4 months ago
JSON representation
Make your Firefox like the Arc Browser.
- Host: GitHub
- URL: https://github.com/dxdotdev/arc-ui
- Owner: dxdotdev
- License: mit
- Archived: true
- Created: 2024-01-19T00:38:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T13:34:56.000Z (over 1 year ago)
- Last Synced: 2025-01-05T14:33:16.350Z (over 1 year ago)
- Topics: arc-ui, firefox-theme, userchromecss
- Language: CSS
- Homepage:
- Size: 866 KB
- Stars: 64
- Watchers: 0
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- License: license
Awesome Lists containing this project
- awesome-browsers - Arc UI - A cool Firefox theme that makes you feel like you are using Arc Browser ([Mozilla Firefox](https://www.mozilla.org/firefox) / For maximum security:)
README
[userChrome.css]: https://www.userchrome.org/
[Arc Browser]: https://arc.net/
[install the userChrome.css manually]: https://www.reddit.com/r/FirefoxCSS/wiki/index/tutorials/#wiki_create_the_folder_and_its_files
[latest release]: https://github.com/dxdotdev/arc-ui/releases/latest
[Zen Browser]: https://zen-browser.app/
## WARNING:
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
Make your Firefox like the Arc Browser
Arc UI is a custom [userChrome.css] packed with styles to make your browser look and feel like [Arc Browser].

## Install
To install the userChrome.css, close Firefox and follow the steps below:
Linux
Just run the command:
```bash
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].
## Uninstall
To uninstall the userChrome.css follow the instructions:
Linux
Just run the command:
```bash
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](#install) guide.
## Contributing
See [Contributing Guide](./.github/CONTRIBUTING.md).