https://github.com/phd/phd-userchrome
A set of userChrome.css styles for Firefox UI
https://github.com/phd/phd-userchrome
browser css firefox style stylesheet ui userchrome userchromecss xul
Last synced: 12 months ago
JSON representation
A set of userChrome.css styles for Firefox UI
- Host: GitHub
- URL: https://github.com/phd/phd-userchrome
- Owner: phd
- Created: 2023-08-05T11:37:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T22:59:58.000Z (over 1 year ago)
- Last Synced: 2025-04-04T09:44:49.209Z (about 1 year ago)
- Topics: browser, css, firefox, style, stylesheet, ui, userchrome, userchromecss, xul
- Language: CSS
- Homepage:
- Size: 27.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
phd-userChrome
=================================
A set of userChrome.css styles for Firefox UI:
- `phd-userChrome-active-tab-accent-background.css`
- `phd-userChrome-active-tab-double-min-width.css`
- `phd-userChrome-auto-hide-navigation-and-bookmarks.css` (experimental)
- `phd-userChrome-bookmarks-styling.css`
- `phd-userChrome-disable-proton-ui.css`
- `phd-userChrome-findbar-styling.css`
- `phd-userChrome-floating-menubar.css`
- `phd-userChrome-floating-notifications.css`
- `phd-userChrome-fullscreen-toolbars.css`
- `phd-userChrome-kde-breeze-icons.css`
- `phd-userChrome-menu-items-styling.css`
- `phd-userChrome-multiline-bookmarks.css`
- `phd-userChrome-places-window-horizontal-layout.css`
- `phd-userChrome-remove-megabar.css`
- `phd-userChrome-smaller-items-in-extensions-panel.css`
- `phd-userChrome-tabs-styling.css`
- `phd-userChrome-toolbars-order-and-styling.css`
`ALL.css` includes all non-experimental styles.
Installation
------------
`cd ~/.mozilla/firefox/*.default-release/`
`mkdir -p chrome`
`cd chrome`
`git clone https://github.com/phd/phd-userChrome`
`echo '@import "phd-userChrome/ALL.css";' >> userChrome.css`
Navigate to `about:config` and set `toolkit.legacyUserProfileCustomizations.stylesheets` to `true`.
You may also want to set:
- `browser.compactmode.show` to `true` and `browser.uidensity` to `1`
- `browser.tabs.inTitlebar` to `0`
- `browser.toolbars.bookmarks.visibility` to `always`
Restart Firefox browser.
Updating
--------
`cd ~/.mozilla/firefox/*.default-release/chrome/phd-userChrome/`
`git pull`
Restart Firefox browser.