firefox-gnome-theme | A GNOME👣 theme for Firefox🔥
kandi X-RAY | firefox-gnome-theme Summary
kandi X-RAY | firefox-gnome-theme Summary
firefox-gnome-theme is a CSS library. firefox-gnome-theme has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.
This is a bunch of CSS code to make Firefox look closer to GNOME's native apps.
This is a bunch of CSS code to make Firefox look closer to GNOME's native apps.
Support
Quality
Security
License
Reuse
Support
firefox-gnome-theme has a medium active ecosystem.
It has 2583 star(s) with 122 fork(s). There are 33 watchers for this library.
It had no major release in the last 12 months.
There are 40 open issues and 455 have been closed. On average issues are closed in 30 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of firefox-gnome-theme is v113
Quality
firefox-gnome-theme has no bugs reported.
Security
firefox-gnome-theme has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
firefox-gnome-theme is licensed under the Unlicense License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
firefox-gnome-theme releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of firefox-gnome-theme
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of firefox-gnome-theme
firefox-gnome-theme Key Features
No Key Features are available at this moment for firefox-gnome-theme.
firefox-gnome-theme Examples and Code Snippets
No Code Snippets are available at this moment for firefox-gnome-theme.
Community Discussions
No Community Discussions are available at this moment for firefox-gnome-theme.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install firefox-gnome-theme
Clone this repo and enter folder:. Checkout a git branch or tag if needed, otherwise use master and ignore this step. This script will lookup Firefox profiles location and enable a theme variant for your GTK theme if it exists.
Clone this repo and enter folder: git clone https://github.com/rafaelmardojai/firefox-gnome-theme/ && cd firefox-gnome-theme
Checkout a git branch or tag if needed, otherwise use master and ignore this step. git checkout beta # Set beta branch git checkout v78.1 # Set v78.1 tag
Run installation script Auto install script This script will lookup Firefox profiles location and enable a theme variant for your GTK theme if it exists. ./scripts/auto-install.sh Install 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: All the profiles found in the firefox folder -t <theme_name> optional Set the colors used in the theme. Default: Adwaita. Options: adwaita, maia, yaru.
Go to about:support in Firefox. Application Basics > Profile Directory > Open Directory. Open directory in a terminal.
Go to about:support in Firefox.
Application Basics > Profile Directory > Open Directory.
Open directory in a terminal.
Create a chrome directory if it doesn't exist: mkdir -p chrome cd chrome
Clone this repo to a subdirectory: git clone https://github.com/rafaelmardojai/firefox-gnome-theme.git
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
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
Symlink preferences file: cd .. # Go back to the profile directory ln -fs chrome/firefox-gnome-theme/configuration/user.js user.js
Restart Firefox.
Open Firefox customization panel and move the new tab button to headerbar.
Be happy with your new gnomish Firefox.
Clone this repo and enter folder: git clone https://github.com/rafaelmardojai/firefox-gnome-theme/ && cd firefox-gnome-theme
Checkout a git branch or tag if needed, otherwise use master and ignore this step. git checkout beta # Set beta branch git checkout v78.1 # Set v78.1 tag
Run installation script Auto install script This script will lookup Firefox profiles location and enable a theme variant for your GTK theme if it exists. ./scripts/auto-install.sh Install 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: All the profiles found in the firefox folder -t <theme_name> optional Set the colors used in the theme. Default: Adwaita. Options: adwaita, maia, yaru.
Go to about:support in Firefox. Application Basics > Profile Directory > Open Directory. Open directory in a terminal.
Go to about:support in Firefox.
Application Basics > Profile Directory > Open Directory.
Open directory in a terminal.
Create a chrome directory if it doesn't exist: mkdir -p chrome cd chrome
Clone this repo to a subdirectory: git clone https://github.com/rafaelmardojai/firefox-gnome-theme.git
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
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
Symlink preferences file: cd .. # Go back to the profile directory ln -fs chrome/firefox-gnome-theme/configuration/user.js user.js
Restart Firefox.
Open Firefox customization panel and move the new tab button to headerbar.
Be happy with your new gnomish Firefox.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page