Skip to content

feat(themes): GNOME の Adwaita ライト/ダークを追加 - #33

Merged
hitalin merged 1 commit into
mainfrom
feat/adwaita-themes
Aug 7, 2026
Merged

feat(themes): GNOME の Adwaita ライト/ダークを追加#33
hitalin merged 1 commit into
mainfrom
feat/adwaita-themes

Conversation

@hitalin

@hitalin hitalin commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

種別

  • theme
  • plugin
  • widget
  • query
  • skill

概要

最新の GNOME (libadwaita) の既定配色を再現したテーマ 2 種です。#32 のデスクトップ OS
テーマ群に GNOME を足す形になります。値は libadwaita の CSS Variables ドキュメント
の named colors 既定値に沿っています。

id base 主な値
adwaita-light light window_bg_color #fafafb / view_bg_color #ffffff / sidebar_bg_color #ebebed、accent_bg_color #3584e4
adwaita-dark dark window_bg_color #222226 / headerbar_bg_color #2e2e32 / view_bg_color #1d1d20、アクセントは light と同じ #3584e4

libadwaita は「塗りつぶし用 (*_bg_color)」と「テキスト用 (*_color)」を分けているので、
本テーマでもその使い分けに従っています。

  • linkaccent_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.jsontheme.json5 を置いた
  • meta.id をディレクトリ名と完全一致させた
  • meta.jsoncreatedAt/updatedAt を書いていない
  • ソースは難読化していない
  • pnpm run registry:build がローカルで成功する(check-registry-integrity.mjs も警告 0 件)

権限(plugin / widget / query のみ)

該当なし(テーマのみ)。

補足: コントラスト

fg/bg fg/panel link/panel warn/panel error/panel fgOnAccent/accent
adwaita-light 12.22 12.57 6.07 6.08 6.32 3.77
adwaita-dark 13.58 11.69 7.98 8.43 6.31 3.77

fgOnAccent / accent の 3.77:1 は白文字 + #3584e4 という GNOME 実機どおりの組み合わせです
(#32 の macOS 系と同水準、Breeze の 2.43 よりは高い)。

🤖 Generated with Claude Code

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>
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@hitalin, you've reached your PR review limit, so we couldn't start this review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 91d7ad08-ae0a-4c53-8538-53da89ecfae9

📥 Commits

Reviewing files that changed from the base of the PR and between 075270d and 4c413cf.

📒 Files selected for processing (12)
  • public/registry/index.json
  • public/registry/plugins.json
  • public/registry/queries.json
  • public/registry/skills.json
  • public/registry/themes.json
  • public/registry/themes/adwaita-dark/api.json
  • public/registry/themes/adwaita-dark/meta.json
  • public/registry/themes/adwaita-dark/theme.json5
  • public/registry/themes/adwaita-light/api.json
  • public/registry/themes/adwaita-light/meta.json
  • public/registry/themes/adwaita-light/theme.json5
  • public/registry/widgets.json

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
misstore 4c413cf Aug 07 2026, 01:12 AM

@hitalin hitalin self-assigned this Aug 7, 2026
@hitalin
hitalin merged commit 9f106c8 into main Aug 7, 2026
5 checks passed
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