fix(themes): gtk-classic を Clearlooks 実配色に作り直す - #34
Conversation
Tango は本来アイコンテーマのガイドライン (Tango Icon Theme Guidelines) であって GTK2 のウィジェット配色ではない。旧版は Tango の Aluminium (#d3d7cf) と Sky Blue (#3465a4) で塗っていたため、実物の GNOME 2 より暗く緑寄りで、 「事務的なグレー」だった当時の見た目と違っていた。 GNOME 2.12 以降の既定テーマ Clearlooks の gtk_color_scheme に合わせる。 - bg #d3d7cf -> #edeceb (bg_color) - accent #3465a4 -> #86abd9 (selected_bg_color) - fg #2e3436 -> #1a1a1a (text_color) - link を GTK2 既定の #0000ee、visited 相当の #551a8b を hashtag に - infoWarnBg #f5f5b5 は Clearlooks の tooltip_bg_color なのでそのまま error / warn / success / badge は当時もアイコン側が Tango だったため Tango の Scarlet Red / Butter / Chameleon を残す。 配色が総入れ替えになるため version を 2.0.0 に上げる。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 33 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 (9)
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 | 6294157 | Aug 07 2026, 01:21 AM |
…looks # Conflicts: # public/registry/index.json # public/registry/plugins.json # public/registry/queries.json # public/registry/skills.json # public/registry/themes.json # public/registry/widgets.json
種別
概要 / なぜ
gtk-classicは「GNOME 2 / GTK2 時代のデスクトップ配色」を名乗っていましたが、実際にはTango パレットで塗られていました。Tango は Tango Icon Theme Guidelines
という アイコン の配色ガイドラインで、GTK2 のウィジェットテーマの色ではありません。
GNOME 2.12〜2.32 の既定ウィジェットテーマは Clearlooks で、その
gtk_color_schemeはbg_color:#EDECEB/selected_bg_color:#86ABD9/text_color:#1A1A1A/tooltip_bg_color:#F5F5B5。旧版の #d3d7cf (Tango Aluminium 2) + #3465a4 (Sky Blue 3) は実物よりかなり暗く緑寄りで、当時の「素っ気ない事務グレー」の印象と食い違っていました。
そこで配色を Clearlooks 実物に合わせます。
bgbg_color)accentselected_bg_color)fgtext_color)linklink-color)hashtagvisited-link-color)infoWarnBgtooltip_bg_colorに一致していた)error/warn/success/badgeは Tango の Scarlet Red / Butter / Chameleon を残しています。当時もステータス表示やアイコンは Tango 準拠だったので、ここは Tango が
正しい文脈です。
配色が総入れ替えになるので
versionを 2.0.0 に上げました。既にインストールしている方の見た目は変わります。
チェックリスト(投稿者)
meta.idはディレクトリ名と一致 (gtk-classicのまま、テーマ UUID も維持)meta.jsonにcreatedAt/updatedAtを書いていないpnpm run registry:buildがローカルで成功する(check-registry-integrity.mjsも警告 0 件)権限(plugin / widget / query のみ)
該当なし(テーマのみ)。
補足: コントラスト
fgOnAccent/accentの 2.38:1 は Clearlooks のselected_bg_color#86ABD9 +selected_fg_color#ffffff という実物どおりの組み合わせです(#32 の Breeze 2.43 と同水準)。テキストに載る
link/mention/navActiveは accent ではなく #0000ee 側を使うことで、読めない箇所が出ないようにしています。
🤖 Generated with Claude Code