Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add color scheme preference #16

Merged
merged 3 commits into from
Jul 7, 2024
Merged

Add color scheme preference #16

merged 3 commits into from
Jul 7, 2024

Conversation

k-miyata
Copy link
Owner

@k-miyata k-miyata commented Jul 6, 2024

Closes #13

OSの外観モードに連動せず、常にライトモードまたはダークモードに固定できるようにする。

拡張機能のアイコンをクリックするとポップアップが表示され、そこで配色を変更できる。ここで選択した配色はブラウザに保存される(chrome.storage APIを使用)。

  • 自動:OSの外観モードに合わせる(デフォルト)
  • ライト:OSの外観モードによらず常にライトグレーにする
  • ダーク:OSの外観モードによらず常にダークにする
スクリーンショット 2024-07-06 22 06 33

@k-miyata
Copy link
Owner Author

k-miyata commented Jul 6, 2024

Chrome ウェブストアで審査中。

@k-miyata
Copy link
Owner Author

k-miyata commented Jul 7, 2024

無事にリリースされたのでマージ。

@k-miyata k-miyata merged commit 293a64d into main Jul 7, 2024
@k-miyata k-miyata deleted the add-color-scheme-preference branch July 7, 2024 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

常にライトモードにしたい
1 participant