A minimalist animated oneliner theme for Firefox perfectly matching real Dark
Click me π
This helps to customize Firefox User Interface.
This helps to customize web content like a specific site.
This script helps to enabled or disabled browser scripts. Adding new entry the application menu named UserChrome Maneger (Shortcut Ctrl+Shift+U
).
Show a large thumbnail image to preview tab content when hovering a tab.
It's now possible to autohide scrollbars.
This script create a vertical pane across from the sidebar that functions like the vertical tabs pane in Microsoft Edge. Writed by aminomancer but I edited full compatibility for RealFire.
This script to convert font and window controls to macos style.
Custom startup-script (aka mozilla.cfg
here) is loaded using local-settings.js
. This startup-script adds "loader" scripts from utils
folder that loads arbitrary javascript files from the script
folder into Firefox
mozilla.cfg
also helps in setting local webpage as your homepage. Details in Installation (Currently Not Working!).
Curl based Installation (You can install this theme with one line command)
GNU/Linux & MacOS
```console
$ curl -s -o- https://raw.githubusercontent.com/Hakanbaban53/RealFire/main/programs/install-curl.sh | bash # Standard
$ curl -s -o- https://raw.githubusercontent.com/Hakanbaban53/RealFire/main/programs/install-curl.sh | bash -s -- -f ~/.var/app/org.mozilla.firefox/.mozilla/firefox # Flatpak
$ curl -s -o- https://raw.githubusercontent.com/Hakanbaban53/RealFire/main/programs/install-curl.sh | bash -s -- -f ~/snap/firefox/common/.mozilla/firefox/ # Snap
```
Windows
```powershell
> curl -sL "https://raw.githubusercontent.com/Hakanbaban53/RealFire/main/programs/install-curl.bat" > %TEMP%\install-curl.bat && %TEMP%\install-curl.bat REM Standard
> curl -sL "https://raw.githubusercontent.com/Hakanbaban53/RealFire/main/programs/install-curl.bat" > %TEMP%\install-curl.bat && %TEMP%\install-curl.bat -b "C:\Program Files (x86)\Mozilla Firefox" REM Custom binary folder
```
This will download the master branch and run the installation script.
`mozilla.cfg` can be configured after complete installation
Script Installation
-
Clone the repository and enter folder:
$ git clone https://github.com/Hakanbaban53/RealFire.git && cd RealFire
-
Run installation script
This script will lookup default Firefox profile location and install the theme with default configurations.
GNU/Linux & MacOS
$ ./programs/install.sh # Standard $ ./programs/install.sh -f ~/.var/app/org.mozilla.firefox/.mozilla/firefox # Flatpak $ ./programs/install.sh -f ~/snap/firefox/common/.mozilla/firefox/ # Snap
Windows
> programs\install.bat REM Standard > programs\install.bat -e -b "C:\Program Files (x86)\Mozilla Firefox" REM Disable fx-autoconfig and Custom binary folder
-
-b <binary_folder>
optional- Set custom Firefox binary folder path, for example
/usr/lib32/firefox
- Default: Auto detects in linux.
C:\Program Files\Mozilla Firefox
in windows
- Set custom Firefox binary folder path, for example
-
-f <firefox_folder>
optional- Set custom Firefox folder path, for example
~/.mozilla/icecat/
- Default:
~/.mozilla/firefox/
in linux.%APPDATA%\Mozilla\Firefox
in windows
- Set custom Firefox folder path, for example
-
-p <profile_name>
optional- Set custom profile name, for example
4htgy4pu.app
- Default: Profile folder name found in
profiles.ini
at ->
[Install4F96D1932A9F858E] Default=1yrah0xg.default-release Locked=1
- Set custom profile name, for example
-
-e
optional- Install
fx-autoconfig
- Runs sudo to copy
mozilla.cfg
andlocal-settings.js
to Application Binary folder - Default: True
- Install
-
-h
optional- Shows help message with flags info
-
Manual Installation
-
Open
about:support
in new tab and clickOpen Directory
nearProfile Directory
. -
Open this directory in terminal and clone the repository
Note: If you already have a
chrome
folder underProfile Directory
, rename it tochrome_bak
or anything else to preserve your old theme.$ cd {Your profile directory} $ git clone https://github.com/Hakanbaban53/RealFire.git chrome $ cd chrome
MacOS
-
about:support
>Application Binary
>{Installation folder}firefox
GenerallyInstallation folder
is/Applications/Firefox.app/Contents/MacOS/
(Firefox Nightly
for Nightly version)For
MacOS
, our destination folder is/Applications/Firefox.app/Contents/Resources/
$ ln -s "`pwd`/programs/user.js" ../user.js $ cp ./programs/mozilla.cfg /Applications/Firefox.app/Contents/Resources/ $ cp ./programs/local-settings.js /Applications/Firefox.app/Contents/Resources/defaults/pref/
```Windows
about:support
>Application Binary
>{Installation folder}firefox.exe
GenerallyInstallation folder
isC:\Program Files\Mozilla Firefox\
> mklink ..\user.js "%cd%\programs\user.js" > copy .\programs\mozilla.cfg "C:\Program Files\Mozilla Firefox\" > copy .\programs\local-settings.js "C:\Program Files\Mozilla Firefox\defaults\pref\"
-
-
ποΈ If you want to remove the Theme:
./programs/uninstall.sh
Not Released Yet....
-
In Firefox
- Right click hamburger button >
customize toolbar
disableTitle Bar
,Drag Space
. - Remove
Flexible Space
from urlbar. - Set Density to
Compact/Normal/Touch
and Themes toDark
orLight
.
- Right click hamburger button >
-
Open
about:support
>Clear startup cache...
>Restart
twice
-
You can use the realfire-config.css change the a lot of variables.
-
If you run the automatic installation script, it will install all the files in the folders where they need to be installed.
-
If something breaks on your system then please raise a issue
- Adaptive window color with windows not working on preferences page and start page (Windows only). If you want the change it use the realfire-config.css file.
π .
βββ πΏ assets
β βββ π» preview images
βββ πΏ img
β βββ π» new tab background image
βββ πΏ icons
β βββ π animation.svg
β βββ π many icons in .svg format
βββ πΏ includes
β βββ π realfire-checkbox.css
β βββ π realfire-icons.css
β βββ π realfire-config.css
β βββ π other .css files
βββ πΏ JS
β βββ π aboutUserChrome.sys.mjs
β βββ π navbarToolbarButtonSlider.uc.js
β βββ π tabThumbnailTooltip.uc.js
β βββ π verticalTabsPane.uc.js
β βββ π tabThumbnailTooltip.uc.js
β βββ π macosTheme.us.js
β βββ π many script in .uc.js format
βββ πΏ programs
β βββ π install-cfg.sh
β βββ π install.sh
β βββ π install-curl.sh
β βββ π install.bat
β βββ π install-curl.bat
β βββ π local-settings.js
β βββ π mozilla.cfg
β βββ π user.js
βββ πΏ resources
β βββ π userchrome Manager page files
βββ πΏ utils
β βββ π .editorconfig
β βββ π boot.sys.mjs
β βββ π chrome.manifest
β βββ π fs.sys.mjs
β βββ π utils.sys.mjs
βββ π README.md
βββ π userChrome.css
βββ π userContent.css
-
I started with this amazing material theme : Sweet_Pop! by PROxZIMA
-
One of the best dark theme for Firefox : ShadowFox by overdodactyl
-
Installation script details.