This Chrome extension changes the backgroud color of an article page on note to a more eye-friendly.
背景色を真っ白からグレーに変更することで、長時間記事を読んでも目を疲れにくくします(科学的なテストを行ったわけではありませんのであらかじめご了承ください)。
背景色をグレーにするも最適なコントラスト比を維持することで、色覚に問題があっても読みやすさを損ねないようにしています。具体的には、WCAG 2.1 で定められたレベル AAA の基準(コントラスト比 7.0 以上)をクリアしています。
記事の文字色が #222222
、変更後の背景色が #EAEBEB
であるため、コントラスト比は 13.3 となります(2020 年 5 月 16 日時点)。
The gray background color is still too light for browsing in a dark color scheme (also called dark mode or dark theme). This extension darken the backgroud and also optimize other colors to the dark appearance when the OS appearance is set to a dark color scheme.
You can install the extension from the Chrome Web Store.
If you encounter any bugs or have any questions, please see the issues.
Also, I welcome pull requests to propose your ideas! Please refer to following development process:
- Clone this repository.
- Write code.
- Test your changes on Chrome. You can load
src
directory from the Extensions page in developer mode. - Change
version
inmanifest.json
. - Send a pull request.
After this changes are approved, the repository owner will publish the update on the Chrome Web Store:
- Merge the pull request into
main
. - Execute
build.sh
to makepackage.zip
indist
directory. - Upload the package to the Chrome Web Store.
See LICENSE.