{"id":13752623,"url":"https://github.com/EliverLara/firefox-nordic-theme","last_synced_at":"2025-05-09T20:34:04.265Z","repository":{"id":38845578,"uuid":"441563843","full_name":"EliverLara/firefox-nordic-theme","owner":"EliverLara","description":":snowflake: A dark theme for firefox theme created using the awesome Nord color palette.","archived":false,"fork":false,"pushed_at":"2025-03-02T00:48:58.000Z","size":655,"stargazers_count":369,"open_issues_count":23,"forks_count":15,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-09T04:02:58.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EliverLara.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":"EliverLara","custom":"https://www.paypal.me/EliverLara/"}},"created_at":"2021-12-24T22:20:14.000Z","updated_at":"2025-03-27T15:33:03.000Z","dependencies_parsed_at":"2022-07-11T19:50:34.425Z","dependency_job_id":"31a576cd-7257-4abd-aa77-1bc0f80506ed","html_url":"https://github.com/EliverLara/firefox-nordic-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/EliverLara%2Ffirefox-nordic-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliverLara%2Ffirefox-nordic-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliverLara%2Ffirefox-nordic-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliverLara%2Ffirefox-nordic-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EliverLara","download_url":"https://codeload.github.com/EliverLara/firefox-nordic-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253321675,"owners_count":21890445,"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":[],"created_at":"2024-08-03T09:01:08.441Z","updated_at":"2025-05-09T20:34:03.636Z","avatar_url":"https://github.com/EliverLara.png","language":"CSS","funding_links":["https://github.com/sponsors/EliverLara","https://www.paypal.me/EliverLara/"],"categories":["App Theming"],"sub_categories":["Firefox"],"readme":"![Screenshot of the theme](images/preview.jpg)\n\n## Description\n\nA dark theme for firefox created using the awesome [Nord](https://github.com/arcticicestudio/nord) color palette.\n\n## Installation\n\n### Installation script\n```sh\ngit clone https://github.com/EliverLara/firefox-nordic-theme \u0026\u0026 cd firefox-nordic-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/EliverLara/firefox-nordic-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-nordic-theme\\/userChrome.css\";\\n/' userChrome.css\n\t```\n\n8. Symlink preferences file:\n\n\t```sh\n\tln -s chrome/firefox-nordic-theme/configuration/user.js ../user.js\n\t```\n\n9. Restart Firefox.\n\n10. Be happy with your new nordish Firefox.\n\n\n## Uninstalling\n\n1. Go to your firefox profile folder. (Go to about:support in Firefox \u003e Application Basics \u003e Profile Directory \u003e Open Directory)\n\n2. Remove the `chrome` folder.\n\n\n## Enabling optional features\nOpen `chrome/firefox-nordic-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-nordic-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## Known bugs\n\n### CSD have sharp corners\nSee upstream [bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1408360).\n\n### Icons color broken with system-icons.css\nIcons 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` \u0026 `--gnome-window-icons-hack-filter` vars and play with css filters.\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 epiphany\n```\n## Credits\nBased on the awesome [gnome theme](https://github.com/rafaelmardojai/firefox-gnome-theme) by **[Rafael Mardojai CM](https://github.com/rafaelmardojai)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEliverLara%2Ffirefox-nordic-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEliverLara%2Ffirefox-nordic-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEliverLara%2Ffirefox-nordic-theme/lists"}