Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.45 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.45 KB

Dark Mode for Canvas

This extension adds a dark mode for canvas.

Installation

This extension is available on the Chrome Web Store.

Screenshots

Contributing

If you would like to fix/change any of the styles, your expertise is welcome! This is an open source project and I hope that users will tweak the extension as they see fit.

How to locally develop

  1. Fork and clone the project
  2. Create a new branch: git checkout -b my-branch-name
  3. Open chrome://extensions/ on your browser
  4. Click Load Unpacked
  5. Make your changes, verify they work.
  6. Push to your fork and submit a pull request
  7. Wait for your code to be reviewed.

I will be pushing the updated version to the Chrome Store often.

Additional Resources