https://github.com/d0sse/macFox-theme
macOS safari style minimalistic theme for firefox
https://github.com/d0sse/macFox-theme
dark-theme firefox firefox-css firefox-theme macos theme userchrome userchromecss
Last synced: about 1 year ago
JSON representation
macOS safari style minimalistic theme for firefox
- Host: GitHub
- URL: https://github.com/d0sse/macFox-theme
- Owner: d0sse
- License: mit
- Created: 2023-05-01T09:09:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T18:04:58.000Z (over 1 year ago)
- Last Synced: 2025-03-15T19:20:08.862Z (over 1 year ago)
- Topics: dark-theme, firefox, firefox-css, firefox-theme, macos, theme, userchrome, userchromecss
- Language: CSS
- Homepage:
- Size: 222 KB
- Stars: 24
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 👋 Welcome to MacFox-Theme
## Safari like, minimalistic theme
Hi! I'm [d0sse](https://github.com/d0sse) and this is Minimalist Mac - Safari-like - Firefox theme, based on **[firefox-macos-style](https://github.com/nchlscs/firefox-macos-style)**
## Features
- Simple
- Light / Dark Version
- Now with automatic system accent color! 🎨
| Light Version* | Dark Version* |
|---|---|
|||
_**Note:** This setup looks best on macOS_
#### How to install
To start using MacFox, follow these steps:
1. Go to the following url address about:config
2. Ensure the following properties are set to true:
```
toolkit.legacyUserProfileCustomizations.stylesheets
svg.context-properties.content.enabled
layout.css.color-mix.enabled
```
3. Go to the following url address about:support
4. Find "Profile Folder" section in the "Application Basics" list and copy the path (defined below as `$path`)
5. Open `terminal.app` and type:
```
cd $path
```
6. Type in the following command:
```
git clone git@github.com:d0sse/macFox-theme.git chrome
```
7. Restart Firefox to apply changes
Enjoy 🎉
Thanks!