All Projects â†’ rafaelmardojai â†’ Firefox Gnome Theme

rafaelmardojai / Firefox Gnome Theme

Licence: unlicense
A GNOME👣 theme for Firefox🔥

Projects that are alternatives of or similar to Firefox Gnome Theme

Qogir Theme
Qogir is a flat Design theme for GTK
Stars: ✭ 874 (+10.91%)
Mutual labels:  gnome, firefox
Firefox Gnome Scrollbars
Firefox script providing GNOME overlay scrollbars
Stars: ✭ 42 (-94.67%)
Mutual labels:  gnome, firefox
Firefox Gnome Theme
A theme for Firefox 57+ matching GNOME Adwaita.
Stars: ✭ 179 (-77.28%)
Mutual labels:  gnome, firefox
Flat Remix Gtk
Flat Remix is a GTK application theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth.
Stars: ✭ 634 (-19.54%)
Mutual labels:  gnome
Marker
🖊 A gtk3 markdown editor
Stars: ✭ 644 (-18.27%)
Mutual labels:  gnome
Sweet
Light and dark colorful Gtk3.20+ theme
Stars: ✭ 703 (-10.79%)
Mutual labels:  gnome
Foxr
🦊 Node.js API to control Firefox
Stars: ✭ 783 (-0.63%)
Mutual labels:  firefox
Powerful Plugins
Powerful plugins and add-ons for hackers
Stars: ✭ 621 (-21.19%)
Mutual labels:  firefox
Runningcheese Firefox
A Graceful and Powerful Customized Firefox
Stars: ✭ 755 (-4.19%)
Mutual labels:  firefox
Duckduckgo Privacy Extension
DuckDuckGo Privacy Essentials browser extension for Firefox, Chrome.
Stars: ✭ 692 (-12.18%)
Mutual labels:  firefox
News Feed Eradicator
A browser extension that deletes your news feed and replaces it with a nice quote
Stars: ✭ 690 (-12.44%)
Mutual labels:  firefox
Terminator
multiple GNOME terminals in one window
Stars: ✭ 649 (-17.64%)
Mutual labels:  gnome
Firefox decrypt
Firefox Decrypt is a tool to extract passwords from Mozilla (Firefox™, Waterfox™, Thunderbird®, SeaMonkey®) profiles
Stars: ✭ 735 (-6.73%)
Mutual labels:  firefox
Macos
macOS theme for Gnome and GTK-based desktops
Stars: ✭ 641 (-18.65%)
Mutual labels:  gnome
Feedreader
Modern desktop application designed to complement existing web-based RSS accounts.
Stars: ✭ 765 (-2.92%)
Mutual labels:  gnome
Rdrview
Firefox Reader View as a command line tool
Stars: ✭ 622 (-21.07%)
Mutual labels:  firefox
Saka Key
A keyboard interface to the web
Stars: ✭ 748 (-5.08%)
Mutual labels:  firefox
I3 Gnome
Use i3wm/i3-gaps with GNOME Session infrastructure.
Stars: ✭ 677 (-14.09%)
Mutual labels:  gnome
Flyingfox
An opinionated set of configurations for firefox.
Stars: ✭ 669 (-15.1%)
Mutual labels:  firefox
Ublock
uBlock Origin's manifesto.
Stars: ✭ 27,838 (+3432.74%)
Mutual labels:  firefox

Firefox GNOME theme
Firefox GNOME theme

GitHub Donate

A GNOME theme for Firefox

This theme follows lastest GNOME Adwaita style.

Screenshot of the theme

Description

This is a bunch of CSS code to make Firefox look closer to GNOME's native apps.

This theme is supposed to work with current supported Firefox releases:

  • Firefox 85
  • Firefox 78 ESR
  • Firefox 86 Beta
  • Firefox 87 Nightly

Installation

Installation script

  1. Clone this repo and enter folder:

    git clone https://github.com/rafaelmardojai/firefox-gnome-theme/ && cd firefox-gnome-theme
    
  2. Run installation script:

    ./scripts/install.sh # Standard
    ./scripts/install.sh -f ~/.var/app/org.mozilla.firefox/.mozilla/firefox # Flatpak
    

Script options

  • -f <firefox_folder_path> optional

    • Set custom Firefox folder path, for example ~/.mozilla/icecat/.
    • Default: ~/.mozilla/firefox/
  • -p <profile_name> optional

    • Set custom profile name, for example e0j6yb0p.default-nightly.
    • Default: standard default profile
  • -t <theme_name> optional

    • Set the colors used in the theme.
    • Default: Adwaita.
    • Options: adwaita, maia, yaru.

