Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycolin committed Jun 5, 2021
1 parent 26fcb12 commit 843e396
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 5 deletions.
42 changes: 37 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,43 @@
# Firefox Ultra Compact Mode

This theme goal is to create a compact mode that follows Firefox 89 (known as
Proton) design system while using the same vertical space as the compact mode in
Firefox 88 (known as Photon).

## Installation

1. Follow the instruction in https://www.userchrome.org/how-create-userchrome-css.html.
2. Open *about:config* and set `browser.compactmode.show` to `true`.
1. Type *about:config* in the address bar and press Enter/Return.
2. Click the button accepting the risk.
3. In the search box above the list, type or paste
`toolkit.legacyUserProfileCustomizations.stylesheets`.
4. Double-click the `toolkit.legacyUserProfileCustomizations.stylesheets`
preference to switch the value from false to true.
5. Now, search for `browser.compactmode.show` and set it to `true`.
6. Close *about:config* tab.
7. Open your profile folder (See [How do I find my profile?][profile])
8. Go to *chrome* folder or create it if it doesn't exist
9. Copy/Paste the userChrome.css file from this repository inside the *chrome*
folder.
10. Enjoy! :)

## Screenshots (Click on the image to enlarge)

Size difference between (from left to right) regular, compact and ultra compact
mode

<img src="screenshots/ff-ultra-diff.png"
alt="Size difference between regular, compact and ultra compact mode">

Dark theme:

<img src="screenshots/ff-ultra-dark.png"
alt="Preview in dark mode"
width="500">

Light theme:

## Screenshots
<img src="screenshots/ff-ultra-light.png"
alt="Preview in light mode"
width="500">

<img src="screenshots/ff-ultra-theme.png" alt="">
<img src="screenshots/ff-theme-diff.png" alt="">
[profile]: https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data#w_how-do-i-find-my-profile
Binary file removed screenshots/ff-theme-diff.png
Binary file not shown.
Binary file added screenshots/ff-ultra-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/ff-ultra-diff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/ff-ultra-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/ff-ultra-theme.png
Binary file not shown.

0 comments on commit 843e396

Please sign in to comment.