https://github.com/papirusdevelopmentteam/firefox-papirus-icon-theme
Papirus icons for Firefox
https://github.com/papirusdevelopmentteam/firefox-papirus-icon-theme
firefox-theme papirus
Last synced: 10 months ago
JSON representation
Papirus icons for Firefox
- Host: GitHub
- URL: https://github.com/papirusdevelopmentteam/firefox-papirus-icon-theme
- Owner: PapirusDevelopmentTeam
- License: gpl-3.0
- Created: 2021-06-21T01:53:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T05:39:00.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T23:14:48.135Z (12 months ago)
- Topics: firefox-theme, papirus
- Language: CSS
- Size: 438 KB
- Stars: 18
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README

Firefox Papirus icon theme
A Papirus icon theme for Firefox

## Description
This is only icon theme and not contained GTK UI style.
This theme is supposed to work with current supported Firefox releases:
- Firefox 89
## Installation
### Installation script
Clone this repo and enter folder and run script:
```sh
git clone https://github.com/PapirusDevelopmentTeam/firefox-papirus-icon-theme.git && cd firefox-papirus-icon-theme
./scripts/install.sh
```
#### Install script
```sh
./scripts/install.sh # Standard
./scripts/install.sh -f ~/.var/app/org.mozilla.firefox/.mozilla/firefox # Flatpak
```
##### Script options
- `-f ` *optional*
- Set custom Firefox folder path, for example `~/.mozilla/icecat/`.
- Default: `~/.mozilla/firefox/`
- `-p ` *optional*
- Set custom profile name, for example `e0j6yb0p.default-nightly`.
- Default: All the profiles found in the firefox folder
## Uninstalling
1. Go to your profile folder. (Go to `about:support` in Firefox > Application Basics > Profile Directory > Open Directory)
2. Remove `chrome` folder.
## 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.
```sh
GTK_DEBUG=interactive firefox
```
## Credits
Used scripts by **[Rafael Mardojai CM](https://github.com/rafaelmardojai)** and [contributors](https://github.com/rafaelmardojai/firefox-gnome-theme/graphs/contributors). Based on **[Sai Kurogetsu](https://github.com/kurogetsusai/firefox-gnome-theme)** original work.
## Donate