mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
1.8 KiB
1.8 KiB
Firefox DevTools Minimalist Theme
A revitalized, minimalist theme for Firefox DevTools, inspired by Zen's design. Includes CSS transitions and supports both light and dark modes.
Preview
Here's a quick look at the theme:
Installation
- Download or clone the repository.
- In Firefox/Zen browser, navigate to
about:config
, accept the risk warning, and search fortoolkit.legacyUserProfileCustomizations.stylesheets
. Ensure it's set to true (this should be the default in Zen). - Navigate to
about:profiles
in your browser. - Locate the section that says "This is the profile in use and it cannot be deleted." Find the "Root Directory" and click the Open Folder button.
- Navigate to the
chrome
folder and paste the downloadedUserContent.css
file. - Return to
about:profiles
and click "Restart normally...". After restart, open DevTools to see the applied theme.
Development
If you want to customize the theme or make your own changes:
- Open DevTools by pressing
F12
. - Click the three horizontal dots in the top-right corner to access Settings, or press F1.
- Scroll down to "Advanced settings" and enable the "Enable browser chrome and add-on debugging toolboxes" and "Enable remote debugging" checkboxes.
- Close and reopen DevTools.
- Press
Ctrl + Shift + Alt + I
to open the Browser Toolbox, which allows you to inspect the DevTools interface itself. - Use the element inspector to identify elements you want to modify and test CSS changes in real-time.
Note: Changes made directly in the Browser Toolbox are temporary. To make permanent changes, update your UserContent.css
file with your modifications. Remember that changes to UserContent.css
require a browser restart to take effect.