https://github.com/cyan903/firefox-theme
My Firefox userChrome.css file.
https://github.com/cyan903/firefox-theme
chrome firefox-css theme userchromecss
Last synced: about 1 month ago
JSON representation
My Firefox userChrome.css file.
- Host: GitHub
- URL: https://github.com/cyan903/firefox-theme
- Owner: Cyan903
- License: mit
- Created: 2022-01-19T00:09:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T03:42:45.000Z (over 1 year ago)
- Last Synced: 2025-01-23T18:48:43.162Z (over 1 year ago)
- Topics: chrome, firefox-css, theme, userchromecss
- Language: Sass
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firefox-theme
 
My Firefox [userChrome.css](https://www.userchrome.org/) theme. A recreation of the old Chrome default dark.

> [!NOTE]
> This only works with the default Firefox dark theme. Make sure to change your theme in `about:addons`.
## Development
With `pnpm` or `docker`:
```sh
$ pnpm run dev
# OR
$ docker compose up
```
Open the [browser toolbox](https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox) to see live changes.
## Building
```sh
$ pnpm run build # compressed
$ pnpm run build:dev # uncompressed
```
## License
[MIT](LICENSE)