{"id":20916830,"url":"https://github.com/papirusdevelopmentteam/firefox-papirus-icon-theme","last_synced_at":"2025-05-13T11:30:40.323Z","repository":{"id":77492776,"uuid":"378778545","full_name":"PapirusDevelopmentTeam/firefox-papirus-icon-theme","owner":"PapirusDevelopmentTeam","description":"Papirus icons for Firefox","archived":false,"fork":false,"pushed_at":"2024-04-18T05:39:00.000Z","size":449,"stargazers_count":18,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-01T23:14:48.135Z","etag":null,"topics":["firefox-theme","papirus"],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PapirusDevelopmentTeam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://www.buymeacoffee.com/papirus","https://www.paypal.com/donate/?hosted_button_id=7GGUCE8WA7JTA"]}},"created_at":"2021-06-21T01:53:16.000Z","updated_at":"2024-11-14T15:06:50.000Z","dependencies_parsed_at":"2024-11-18T16:40:43.089Z","dependency_job_id":null,"html_url":"https://github.com/PapirusDevelopmentTeam/firefox-papirus-icon-theme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PapirusDevelopmentTeam%2Ffirefox-papirus-icon-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PapirusDevelopmentTeam%2Ffirefox-papirus-icon-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PapirusDevelopmentTeam%2Ffirefox-papirus-icon-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PapirusDevelopmentTeam%2Ffirefox-papirus-icon-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PapirusDevelopmentTeam","download_url":"https://codeload.github.com/PapirusDevelopmentTeam/firefox-papirus-icon-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253932744,"owners_count":21986443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firefox-theme","papirus"],"created_at":"2024-11-18T16:26:16.986Z","updated_at":"2025-05-13T11:30:39.595Z","avatar_url":"https://github.com/PapirusDevelopmentTeam.png","language":"CSS","funding_links":["https://www.buymeacoffee.com/papirus","https://www.paypal.com/donate/?hosted_button_id=7GGUCE8WA7JTA"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\t\u003cimg src=\"logo.png\" alt=\"Firefox Papirus icon theme\" width=\"96\" height=\"96\"/\u003e\u003cbr\u003e\n Firefox Papirus icon theme\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003cstrong\u003eA Papirus icon theme for Firefox\u003c/strong\u003e\u003c/p\u003e\n\n![Preview of the theme](preview.png)\n\n## Description\n\nThis is only icon theme and not contained GTK UI style.\n\nThis theme is supposed to work with current supported Firefox releases:\n\n- Firefox 89\n\n## Installation\n\n### Installation script\n\nClone this repo and enter folder and run script:\n\n```sh\ngit clone https://github.com/PapirusDevelopmentTeam/firefox-papirus-icon-theme.git \u0026\u0026 cd firefox-papirus-icon-theme\n./scripts/install.sh\n```\n\n#### Install script\n\n```sh\n./scripts/install.sh # Standard\n./scripts/install.sh -f ~/.var/app/org.mozilla.firefox/.mozilla/firefox # Flatpak\n```\n\n##### Script options\n\n- `-f \u003cfirefox_folder_path\u003e` *optional*\n    - Set custom Firefox folder path, for example `~/.mozilla/icecat/`.\n    - Default: `~/.mozilla/firefox/`\n\n- `-p \u003cprofile_name\u003e` *optional*\n    - Set custom profile name, for example `e0j6yb0p.default-nightly`.\n    - Default: All the profiles found in the firefox folder\n\n## Uninstalling\n\n1. Go to your profile folder. (Go to `about:support` in Firefox \u003e Application Basics \u003e Profile Directory \u003e Open Directory)\n2. Remove `chrome` folder.\n\n## Development\n\nIf you wanna mess around the styles and change something, you might find these\nthings useful.\n\nTo use the Inspector to debug the UI, open the developer tools (F12) on any\npage, go to options, check both of those:\n\n- Enable browser chrome and add-on debugging toolboxes\n- Enable remote debugging\n\nNow you can close those tools and press Ctrl+Alt+Shift+I to Inspect the browser\nUI.\n\nAlso you can inspect any GTK3 application, for example type this into a terminal\nand it will run Epiphany with the GTK Inspector, so you can check the CSS styles\nof its elements too.\n\n```sh\nGTK_DEBUG=interactive firefox\n```\n\n## Credits\n\nUsed 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.\n\n## Donate\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpapirusdevelopmentteam%2Ffirefox-papirus-icon-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpapirusdevelopmentteam%2Ffirefox-papirus-icon-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpapirusdevelopmentteam%2Ffirefox-papirus-icon-theme/lists"}