An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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



InstallFeaturesContributing


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).