├── .gitignore ├── LICENSE ├── README.md ├── dark-mode-screenshot.js └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomayac/dark-mode-screenshot/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomayac/dark-mode-screenshot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomayac/dark-mode-screenshot/HEAD/README.md -------------------------------------------------------------------------------- /dark-mode-screenshot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomayac/dark-mode-screenshot/HEAD/dark-mode-screenshot.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomayac/dark-mode-screenshot/HEAD/package.json --------------------------------------------------------------------------------