feat(themes): GNOME の Adwaita ライト/ダークを追加 - #33
Conversation
libadwaita の named colors の既定値に沿って GNOME 標準の配色を再現する。 - adwaita-light: window_bg_color #fafafb / view #ffffff / sidebar #ebebed、 アクセントは accent_bg_color #3584e4 - adwaita-dark: window_bg_color #222226 / headerbar #2e2e32 / view #1d1d20 テキストに載る error / warn / success は塗りつぶし用の *_bg_color ではなく テキスト用の *_color を使い、バッジのみ destructive_bg_color を使う (libadwaita の使い分けに合わせた)。既存の gtk-classic は GNOME 2 期の配色なので そのまま残す。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 42 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (12)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
misstore | 4c413cf | Aug 07 2026, 01:12 AM |
種別
概要
最新の GNOME (libadwaita) の既定配色を再現したテーマ 2 種です。#32 のデスクトップ OS
テーマ群に GNOME を足す形になります。値は libadwaita の CSS Variables ドキュメント
の named colors 既定値に沿っています。
adwaita-lightwindow_bg_color#fafafb /view_bg_color#ffffff /sidebar_bg_color#ebebed、accent_bg_color#3584e4adwaita-darkwindow_bg_color#222226 /headerbar_bg_color#2e2e32 /view_bg_color#1d1d20、アクセントは light と同じ #3584e4libadwaita は「塗りつぶし用 (
*_bg_color)」と「テキスト用 (*_color)」を分けているので、本テーマでもその使い分けに従っています。
link→accent_color(#0461be / #81d0ff)error/warn/success/renote→*_color(light #c30000 / #905400 / #007c3d)badgeのみ塗りつぶしなのでdestructive_bg_color(#e01b24 / #c01c28)構文色は GNOME palette (green/purple/orange) から採っています。
既存の
gtk-classicは GNOME 2 / Tango 期の配色なので、そのまま残しています。チェックリスト(投稿者)
public/registry/themes/<id>/にmeta.jsonとtheme.json5を置いたmeta.idをディレクトリ名と完全一致させたmeta.jsonにcreatedAt/updatedAtを書いていないpnpm run registry:buildがローカルで成功する(check-registry-integrity.mjsも警告 0 件)権限(plugin / widget / query のみ)
該当なし(テーマのみ)。
補足: コントラスト
fgOnAccent/accentの 3.77:1 は白文字 + #3584e4 という GNOME 実機どおりの組み合わせです(#32 の macOS 系と同水準、Breeze の 2.43 よりは高い)。
🤖 Generated with Claude Code