私はgnome-Shellを使用しています。私はgnome-color-chooserとgnome Tweakを試しましたが、gnome-color-chooserはGTK3では動作せず、私の知る限りでは、GTK2でも動作しません。このオプションはgnome Tweakにはありません。 dconf-editorを使用してみましたが、何をしているのかわかりません。これらのファイルを編集しようとしましたが、何を変更する必要があるか正確にはわかりません。
/usr/share/themes/Ambiance-Blue/gtk-3.0/gtk.css
/usr/share/themes/Ambiance-Blue/gtk-3.0/settings.ini
/usr/share/themes/Ambiance-Blue/gtk-2.0/gtkrc
Firefox Nightlyウィンドウと他のウィンドウを、日付/時刻と天気の拡張機能と同じ青色(現在は白色)にしようとしています。
アイスクリームサンドイッチシェルテーマを使用しています。
あなたは間違った場所を見ています。
ウィンドウのタイトルはGTKでは描画されず、Gnome ShellのMetacityで描画されます(UnityのCompizなどで...)
試したことはありませんが、正しいファイルはテーマのメインフォルダーのmetacityフォルダーの下にあります。名前はmetacity-theme.xml(またはそのようなもの)です
変更されるコードブロック:
<draw_ops name="draw_title_text_normal">
<title color="#333" x="10" y="(((height - title_height) / 2) `max` 0)+1"/>
<title color="#333" x="10" y="(((height - title_height) / 2) `max` 0)-1"/>
<title color="#333" x="9" y="(((height - title_height) / 2) `max` 0)"/>
<title color="#333" x="11" y="(((height - title_height) / 2) `max` 0)"/>
<title color="#dfdbd2" x="10" y="(((height - title_height) / 2) `max` 0)"/>
</draw_ops>
<draw_ops name="draw_title_text_unfocused">
<title color="#333" x="10" y="(((height - title_height) / 2) `max` 0)+1"/>
<title color="#333" x="10" y="(((height - title_height) / 2) `max` 0)-1"/>
<title color="#333" x="9" y="(((height - title_height) / 2) `max` 0)"/>
<title color="#333" x="11" y="(((height - title_height) / 2) `max` 0)"/>
<title color="#807d78" x="10" y="(((height - title_height) / 2) `max` 0)"/>
</draw_ops>