Skip to content

fix(themes): gtk-classic を Clearlooks 実配色に作り直す - #34

Merged
hitalin merged 2 commits into
mainfrom
fix/gtk-classic-clearlooks
Aug 7, 2026
Merged

fix(themes): gtk-classic を Clearlooks 実配色に作り直す#34
hitalin merged 2 commits into
mainfrom
fix/gtk-classic-clearlooks

Conversation

@hitalin

@hitalin hitalin commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

種別

  • theme
  • plugin
  • widget
  • query
  • skill

概要 / なぜ

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 実物に合わせます。

旧 (Tango) 新 (Clearlooks)
bg #d3d7cf #edeceb (bg_color)
accent #3465a4 #86abd9 (selected_bg_color)
fg #2e3436 #1a1a1a (text_color)
link #204a87 #0000ee (GTK2 既定の link-color)
hashtag #75507b #551a8b (同 visited-link-color)
infoWarnBg #f5f5b5 #f5f5b5 のまま (tooltip_bg_color に一致していた)

error / warn / success / badge は Tango の Scarlet Red / Butter / Chameleon を
残しています。当時もステータス表示やアイコンは Tango 準拠だったので、ここは Tango が
正しい文脈です。

配色が総入れ替えになるので version2.0.0 に上げました。既にインストールしている
方の見た目は変わります。

チェックリスト(投稿者)

  • meta.id はディレクトリ名と一致 (gtk-classic のまま、テーマ UUID も維持)
  • meta.jsoncreatedAt/updatedAt を書いていない
  • ソースは難読化していない
  • pnpm run registry:build がローカルで成功する(check-registry-integrity.mjs も警告 0 件)

権限(plugin / widget / query のみ)

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

補足: コントラスト

fg/bg fg/panel link/panel navFg/navBg infoWarnFg/infoWarnBg fgOnAccent/accent
14.75 17.40 9.40 7.28 6.43 2.38

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

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>
@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: 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 @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: 5d5d2f5a-6746-41ef-97d8-ef750a8019a5

📥 Commits

Reviewing files that changed from the base of the PR and between 9f106c8 and 6294157.

📒 Files selected for processing (9)
  • public/registry/index.json
  • public/registry/plugins.json
  • public/registry/queries.json
  • public/registry/skills.json
  • public/registry/themes.json
  • public/registry/themes/gtk-classic/api.json
  • public/registry/themes/gtk-classic/meta.json
  • public/registry/themes/gtk-classic/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

cloudflare-workers-and-pages Bot commented Aug 7, 2026

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 6294157 Aug 07 2026, 01:21 AM

@hitalin hitalin self-assigned this Aug 7, 2026
…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
@hitalin
hitalin merged commit 059112a into main Aug 7, 2026
4 of 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