One command curled script

You can also install this theme with one command:

curl -s -o- https://raw.githubusercontent.com/rafaelmardojai/firefox-gnome-theme/master/scripts/install-by-curl.sh | bash

It will download the latest version of the theme and run the installation script for you.

Manual installation

  1. Go to about:support in Firefox.

  2. Application Basics > Profile Directory > Open Directory.

  3. Open directory in a terminal.

  4. Create a chrome directory if it doesn't exist:

    mkdir -p chrome
    cd chrome
    
  5. Clone this repo to a subdirectory:

    git clone https://github.com/rafaelmardojai/firefox-gnome-theme.git
    
  6. Create single-line user CSS files if non-existent or empty (at least one line is needed for sed):

    [[ -s userChrome.css ]] || echo >> userChrome.css
    
  7. Import this theme at the beginning of the CSS files (all @imports must come before any existing @namespace declarations):

    sed -i '1s/^/@import "firefox-gnome-theme\/userChrome.css";\n/' userChrome.css
    
  8. Symlink preferences file:

    ln -s chrome/firefox-gnome-theme/configuration/user.js ../user.js
    
  9. Restart Firefox.

  10. Open Firefox customization panel and move the new tab button to headerbar.

  11. Be happy with your new gnomish Firefox.

Updating

Both manual and script installation methods should create a git clone in your-profile-folder-path/chrome/firefox-gnome-theme, so the easiet way to update the theme is to open this folder in terminal and perform a git pull.

git pull origin master

Note: You can also run the installation script again to update (after cloning again the repo).

Uninstalling

  1. Go to your profile folder. (Go to about:support in Firefox > Application Basics > Profile Directory > Open Directory)
  2. Remove chrome folder.

Scrollbars

To achieve Firefox with overlay scrollbars install firefox-gnome-scrollbars.

Enabling optional features

Optional features can be enabled by creating new boolean preferences in about:config.

  1. Go to the about:config page
  2. Type the key of the feature you want to enable
  3. Set it as a boolean and click on the add button
  4. Restart Firefox

Features

  • Hide single tab gnomeTheme.hideSingleTab

    Hide the tab bar when only one tab is open.

    Note: You should move the new tab button somewhere else for this to work, because by default it is on the tab bar too. See #54.

  • Normal width tabs gnomeTheme.normalWidthTabs

    Use normal width tabs as default Firefox.

  • Active tab contrast gnomeTheme.activeTabContrast

    Add more contrast to the active tab.

  • System icons gnomeTheme.systemIcons

    Use system theme icons instead of Adwaita icons included by theme.

    Note: This feature has a known color bug.

  • Symbolic tab icons gnomeTheme.symbolicTabIcons

    Make all tab icons look kinda like symbolic icons.

  • Drag window from headerbar buttons gnomeTheme.dragWindowHeaderbarButtons

    Allow draging the window from headerbar buttons.

    Note: This feature is BUGGED. It can activate the button with unpleasant behavior.

Known bugs

CSD have sharp corners

See upstream bug.

Wayland fix:

  1. Go to the about:config page
  2. Search for the layers.acceleration.force-enabled preference and set it to true.
  3. Now restart Firefox, and it should look good!

X11 fix:

  1. Go to the about:config page
  2. Type mozilla.widget.use-argb-visuals
  3. Set it as a boolean and click on the add button
  4. Now restart Firefox, and it should look good!

Icons color broken with System icons

Icons might appear black where they should be white on some systems. I have no idea why, but you can adjust them directly in the system-icons.css file, look for --gnome-icons-hack-filter & --gnome-window-icons-hack-filter vars and play with css filters.

Development

If you wanna mess around the styles and change something, you might find these things useful.

To use the Inspector to debug the UI, open the developer tools (F12) on any page, go to options, check both of those:

  • Enable browser chrome and add-on debugging toolboxes
  • Enable remote debugging

Now you can close those tools and press Ctrl+Alt+Shift+I to Inspect the browser UI.

Also you can inspect any GTK3 application, for example type this into a terminal and it will run Epiphany with the GTK Inspector, so you can check the CSS styles of its elements too.

GTK_DEBUG=interactive epiphany

Feel free to use any parts of my code to develop your own themes, I don't force any specific license on your code.

Credits

Developed by Rafael Mardojai CM and contributors. Based on Sai Kurogetsu original work.

Donate

If you want to support development, consider donating via PayPal. Also consider donating upstream, Firefox & GNOME.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].