{"id":13446668,"url":"https://github.com/liorgrossman/darkness","last_synced_at":"2025-03-21T16:32:41.352Z","repository":{"id":44811974,"uuid":"64313868","full_name":"liorgrossman/darkness","owner":"liorgrossman","description":" Dark Themes for Popular Websites","archived":false,"fork":false,"pushed_at":"2024-09-16T21:02:59.000Z","size":5957,"stargazers_count":516,"open_issues_count":69,"forks_count":753,"subscribers_count":52,"default_branch":"master","last_synced_at":"2024-10-28T11:43:11.844Z","etag":null,"topics":["chrome","chrome-extension","dark-theme","darkness","facebook","firefox-addon","gmail","google","skins","themes","youtube"],"latest_commit_sha":null,"homepage":"https://darkness.app","language":"SCSS","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/liorgrossman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2016-07-27T14:09:51.000Z","updated_at":"2024-10-22T10:02:13.000Z","dependencies_parsed_at":"2022-07-12T20:10:41.341Z","dependency_job_id":"52f723ac-e324-4a5b-b355-ba30782bb23f","html_url":"https://github.com/liorgrossman/darkness","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/liorgrossman%2Fdarkness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liorgrossman%2Fdarkness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liorgrossman%2Fdarkness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liorgrossman%2Fdarkness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liorgrossman","download_url":"https://codeload.github.com/liorgrossman/darkness/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244829609,"owners_count":20517342,"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":["chrome","chrome-extension","dark-theme","darkness","facebook","firefox-addon","gmail","google","skins","themes","youtube"],"created_at":"2024-07-31T05:00:56.072Z","updated_at":"2025-03-21T16:32:40.849Z","avatar_url":"https://github.com/liorgrossman.png","language":"SCSS","funding_links":[],"categories":["CSS","SCSS"],"sub_categories":[],"readme":"# Darkness: Dark Themes for Popular Websites\n\n\u003cimg alt=\"Darkness Logo\" src=\"https://raw.githubusercontent.com/liorgrossman/darkness/master/assets/documentation/darkness-icon-48px.png?v=2\" align=\"left\" style=\"padding: 0 10px 5px 0; background-color: transparent\"\u003e\n\n**Darkness** is a browser extension that provides **dark themes** for many popular websites, such as Google, Facebook, Gmail and YouTube.\n\nUsing dark themes reduces the eye strain and fatigue caused by a bright screen, helps you sleep faster and better at night, and generally makes you awesome!\n\n**[Pull requests are welcome! Help us improve Darkness by contributing fixes and new themes](./CONTRIBUTING.md)**\n\n**Major contributors (10+ commits):** [Lior Grossman](https://liorgrossman.com/), [Theis Villumsen](https://folkmann.it/), [Nicolas Botello](https://nicolasbotello.com/), [Derek Bytheway](https://github.com/derekbtw/), [Matt Tayler](https://github.com/maylortaylor)\n\n\u003cdiv style=\"text-align:center\"\u003e\n\u003cimg alt=\"Screenshot\" src=\"https://raw.githubusercontent.com/liorgrossman/darkness/master/assets/documentation/darkness-screenshot.png\"\u003e\n\u003c/div\u003e\n\n## Features\n* Supports over 25 websites: Google, Facebook, YouTube, Gmail, Google Drive, Twitter, Facebook Messenger, Instagram, Reddit, Google Keep, Google Photos, Google Calendar, Dropbox, Quora, **GitHub, StackOverflow, Trello, JSFiddle** and others ([help us add more](./CONTRIBUTING.md))\n* Select from 7 dark color themes: Iceberg, Tomorrow, Material, Dusk, Red Alert, Coffee, Matrix ([help us add more](./CONTRIBUTING.md))\n* Written in JavaScript, uses SASS\n* Self-hosted. Easy to install on Windows, Mac, Linux\n* Also available on [Chrome Web Store](https://chrome.google.com/webstore/detail/darkness-beautiful-dark-t/imilbobhamcfahccagbncamhpnbkaenm)\n\n\n\n## Installation\n####  Installing Darkness Developer Edition:\n1. Fork the Darkness repository: https://github.com/liorgrossman/darkness/fork\n1. Clone the fork on your machine:\n\t* If you use SSH: `git clone git@github.com:YOUR_GITHUB_USER/darkness.git`\n \t* If you use HTTPS: `git clone https://github.com/YOUR_GITHUB_USER/darkness.git`\n1. Go to the Darkness root directory: `cd darkness`\n1. Add the original repository as a remote:\n\t* If you use SSH: `git remote add upstream git@github.com:liorgrossman/darkness.git`\n \t* If you use HTTPS: `git remote add upstream https://github.com/liorgrossman/darkness.git`\n1. Fetch the code: `git fetch upstream`\n1. Run `npm install` from the same directory as package.json to install dependencies and compile all SCSS to CSS ([Node.js](https://nodejs.org/) required)\n\n#### Loading it in Chrome:\n1. Open Chrome and browse to [chrome://extensions](chrome://extensions)\n1. If you've previously installed Darkness from Chrome Web Store, disable it\n1. Check **Developer mode** in the top of the Extensions page\n1. Click **Load unpacked**\n1. Choose the sub-directory **darkness/chrome-extension** (where manifest.json resides)\n\n#### Loading it in Firefox:\n1. Run `gulp ff` to replicate and transform the **chrome-extension** directory to **firefox-extension**\n1. Open Firefox and browse to [about:debugging](about:debugging)\n1. If you've previously installed Darkness from Firefox Add-on store, disable it\n1. Click **Load Temporary Add-on**\n1. Choose the file **darkness/firefox-extension/manifest.json**\n\n#### To keep Darkness up-to-date, please pull occasionally:\n```bash\ngit checkout master\ngit pull upstream master\nnpm install\nFirefox version only: gulp ff\n```\n\n## Contributing fixes and new themes\n**Pull requests are welcome!**\nPlease see our [contribution guide](./CONTRIBUTING.md) to learn how to quickly improve and extend Darkness\n\n\n## Be in touch\n* [Contact us](https://darkness.app/contact/)\n* Check out my other projects: [TailoredRead](https://tailoredread.com), [Competely](https://competely.ai/), [Flawless](https://flawless.is/), [DreamGift](https://dreamgift.ai), , [BookAuthority](https://bookauthority.org/), [StatusSight](https://statussight.com/), and [others](https://liorgrossman.com/p/products).\n* Subscribe to my newsletter for updates: [LiorGrossman.com](https://liorgrossman.com/)\n\n##  Misc\nDarkness is licensed [GPLv3](./LICENSE). Privacy policy available [here](https://darkness.app/privacy/darkness-privacy-policy.pdf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliorgrossman%2Fdarkness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliorgrossman%2Fdarkness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliorgrossman%2Fdarkness/lists"}