{"id":18713346,"url":"https://github.com/mirkobrombin/firefox-breeze-theme","last_synced_at":"2025-04-12T12:05:52.147Z","repository":{"id":126124019,"uuid":"204527121","full_name":"mirkobrombin/firefox-breeze-theme","owner":"mirkobrombin","description":"KDE Breeze theme for firefox","archived":false,"fork":false,"pushed_at":"2021-01-25T13:52:38.000Z","size":751,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T06:43:36.854Z","etag":null,"topics":["breeze-theme","css","firefox","kde","theme"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mirkobrombin.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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-26T17:29:58.000Z","updated_at":"2024-08-28T19:51:01.000Z","dependencies_parsed_at":"2023-07-09T05:17:20.053Z","dependency_job_id":null,"html_url":"https://github.com/mirkobrombin/firefox-breeze-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/mirkobrombin%2Ffirefox-breeze-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirkobrombin%2Ffirefox-breeze-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirkobrombin%2Ffirefox-breeze-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirkobrombin%2Ffirefox-breeze-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mirkobrombin","download_url":"https://codeload.github.com/mirkobrombin/firefox-breeze-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565064,"owners_count":21125415,"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":["breeze-theme","css","firefox","kde","theme"],"created_at":"2024-11-07T12:48:09.221Z","updated_at":"2025-04-12T12:05:52.131Z","avatar_url":"https://github.com/mirkobrombin.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\t\u003cimg src=\"icon.svg\" alt=\"Firefox Breeze theme\" width=\"100\" height=\"100\"/\u003e\u003cbr\u003e\n Firefox Breeze theme\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003cstrong\u003eA Breeze theme for Firefox\u003c/strong\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eThis theme follows lastest Breeze Adwaita style.\u003c/p\u003e\n\n![Screenshot of the theme](screenshot.png)\n\n## Description\n\nThis is a bunch of CSS code to make Firefox look closer to KDE's native apps.\n\nThis theme is supposed to work with current supported Firefox releases:\n\n- Firefox 68\n- Firefox 60 ESR\n- Firefox 68 ESR\n- Firefox 69 Beta\n- Firefox 70 Nightly\n\n***Firefox 60 ESR issues:***\n\n*(Dark theme variant is broken in Firefox \u003c 67).*\n\n*https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme#Browser_compatibility*\n\n## Installation\n\n### Installation script\n```sh\ngit clone https://github.com/brombinmirko/firefox-breeze-theme/ \u0026\u0026 cd firefox-breeze-theme\n./scripts/install.sh\n```\n\n#### Script options\n- -f `\u003cfirefox_folder\u003e` *optional*\n\t- Set custom Firefox folder path, for example `~/.mozilla/icecat/`.\n\t- Default: `~/.mozilla/firefox/`\n\n- -p `\u003cprofile_folder\u003e` *optional*\n\t- Set custom profile folder name, for example `e0j6yb0p.default-nightly`\n\t- Default: `*.default` (standard default profile)\n\n- -g *optional*\n\t- Auto enable GNOMISH extra features `hide-single-tab.css` \u0026 `matching-autocomplete-width.css`\n\n\n### Manual installation\n1. Go to `about:support` in Firefox.\n\n2. Application Basics \u003e Profile Directory \u003e Open Directory.\n\n3. Open directory in a terminal.\n\n4. Create a `chrome` directory if it doesn't exist.\n\n\t```sh\n\tmkdir -p chrome\n\tcd chrome\n\t```\n\n5. Clone this repo to a subdirectory:\n\n\t```sh\n\tgit clone https://github.com/brombinmirko/firefox-breeze-theme.git\n\t```\n\n6. Create single-line user CSS files if non-existent or empty (at least one line is needed for `sed`):\n\n\t```sh\n\t[[ -s userChrome.css ]] || echo \u003e\u003e userChrome.css\n\t```\n\n7. Import this theme at the beginning of the CSS files (all `@import`s must come before any existing `@namespace` declarations):\n\n\t```sh\n\tsed -i '1s/^/@import \"firefox-breeze-theme\\/userChrome.css\";\\n/' userChrome.css\n\t```\n\n8. Symlink preferences file:\n\n\t```sh\n\tln -s chrome/firefox-breeze-theme/configuration/user.js ../user.js\n\t```\n\n9. Restart Firefox.\n\n10. Open Firefox customization panel and move the new tab button to headerbar.\n\n11. Be happy with your new gnomish Firefox.\n\n## Updating\nBoth manual and script installation methods should create a git clone in `your-profile-folder-path/chrome/firefox-breeze-theme`, so the easiet way to update the theme is to open this folder in terminal and perform a git pull.\n\n```sh\ngit pull origin master\n```\n\n\u003e Note: Running installation script to update after cloning again the repo can work, but also can introduce duplication in CSS sheets.\n\n## Uninstalling/removing the theme\n- Go to your profile folder (Go to `about:support` in Firefox \u003e Application Basics \u003e Profile Directory \u003e Open Directory).\n- Remove `chrome` folder.\n\n## Enabling optional features\nOpen `chrome/firefox-breeze-theme/userChrome.css` with a text editor and follow instructions to enable extra features. Keep in mind this file might change in future versions and your configuration will be lost. You can copy the @imports you want to enable to a new file named `customChrome.css` directly in your `chrome/firefox-breeze-theme` directory if you want it to survive updates. Remember all @imports must be at the top of the file, before other statements.\n\nAlternatively you can run installation script with `-g` flag to auto install GNOMISH features.\n\n```sh\n./scripts/install.sh -g\n```\n\n*Those features are not included by default, because can introduce bugs or Firefox functionalities lost.*\n\n- **hide-single-tab.css** *GNOMISH*\n\n\tHide the tab bar when only one tab is open.\n\n\tYou should move the new tab button somewhere else for this to work, because by default it is on the tab bar too.\n\n- **matching-autocomplete-width.css** *GNOMISH*\n\n\tLimit the URL bar's autocompletion popup's width to the URL bar's width.\n\n- **active-tab-contrast.css**\n\n\tActive tab better contrast.\n\n- **system-icons.css**\n\n\tUse system theme icons instead of Adwaita icons included by theme.\n\n- **drag-window-headerbar-buttons.css**\n\n\tAllow drag window from headerbar buttons *GNOMISH* **[BUGGED]**\n\n\tIt can activate button action, with unpleasant behavior.\n\n- **symbolic-tab-icons.css**\n\n\tMake all tab icons look kinda like symbolic icons.\n\n\nFeel free to use any parts of my code to develop your own themes, I don't force\nany specific license on your code.\n\n## Special thanks\nBased on **[Sai Kurogetsu/rafaelmardojai](https://github.com/rafaelmardojai/firefox-breeze-theme)** original work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirkobrombin%2Ffirefox-breeze-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirkobrombin%2Ffirefox-breeze-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirkobrombin%2Ffirefox-breeze-theme/lists"}