https://github.com/vannrr/omarchy-firefox-theme
Dynamically sync your Firefox-based browser theme with the active Omarchy theme.
https://github.com/vannrr/omarchy-firefox-theme
dynamic-theme firefox firefox-extension floorp librewolf material-ui omarchy omarchy-theme theme
Last synced: 22 days ago
JSON representation
Dynamically sync your Firefox-based browser theme with the active Omarchy theme.
- Host: GitHub
- URL: https://github.com/vannrr/omarchy-firefox-theme
- Owner: VannRR
- License: other
- Created: 2025-10-08T03:14:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-11-27T00:10:31.000Z (8 months ago)
- Last Synced: 2025-11-29T18:32:53.014Z (8 months ago)
- Topics: dynamic-theme, firefox, firefox-extension, floorp, librewolf, material-ui, omarchy, omarchy-theme, theme
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# omarchy-firefox-theme
Dynamically sync your Firefox (and forks) theme with [Omarchy’s](https://omarchy.org/) current Chromium theme.
A native helper watches `$HOME/.config/omarchy/current/theme/chromium.theme` and pushes updates to the browser in real time.
## Features
- Material 3 palette closely matching Chromium’s dynamic theming
- Native watcher for instant theme updates
- Uses [@material/material-color-utilities](https://www.npmjs.com/package/@material/material-color-utilities) for color generation
- Compatible with Firefox, Floorp, Librewolf
## Prerequisites
Install dependencies:
`sudo pacman -S --needed base-devel git`
## Build and install
- ```git clone https://github.com/vannrr/omarchy-firefox-theme.git```
- ```cd omarchy-firefox-theme```
- ```makepkg -si```
## Licenses and Attribution
Ports Chromium’s BSD-licensed color logic (original authors credited)
Depends on @material/material-color-utilities (Apache 2.0)
See LICENSE for full BSD and Apache 2.0 compliance