salut,
je ne suis pas une experte dans le domaine mais j'aime bien bricoler mes thèmes aussi. Sauf que je n'utilise pas des thèmes basés sur Metacity… Du coup, c'est pas simple pour moi.
De ce que j'ai pu trouver dans ton "metacity-theme-1.xml", ça commence à être intéressant à partir de le ligne 70, je te colle l'extrait.
<draw_ops name="draw_title">
<!-- frame and gradient -->
<rectangle color="#3c3b37" filled="false" x="0" y="0" width="width-1" height="top_height"/>
<gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1">
<color value="shade/#1c1b17/1.1" />
<color value="#0c0b07" />
</gradient>
<!-- top line -->
<gradient type="horizontal" x="0" y="1" width="width" height="1">
<color value="shade/#1c1b17/1.2" />
<color value="shade/#1c1b17/1.5" />
<color value="shade/#1c1b17/1.2" />
</gradient>
<!-- left arch -->
<!-- <arc color="shade/#474642/1.1" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" />
<arc color="#3c3b37" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> -->
<line color="#3c3b37" x1="0" x2="4" y1="1" y2="1"/>
<line color="#3c3b37" x1="0" x2="2" y1="2" y2="2"/>
<line color="#3c3b37" x1="0" x2="1" y1="3" y2="3"/>
<line color="#3c3b37" x1="0" x2="1" y1="4" y2="4"/>
<!-- right arch -->
<!-- <arc color="shade/#474642/1.1" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" />
<arc color="#3c3b37" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> -->
<line color="#3c3b37" x1="width-5" x2="width" y1="1" y2="1"/>
<line color="#3c3b37" x1="width-3" x2="width" y1="2" y2="2"/>
<line color="#3c3b37" x1="width-2" x2="width" y1="3" y2="3"/>
<line color="#3c3b37" x1="width-2" x2="width" y1="4" y2="4"/>
</draw_ops>
C'est la-dedans que ça semble se passer. La couleur #0c0b07 est celle que tu veux. Mais quand la fenêtre est "maximized", dans ta barre de titre qui n'est pas de la bonne couleur, le bas du gradient est #3c3b37
Du coup, tente de changer la couleur de la ligne 72 qui est :
<rectangle color="#3c3b37" filled="false" x="0" y="0" width="width-1" height="top_height"/>
en
<rectangle color="#0c0b07" filled="false" x="0" y="0" width="width-1" height="top_height"/>
Je ne peux pas tester car je n'ai pas la bonne config. J'espère t'avoir un peu aidé quand même. Tu as un
petit tuto qui peut t'aider.