<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=1060411&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / [résolu] xfce/firefox : zones de saisie...]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1060411</link>
		<description><![CDATA[Les sujets les plus récents dans [résolu] xfce/firefox : zones de saisie....]]></description>
		<lastBuildDate>Sun, 07 Oct 2012 10:31:28 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11033881#p11033881</link>
			<description><![CDATA[<p>Ok. <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Le style du fichier userContent.css (surtout le dernier proposé) semble fonctionner cependant, indépendamment du thème GTK.</p><p>@+ <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (The Uploader)]]></author>
			<pubDate>Sun, 07 Oct 2012 10:31:28 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11033881#p11033881</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11033771#p11033771</link>
			<description><![CDATA[<p>Je viens de faire le test mais, entre-temps, j&#039;ai trouvé un thème qui m&#039;affiche bien noir sur blanc les input boxes.<br />Il s&#039;agit de &quot;contraste élevé inversé&quot;.<br />J&#039;avais également nettoyé (désactivé) mes modules complémentaires puis essayé plusieurs possibilités avec stylish, y compris agir sur les polices. Des résultats... divers.</p><p>Bah, je ne vais pas t&#039;embêter plus longtemps puisque ça fonctionne cahin-caha.<br />Merci beaucoup pour ce petit cours de xfce.<br />Je n&#039;ai plus qu&#039;à me plonger dans les méandres du traitement audio avec ce KXStudio fraichement installé et xcfe opérationnel.</p><p>Je mets donc le traditiponnel &quot;résolu&quot; et te remercie encore.</p><p>A+</p>]]></description>
			<author><![CDATA[dummy@example.com (allany)]]></author>
			<pubDate>Sun, 07 Oct 2012 10:25:53 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11033771#p11033771</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11033651#p11033651</link>
			<description><![CDATA[<p>Sinon, le fichier <strong>~/.mozilla/&lt;identifiant profile.default&gt;/chrome/userContent.css</strong> semble être le fichier à modifier/créer pour spécifier un style particulier pour les zones de saisie dans les page :</p><p>On peut y mettre ce texte :</p><div class="codebox"><pre><code>input, textarea {
   color: WindowText !important;  
   background: Window !important;  
}</code></pre></div><p><a href="http://www.commentcamarche.net/faq/28380-firefox-forcer-la-couleur-des-boutons-dans-les-pages">source</a></p><p>Ou celui-ci :</p><div class="codebox"><pre><code>input, textarea {
   color: black !important;  
   background: white !important;  
}</code></pre></div><p>(dans les deux cas, chez moi ça prend effet une fois Firefox redémarré)</p>]]></description>
			<author><![CDATA[dummy@example.com (The Uploader)]]></author>
			<pubDate>Sun, 07 Oct 2012 10:21:10 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11033651#p11033651</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11033041#p11033041</link>
			<description><![CDATA[<div class="quotebox"><cite>allany a écrit&#160;:</cite><blockquote><div><p>J&#039;ai partiellement résolu le problème, pour la zone de saisie Google, avec l&#039;addon Stylish.</p></div></blockquote></div><div class="quotebox"><cite>allany a écrit&#160;:</cite><blockquote><div><p>Oui, la manip&#039; indiquée fonctionne pour ces deux thème malys (choisis au hasard). <br />Content d&#039;avoir appris quelque chose de nouveau !</p><p>Par contre, ni clearlocks ni greybird ne changent ces input boxes qui demeurent gris clair sur blanc sauf si j&#039;adopte un style &quot;global&quot; avec stylish lesquels sont plutôt noirs de chez dark...</p><p>Merci, à+</p></div></blockquote></div><p>Ça me fait penser, as tu vérifié les modules complémentaires de ton Firefox ? Peut-être qu&#039;il y a un module qui force ce style gris sur les zones de saisie ?<br />Au pire si tu déplaces ton profil Firefox :</p><div class="codebox"><pre><code>mv ~/.mozilla ~/.mozilla-old</code></pre></div><p>Et que tu le redémarre, ça permettra de tester si ça vient de la config de Firefox.<br />Pour remettre le profile ensuite :</p><div class="codebox"><pre><code>mv ~/.mozilla ~/.mozilla-new
mv ~/.mozilla-old ~/.mozilla</code></pre></div><p>Il y a peut-être aussi des modules installés par la distribution. Par exemple Ubuntu inclut dans Firefox le module pour le menu global. Un déplacement du profil ne l&#039;enlèvera pas : il faudra le désactiver dans la page de configuration des modules de Firefox.</p>]]></description>
			<author><![CDATA[dummy@example.com (The Uploader)]]></author>
			<pubDate>Sun, 07 Oct 2012 09:49:09 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11033041#p11033041</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11032991#p11032991</link>
			<description><![CDATA[<p>Oui, la manip&#039; indiquée fonctionne pour ces deux thème malys (choisis au hasard). <br />Content d&#039;avoir appris quelque chose de nouveau !</p><p>Par contre, ni clearlocks ni greybird ne changent ces input boxes qui demeurent gris clair sur blanc sauf si j&#039;adopte un style &quot;global&quot; avec stylish lesquels sont plutôt noirs de chez dark...</p><p>Merci, à+</p>]]></description>
			<author><![CDATA[dummy@example.com (allany)]]></author>
			<pubDate>Sun, 07 Oct 2012 09:47:52 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11032991#p11032991</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11032641#p11032641</link>
			<description><![CDATA[<p>(oui la commande tree était bourrine. Un ls suffit)</p><p>Ce thème est un peu spécial : l&#039;archive contient un dossier avec, deux thèmes GTK (malys-rough-left, et malys-rough-right), chacun dans leur propre dossier. Il propose aussi des polices de caractères.</p><p>Pour qu&#039;un thème fonctionne, il lui faut un fichier <strong>index.theme</strong>, et les dossiers <strong>gtk-2.0</strong> et <strong>gtk-3.0</strong> à la racine. Par exemple :</p><div class="codebox"><pre><code>&gt;ls /usr/share/themes/Greybird
Greybird.emerald 
index.theme
LICENSE.CC
LICENSE.GPL
README
gtk-2.0/
gtk-3.0/
metacity-1/
unity/
xfce-notify-4.0/
xfwm4_compact/
xfwm4/</code></pre></div><p>(Note : Greybird propose en plus un thème pour les bordures de fenêtres de Xfce dans le dossier <strong>xfwm4</strong>, et une variante &#039;compacte&#039; dans le dossier <strong>xfwm4_compact</strong> : les deux apparaissent dans le <strong>Gestionnaire de paramètres =&gt; Gestionnaire de fenêtres =&gt; Style</strong>. En outre, il propose un thème pour les notifications Xfce dans le dossier <strong>xfce-notify-4.0</strong>.</p><p>Le reste ne concerne pas Xfce : Il y a un thème pour le gestionnaire de fenêtres d&#039;Unity dans le dossier <strong>metacity-1</strong>, et aussi grâce au fichier <strong>Greybird.emerald</strong>. Et enfin, un thème pour Unity, l&#039;environnement par défaut d&#039;Ubuntu, dans le dossier <strong>unity</strong>)</p><p>Donc, pour faire fonctionner les deux thèmes proposés par malys-rought, il faut déplacer les dossiers malys-rough-left et malys-rough-right pour qu&#039;ils soient dans ~/.themes et non dans ~/.themes/malys-theme GTK3-rought (ce qu&#039;il fait qu&#039;ils n&#039;apparaissent pas) :</p><div class="codebox"><pre><code>mv ~/.themes/malys-theme\ GTK3-rought/malys-rough-left ~/.themes
mv ~/.themes/malys-theme\ GTK3-rought/malys-rough-right ~/.themes</code></pre></div><p>(on peut faire ça aussi avec Thunar, le gestionnaire de fichiers de Xfce, mais les commandes du terminal sont facilement copiables)</p><p>Il faut aussi mettre les polices de caractères dans le bon dossier, en l&#039;occurence un dossier ~/.fonts :</p><div class="codebox"><pre><code>mkdir ~/.fonts
mv .themes/malys-theme\ GTK3-rought/bahamas\ font/* ~/.fonts/</code></pre></div><p>Et les deux thèmes devraient non seulement apparaître dans Apparence =&gt; Style, mais aussi fonctionner.</p><br /><div class="quotebox"><cite>allany a écrit&#160;:</cite><blockquote><div><p>Les zones de saisie, dans firefox, demeurent désespérément grisounettes, quasi imperceptibles, quel que soit le thème choisi, le lissage des polices ou le RVB choisis...</p></div></blockquote></div><p>J&#039;ai ce phénomène avec le thème malys-rought, enfin du moins pour la barre d&#039;adresse et la zone de recherche Google : du gris sur fond noir, c&#039;est pas vraiment lisible. <img src="http://forum.ubuntu-fr.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><p>Je n&#039;ai pas ça avec <a href="https://github.com/shimmerproject/Greybird/tarball/master">Greybird</a> ou <a href="http://gnome-look.org/content/download.php?content=145210&amp;id=2&amp;tan=30721236&amp;PHPSESSID=66513d7bb79e5b962b254e7159adc86e">Clearlooks-Phenix</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (The Uploader)]]></author>
			<pubDate>Sun, 07 Oct 2012 09:28:54 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11032641#p11032641</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11032311#p11032311</link>
			<description><![CDATA[<p>J&#039;ai partiellement résolu le problème, pour la zone de saisie Google, avec l&#039;addon Stylish.</p>]]></description>
			<author><![CDATA[dummy@example.com (allany)]]></author>
			<pubDate>Sun, 07 Oct 2012 09:05:37 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11032311#p11032311</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11032081#p11032081</link>
			<description><![CDATA[<p>Hello !</p><p>Ca va être super-long, ce tree aussi je n&#039;ai laissé qu&#039;un seul thème (malys-theme GTK3) dans mon répertoire /home/iago...<br />J&#039;ai d&#039;autre part essayé de modifier mon ~/.mozilla/firefox/default/chrome/userContent.css en y ajoutant ceci :</p><div class="codebox"><pre><code>input {
    -moz-appearance: none !important;
    background-color: white;
    color: black;
}

textarea {
    -moz-appearance: none !important;
    background-color: white;
    color: black;
}</code></pre></div><p>mais toujours rien...</p><p>Voici le tree, désolé pour la taille. N&#039;y a-t-il pas, ici, moyen de mettre ce type de code dans une box ?</p><p>/home/iago/.themes/<br />└── malys-theme GTK3-rought<br />&#160; &#160; ├── bahamas font<br />&#160; &#160; │   ├── BAHAMAHN.TTF<br />&#160; &#160; │   ├── BAHAMAL0.TTF<br />&#160; &#160; │   ├── BAHAMAS0.TTF<br />&#160; &#160; │   └── BAHAMASB.TTF<br />&#160; &#160; ├── Disable the Global Menu in Ubuntu 12.04 (Precise Pangolin)<br />&#160; &#160; ├── Disable the Global Menu in Ubuntu 12.04 (Precise Pangolin)~<br />&#160; &#160; ├── LICENSE - GPLv3<br />&#160; &#160; ├── malys-rough-left<br />&#160; &#160; │   ├── backgrounds<br />&#160; &#160; │   │   ├── malys-future.jpg<br />&#160; &#160; │   │   └── nature.jpg<br />&#160; &#160; │   ├── gtk-2.0<br />&#160; &#160; │   │   ├── Arrows<br />&#160; &#160; │   │   │   ├── arrow-down-insens.png<br />&#160; &#160; │   │   │   ├── arrow-down.png<br />&#160; &#160; │   │   │   ├── arrow-down-prelight.png<br />&#160; &#160; │   │   │   ├── arrow-down-pressed.png<br />&#160; &#160; │   │   │   ├── arrow-left-active.png<br />&#160; &#160; │   │   │   ├── arrow-left-insensitive.png<br />&#160; &#160; │   │   │   ├── arrow-left.png<br />&#160; &#160; │   │   │   ├── arrow-left-prelight.png<br />&#160; &#160; │   │   │   ├── arrow-right-active.png<br />&#160; &#160; │   │   │   ├── arrow-right-insensitive.png<br />&#160; &#160; │   │   │   ├── arrow-right.png<br />&#160; &#160; │   │   │   ├── arrow-right-prelight.png<br />&#160; &#160; │   │   │   ├── arrow-up-active.png<br />&#160; &#160; │   │   │   ├── arrow-up-insensitive.png<br />&#160; &#160; │   │   │   ├── arrow-up.png<br />&#160; &#160; │   │   │   └── arrow-up-prelight.png<br />&#160; &#160; │   │   ├── Buttons<br />&#160; &#160; │   │   │   ├── button-default.png<br />&#160; &#160; │   │   │   ├── button-insensitive.png<br />&#160; &#160; │   │   │   ├── button-normal.png<br />&#160; &#160; │   │   │   ├── button-prelight.png<br />&#160; &#160; │   │   │   └── button-pressed.png<br />&#160; &#160; │   │   ├── Check-Radio<br />&#160; &#160; │   │   │   ├── check1.png<br />&#160; &#160; │   │   │   ├── check2.png<br />&#160; &#160; │   │   │   ├── check3.png<br />&#160; &#160; │   │   │   ├── check4.png<br />&#160; &#160; │   │   │   ├── check5.png<br />&#160; &#160; │   │   │   ├── check6.png<br />&#160; &#160; │   │   │   ├── checklight.png<br />&#160; &#160; │   │   │   ├── highlight.png<br />&#160; &#160; │   │   │   ├── option1.png<br />&#160; &#160; │   │   │   ├── option2.png<br />&#160; &#160; │   │   │   ├── option3.png<br />&#160; &#160; │   │   │   ├── option4.png<br />&#160; &#160; │   │   │   ├── option5.png<br />&#160; &#160; │   │   │   └── option6.png<br />&#160; &#160; │   │   ├── Combo<br />&#160; &#160; │   │   │   ├── combo-arrow-insens.png<br />&#160; &#160; │   │   │   ├── combo-arrow.png<br />&#160; &#160; │   │   │   ├── combo-arrow-prelight.png<br />&#160; &#160; │   │   │   ├── combo-inactive.png<br />&#160; &#160; │   │   │   ├── combo-normal.png<br />&#160; &#160; │   │   │   ├── combo-prelight.png<br />&#160; &#160; │   │   │   ├── combo-pressed.png<br />&#160; &#160; │   │   │   ├── op-ins.png<br />&#160; &#160; │   │   │   ├── op.png<br />&#160; &#160; │   │   │   └── op-pre.png<br />&#160; &#160; │   │   ├── Frame-Gap<br />&#160; &#160; │   │   │   ├── frame1.png<br />&#160; &#160; │   │   │   ├── frame-gap-end.png<br />&#160; &#160; │   │   │   └── frame-gap-start.png<br />&#160; &#160; │   │   ├── gtkrc<br />&#160; &#160; │   │   ├── gtkrc~<br />&#160; &#160; │   │   ├── Handles<br />&#160; &#160; │   │   │   ├── handle-h.png<br />&#160; &#160; │   │   │   ├── handle-v.png<br />&#160; &#160; │   │   │   └── resize-grip.png<br />&#160; &#160; │   │   ├── Lines<br />&#160; &#160; │   │   │   ├── line-h.png<br />&#160; &#160; │   │   │   └── line-v.png<br />&#160; &#160; │   │   ├── ListHeaders<br />&#160; &#160; │   │   │   ├── list_header-insens.png<br />&#160; &#160; │   │   │   ├── list_header.png<br />&#160; &#160; │   │   │   ├── list_header-prelight.png<br />&#160; &#160; │   │   │   ├── list_header-pressed.png<br />&#160; &#160; │   │   │   ├── tree(old).png<br />&#160; &#160; │   │   │   └── tree.png<br />&#160; &#160; │   │   ├── Menu-Menubar<br />&#160; &#160; │   │   │   ├── arrow-down-insens.png<br />&#160; &#160; │   │   │   ├── arrow-down.png<br />&#160; &#160; │   │   │   ├── arrow-down-prelight.png<br />&#160; &#160; │   │   │   ├── arrow-left-insens.png<br />&#160; &#160; │   │   │   ├── arrow-left.png<br />&#160; &#160; │   │   │   ├── arrow-left-prelight.png<br />&#160; &#160; │   │   │   ├── arrow-right-insens.png<br />&#160; &#160; │   │   │   ├── arrow-right.png<br />&#160; &#160; │   │   │   ├── arrow-right-prelight.png<br />&#160; &#160; │   │   │   ├── arrow-up-insensitive.png<br />&#160; &#160; │   │   │   ├── arrow-up.png<br />&#160; &#160; │   │   │   ├── arrow-up-prelight.png<br />&#160; &#160; │   │   │   ├── menu2.png<br />&#160; &#160; │   │   │   ├── menubar-item.png<br />&#160; &#160; │   │   │   ├── menubar.png<br />&#160; &#160; │   │   │   ├── menuitem.png<br />&#160; &#160; │   │   │   ├── menuline.png<br />&#160; &#160; │   │   │   ├── menuline-v.png<br />&#160; &#160; │   │   │   └── menu.png<br />&#160; &#160; │   │   ├── Others<br />&#160; &#160; │   │   │   ├── bg.png<br />&#160; &#160; │   │   │   ├── focus.png<br />&#160; &#160; │   │   │   ├── null.png<br />&#160; &#160; │   │   │   ├── ruler.png<br />&#160; &#160; │   │   │   └── tooltip.png<br />&#160; &#160; │   │   ├── Panel<br />&#160; &#160; │   │   │   ├── button-active.png<br />&#160; &#160; │   │   │   ├── button-inactive.png<br />&#160; &#160; │   │   │   ├── button-prelight.png<br />&#160; &#160; │   │   │   ├── handle-h.png<br />&#160; &#160; │   │   │   ├── handle-v.png<br />&#160; &#160; │   │   │   ├── menubar-item.png<br />&#160; &#160; │   │   │   ├── panel-bg1.png<br />&#160; &#160; │   │   │   ├── panel-bg.png<br />&#160; &#160; │   │   │   ├── panel-button-active.png<br />&#160; &#160; │   │   │   ├── panel-button-active-prelight.png<br />&#160; &#160; │   │   │   ├── panel-button-inactive.png<br />&#160; &#160; │   │   │   ├── panel-button-prelight.png<br />&#160; &#160; │   │   │   ├── panel-menubar.png<br />&#160; &#160; │   │   │   └── panel.png<br />&#160; &#160; │   │   ├── ProgressBar<br />&#160; &#160; │   │   │   ├── pixmap.png<br />&#160; &#160; │   │   │   ├── progressbar-horiz.png<br />&#160; &#160; │   │   │   ├── progressbar-vert.png<br />&#160; &#160; │   │   │   ├── trough-progressbar-horiz.png<br />&#160; &#160; │   │   │   └── trough-progressbar.png<br />&#160; &#160; │   │   ├── Range<br />&#160; &#160; │   │   │   ├── null.png<br />&#160; &#160; │   │   │   ├── scale-slider-horizontal-hover.png<br />&#160; &#160; │   │   │   ├── scale-slider-horizontal-insensitive.png<br />&#160; &#160; │   │   │   ├── scale-slider-horizontal.png<br />&#160; &#160; │   │   │   ├── scale-slider-vertical-hover.png<br />&#160; &#160; │   │   │   ├── scale-slider-vertical-insensitive.png<br />&#160; &#160; │   │   │   ├── scale-slider-vertical.png<br />&#160; &#160; │   │   │   ├── slider-horiz.png<br />&#160; &#160; │   │   │   ├── slider-horiz-prelight.png<br />&#160; &#160; │   │   │   ├── slider-vert.png<br />&#160; &#160; │   │   │   ├── slider-vert-prelight.png<br />&#160; &#160; │   │   │   ├── trough-horizontal.png<br />&#160; &#160; │   │   │   └── trough-vertical.png<br />&#160; &#160; │   │   ├── Scrollbars<br />&#160; &#160; │   │   │   ├── scroll-thumb-horiz.png<br />&#160; &#160; │   │   │   ├── scroll-thumb-vert.png<br />&#160; &#160; │   │   │   ├── slider-horiz-insens.png<br />&#160; &#160; │   │   │   ├── slider-horiz.png<br />&#160; &#160; │   │   │   ├── slider-horiz-prelight.png<br />&#160; &#160; │   │   │   ├── slider-vert-insens.png<br />&#160; &#160; │   │   │   ├── slider-vert.png<br />&#160; &#160; │   │   │   ├── slider-vert-prelight.png<br />&#160; &#160; │   │   │   ├── stepper-down-insens.png<br />&#160; &#160; │   │   │   ├── stepper-down.png<br />&#160; &#160; │   │   │   ├── stepper-down-prelight.png<br />&#160; &#160; │   │   │   ├── stepper-left-insens.png<br />&#160; &#160; │   │   │   ├── stepper-left.png<br />&#160; &#160; │   │   │   ├── stepper-left-prelight.png<br />&#160; &#160; │   │   │   ├── stepper-right-insens.png<br />&#160; &#160; │   │   │   ├── stepper-right.png<br />&#160; &#160; │   │   │   ├── stepper-right-prelight.png<br />&#160; &#160; │   │   │   ├── stepper-up-insens.png<br />&#160; &#160; │   │   │   ├── stepper-up.png<br />&#160; &#160; │   │   │   ├── stepper-up-prelight.png<br />&#160; &#160; │   │   │   ├── trough-scrollbar-horiz.png<br />&#160; &#160; │   │   │   └── trough-scrollbar-vert.png<br />&#160; &#160; │   │   ├── Shadows<br />&#160; &#160; │   │   │   ├── entry-shadow-in.png<br />&#160; &#160; │   │   │   ├── shadow-etched-in.png<br />&#160; &#160; │   │   │   ├── shadow-etched-out.png<br />&#160; &#160; │   │   │   ├── shadow-in.png<br />&#160; &#160; │   │   │   ├── shadow-none.png<br />&#160; &#160; │   │   │   ├── shadow-out.png<br />&#160; &#160; │   │   │   ├── text-entry2.png<br />&#160; &#160; │   │   │   ├── text-entry3.png<br />&#160; &#160; │   │   │   └── text-entry.png<br />&#160; &#160; │   │   ├── Spin<br />&#160; &#160; │   │   │   ├── arrow-down-active.png<br />&#160; &#160; │   │   │   ├── arrow-down-disable.png<br />&#160; &#160; │   │   │   ├── arrow-down.png<br />&#160; &#160; │   │   │   ├── arrow-down-prelight.png<br />&#160; &#160; │   │   │   ├── arrow-up-active.png<br />&#160; &#160; │   │   │   ├── arrow-up-disable.png<br />&#160; &#160; │   │   │   ├── arrow-up.png<br />&#160; &#160; │   │   │   ├── arrow-up-prelight.png<br />&#160; &#160; │   │   │   ├── entry-shadow-in.png<br />&#160; &#160; │   │   │   ├── spin-down-bg.png<br />&#160; &#160; │   │   │   ├── spin-up-bg.png<br />&#160; &#160; │   │   │   ├── text-entry-focus.png<br />&#160; &#160; │   │   │   ├── text-entry.png<br />&#160; &#160; │   │   │   └── transparent spin<br />&#160; &#160; │   │   │  &#160; &#160; &#160;├── spin-down-bg.png<br />&#160; &#160; │   │   │  &#160; &#160; &#160;├── spin-up-bg.png<br />&#160; &#160; │   │   │  &#160; &#160; &#160;└── text-entry.png<br />&#160; &#160; │   │   ├── styles<br />&#160; &#160; │   │   │   ├── button<br />&#160; &#160; │   │   │   ├── button~<br />&#160; &#160; │   │   │   ├── checkbutton<br />&#160; &#160; │   │   │   ├── chromium.rc<br />&#160; &#160; │   │   │   ├── chromium.rc~<br />&#160; &#160; │   │   │   ├── combo<br />&#160; &#160; │   │   │   ├── combo~<br />&#160; &#160; │   │   │   ├── entry<br />&#160; &#160; │   │   │   ├── entry~<br />&#160; &#160; │   │   │   ├── handlebox<br />&#160; &#160; │   │   │   ├── inactivetext<br />&#160; &#160; │   │   │   ├── listheader<br />&#160; &#160; │   │   │   ├── listheader~<br />&#160; &#160; │   │   │   ├── menu-menubar<br />&#160; &#160; │   │   │   ├── menu-menubar~<br />&#160; &#160; │   │   │   ├── murrine-style-images-and-labels<br />&#160; &#160; │   │   │   ├── notebook<br />&#160; &#160; │   │   │   ├── oo<br />&#160; &#160; │   │   │   ├── oo~<br />&#160; &#160; │   │   │   ├── optionmenu<br />&#160; &#160; │   │   │   ├── optionmenu~<br />&#160; &#160; │   │   │   ├── panel<br />&#160; &#160; │   │   │   ├── panel~<br />&#160; &#160; │   │   │   ├── progressbar<br />&#160; &#160; │   │   │   ├── progressbar~<br />&#160; &#160; │   │   │   ├── radiobutton<br />&#160; &#160; │   │   │   ├── range<br />&#160; &#160; │   │   │   ├── scrollbar<br />&#160; &#160; │   │   │   ├── scrollbar~<br />&#160; &#160; │   │   │   ├── spin<br />&#160; &#160; │   │   │   ├── spin~<br />&#160; &#160; │   │   │   ├── statusbar<br />&#160; &#160; │   │   │   ├── toolbar<br />&#160; &#160; │   │   │   ├── toolbar~<br />&#160; &#160; │   │   │   ├── tooltips<br />&#160; &#160; │   │   │   ├── tooltips~<br />&#160; &#160; │   │   │   └── windowbg.rc<br />&#160; &#160; │   │   ├── Tabs<br />&#160; &#160; │   │   │   ├── gap-bottom-left.png<br />&#160; &#160; │   │   │   ├── gap-bottom.png<br />&#160; &#160; │   │   │   ├── gap-bottom-right.png<br />&#160; &#160; │   │   │   ├── gap-left.png<br />&#160; &#160; │   │   │   ├── gap-right.png<br />&#160; &#160; │   │   │   ├── gap-top-left.png<br />&#160; &#160; │   │   │   ├── gap-top.png<br />&#160; &#160; │   │   │   ├── gap-top-right.png<br />&#160; &#160; │   │   │   ├── notebook-bottom.png<br />&#160; &#160; │   │   │   ├── notebook-left.png<br />&#160; &#160; │   │   │   ├── notebook.png<br />&#160; &#160; │   │   │   ├── notebook-right.png<br />&#160; &#160; │   │   │   ├── notebook-top.png<br />&#160; &#160; │   │   │   ├── nott trans<br />&#160; &#160; │   │   │   │   ├── notebook-top.png<br />&#160; &#160; │   │   │   │   ├── tab-top-active.png<br />&#160; &#160; │   │   │   │   └── tab-top.png<br />&#160; &#160; │   │   │   ├── null.png<br />&#160; &#160; │   │   │   ├── tab-bottom-active.png<br />&#160; &#160; │   │   │   ├── tab-bottom.png<br />&#160; &#160; │   │   │   ├── tab-left-active.png<br />&#160; &#160; │   │   │   ├── tab-left.png<br />&#160; &#160; │   │   │   ├── tab-right-active.png<br />&#160; &#160; │   │   │   ├── tab-right.png<br />&#160; &#160; │   │   │   ├── tab-top-active.png<br />&#160; &#160; │   │   │   └── tab-top.png<br />&#160; &#160; │   │   ├── Toolbar<br />&#160; &#160; │   │   │   ├── toolbar.png<br />&#160; &#160; │   │   │   ├── toolbutton-insensitive.png<br />&#160; &#160; │   │   │   ├── toolbutton-normal.png<br />&#160; &#160; │   │   │   ├── toolbutton-prelight.png<br />&#160; &#160; │   │   │   ├── toolbutton-pressed.png<br />&#160; &#160; │   │   │   └── toolbutton-toggled.png<br />&#160; &#160; │   │   └── windowbg<br />&#160; &#160; │   │  &#160; &#160; &#160;├── bg1(orig).png<br />&#160; &#160; │   │  &#160; &#160; &#160;└── bg1.png<br />&#160; &#160; │   ├── gtk-3.0<br />&#160; &#160; │   │   ├── apps<br />&#160; &#160; │   │   │   ├── gedit.css<br />&#160; &#160; │   │   │   ├── gedit.css~<br />&#160; &#160; │   │   │   ├── gnome-panel.css<br />&#160; &#160; │   │   │   ├── gnome-panel.css~<br />&#160; &#160; │   │   │   ├── gnome-terminal.css<br />&#160; &#160; │   │   │   ├── gnome-terminal.css~<br />&#160; &#160; │   │   │   ├── nautilus.css<br />&#160; &#160; │   │   │   ├── nautilus.css~<br />&#160; &#160; │   │   │   ├── unity.css<br />&#160; &#160; │   │   │   ├── unity.css~<br />&#160; &#160; │   │   │   └── unity-greeter.css<br />&#160; &#160; │   │   ├── assets<br />&#160; &#160; │   │   │   ├── scale-slider-horizontal-insensitive.png<br />&#160; &#160; │   │   │   ├── scale-slider-vertical-insensitive.png<br />&#160; &#160; │   │   │   ├── scrollbar_handle.png<br />&#160; &#160; │   │   │   ├── scrollbar_handle_vertical.png<br />&#160; &#160; │   │   │   ├── slider-horiz.png<br />&#160; &#160; │   │   │   ├── slider.png<br />&#160; &#160; │   │   │   ├── slider_prelight.png<br />&#160; &#160; │   │   │   ├── slider_prelight_vertical.png<br />&#160; &#160; │   │   │   ├── slider_vertical.png<br />&#160; &#160; │   │   │   └── slider-vert-prelight.png<br />&#160; &#160; │   │   ├── gtk.css<br />&#160; &#160; │   │   ├── gtk.css~<br />&#160; &#160; │   │   ├── gtk-widgets.css<br />&#160; &#160; │   │   ├── gtk-widgets.css~<br />&#160; &#160; │   │   ├── img<br />&#160; &#160; │   │   │   ├── arrow-left.png<br />&#160; &#160; │   │   │   ├── arrow-right.png<br />&#160; &#160; │   │   │   ├── bar.png<br />&#160; &#160; │   │   │   ├── bg1(orig).png<br />&#160; &#160; │   │   │   ├── bg1.png<br />&#160; &#160; │   │   │   ├── button-active.png<br />&#160; &#160; │   │   │   ├── button-normal.png<br />&#160; &#160; │   │   │   ├── buttons2.png<br />&#160; &#160; │   │   │   ├── buttons.png<br />&#160; &#160; │   │   │   ├── combo-active.png<br />&#160; &#160; │   │   │   ├── combo-normal.png<br />&#160; &#160; │   │   │   ├── menubar-buttons.png<br />&#160; &#160; │   │   │   ├── menubar.png<br />&#160; &#160; │   │   │   ├── menuitem-line1.png<br />&#160; &#160; │   │   │   ├── menuitem-line.png<br />&#160; &#160; │   │   │   ├── panel_button_active.png<br />&#160; &#160; │   │   │   ├── panel_button.png<br />&#160; &#160; │   │   │   ├── progressbar.png<br />&#160; &#160; │   │   │   ├── progressbar-vert.png<br />&#160; &#160; │   │   │   ├── row.png<br />&#160; &#160; │   │   │   ├── Switch.png<br />&#160; &#160; │   │   │   ├── test.png<br />&#160; &#160; │   │   │   ├── tool-button.png<br />&#160; &#160; │   │   │   ├── trough.png<br />&#160; &#160; │   │   │   ├── trough-vert.png<br />&#160; &#160; │   │   │   └── unitybar-buttons.png<br />&#160; &#160; │   │   ├── settings.ini<br />&#160; &#160; │   │   └── settings.ini~<br />&#160; &#160; │   ├── index.theme<br />&#160; &#160; │   ├── LICENSE - GPLv3<br />&#160; &#160; │   ├── metacity-1<br />&#160; &#160; │   │   ├── a.png<br />&#160; &#160; │   │   ├── button-close-focused.png<br />&#160; &#160; │   │   ├── button-close-pressed.png<br />&#160; &#160; │   │   ├── button-close-unfocused.png<br />&#160; &#160; │   │   ├── button-insensitive.png<br />&#160; &#160; │   │   ├── button-maximize-focused.png<br />&#160; &#160; │   │   ├── button-maximize-pressed.png<br />&#160; &#160; │   │   ├── button-maximize-unfocused.png<br />&#160; &#160; │   │   ├── button-menu-focused.png<br />&#160; &#160; │   │   ├── button-menu-pressed.png<br />&#160; &#160; │   │   ├── button-menu-unfocused.png<br />&#160; &#160; │   │   ├── button-minimize-focused.png<br />&#160; &#160; │   │   ├── button-minimize-pressed.png<br />&#160; &#160; │   │   ├── button-minimize-unfocused.png<br />&#160; &#160; │   │   ├── frame-bottom-left-focused.png<br />&#160; &#160; │   │   ├── frame-bottom-left-unfocused.png<br />&#160; &#160; │   │   ├── frame-bottom-mid-focused.png<br />&#160; &#160; │   │   ├── frame-bottom-mid-unfocused.png<br />&#160; &#160; │   │   ├── frame-bottom-right-focused.png<br />&#160; &#160; │   │   ├── frame-bottom-right-unfocused.png<br />&#160; &#160; │   │   ├── menu<br />&#160; &#160; │   │   │   ├── button-close-focused.png<br />&#160; &#160; │   │   │   ├── button-maximize-focused.png<br />&#160; &#160; │   │   │   ├── button-maximize-unfocused.png<br />&#160; &#160; │   │   │   ├── button-menu-focused.png<br />&#160; &#160; │   │   │   ├── button-menu-pressed.png<br />&#160; &#160; │   │   │   ├── button-menu-unfocused.png<br />&#160; &#160; │   │   │   ├── button-minimize-focused.png<br />&#160; &#160; │   │   │   ├── button-minimize-unfocused.png<br />&#160; &#160; │   │   │   ├── close.png<br />&#160; &#160; │   │   │   ├── f.png<br />&#160; &#160; │   │   │   ├── frame-bottom-left-unfocused.png<br />&#160; &#160; │   │   │   ├── frame-bottom-mid-unfocused.png<br />&#160; &#160; │   │   │   ├── frame-bottom-right-unfocused.png<br />&#160; &#160; │   │   │   ├── pixmaps.inactive_left.png<br />&#160; &#160; │   │   │   ├── pixmaps.inactive_right.png<br />&#160; &#160; │   │   │   ├── pixmaps.inactive_top_left.png<br />&#160; &#160; │   │   │   ├── pixmaps.inactive_top.png<br />&#160; &#160; │   │   │   ├── pixmaps.inactive_top_right.png<br />&#160; &#160; │   │   │   └── s.png<br />&#160; &#160; │   │   ├── metacity-theme-1.xml<br />&#160; &#160; │   │   ├── metacity-theme-1.xml~<br />&#160; &#160; │   │   ├── pixmaps.active_left.png<br />&#160; &#160; │   │   ├── pixmaps.active_right.png<br />&#160; &#160; │   │   ├── pixmaps.active_top_left.png<br />&#160; &#160; │   │   ├── pixmaps.active_top.png<br />&#160; &#160; │   │   ├── pixmaps.active_top_right.png<br />&#160; &#160; │   │   ├── pixmaps.inactive_left.png<br />&#160; &#160; │   │   ├── pixmaps.inactive_right.png<br />&#160; &#160; │   │   ├── pixmaps.inactive_top_left.png<br />&#160; &#160; │   │   ├── pixmaps.inactive_top.png<br />&#160; &#160; │   │   └── pixmaps.inactive_top_right.png<br />&#160; &#160; │   ├── panelbg.png<br />&#160; &#160; │   └── unity<br />&#160; &#160; │  &#160; &#160; &#160;├── close_focused_normal.png<br />&#160; &#160; │  &#160; &#160; &#160;├── close_focused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;├── close_focused_pressed.png<br />&#160; &#160; │  &#160; &#160; &#160;├── close.png<br />&#160; &#160; │  &#160; &#160; &#160;├── close_unfocused.png<br />&#160; &#160; │  &#160; &#160; &#160;├── close_unfocused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;├── close_unfocused_pressed.png<br />&#160; &#160; │  &#160; &#160; &#160;├── maximize_focused_normal.png<br />&#160; &#160; │  &#160; &#160; &#160;├── maximize_focused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;├── maximize_focused_pressed.png<br />&#160; &#160; │  &#160; &#160; &#160;├── maximize.png<br />&#160; &#160; │  &#160; &#160; &#160;├── maximize_unfocused.png<br />&#160; &#160; │  &#160; &#160; &#160;├── maximize_unfocused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;├── maximize_unfocused_pressed.png<br />&#160; &#160; │  &#160; &#160; &#160;├── minimize_focused_normal.png<br />&#160; &#160; │  &#160; &#160; &#160;├── minimize_focused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;├── minimize_focused_pressed.png<br />&#160; &#160; │  &#160; &#160; &#160;├── minimize.png<br />&#160; &#160; │  &#160; &#160; &#160;├── minimize_unfocused.png<br />&#160; &#160; │  &#160; &#160; &#160;├── minimize_unfocused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;├── minimize_unfocused_pressed.png<br />&#160; &#160; │  &#160; &#160; &#160;├── unmaximize_focused_normal.png<br />&#160; &#160; │  &#160; &#160; &#160;├── unmaximize_focused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;├── unmaximize_focused_pressed.png<br />&#160; &#160; │  &#160; &#160; &#160;├── unmaximize.png<br />&#160; &#160; │  &#160; &#160; &#160;├── unmaximize_unfocused.png<br />&#160; &#160; │  &#160; &#160; &#160;├── unmaximize_unfocused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;└── unmaximize_unfocused_pressed.png<br />&#160; &#160; ├── malys-rough-right<br />&#160; &#160; │   ├── backgrounds<br />&#160; &#160; │   │   ├── malys-future.jpg<br />&#160; &#160; │   │   └── nature.jpg<br />&#160; &#160; │   ├── gtk-2.0<br />&#160; &#160; │   │   ├── Arrows<br />&#160; &#160; │   │   │   ├── arrow-down-insens.png<br />&#160; &#160; │   │   │   ├── arrow-down.png<br />&#160; &#160; │   │   │   ├── arrow-down-prelight.png<br />&#160; &#160; │   │   │   ├── arrow-down-pressed.png<br />&#160; &#160; │   │   │   ├── arrow-left-active.png<br />&#160; &#160; │   │   │   ├── arrow-left-insensitive.png<br />&#160; &#160; │   │   │   ├── arrow-left.png<br />&#160; &#160; │   │   │   ├── arrow-left-prelight.png<br />&#160; &#160; │   │   │   ├── arrow-right-active.png<br />&#160; &#160; │   │   │   ├── arrow-right-insensitive.png<br />&#160; &#160; │   │   │   ├── arrow-right.png<br />&#160; &#160; │   │   │   ├── arrow-right-prelight.png<br />&#160; &#160; │   │   │   ├── arrow-up-active.png<br />&#160; &#160; │   │   │   ├── arrow-up-insensitive.png<br />&#160; &#160; │   │   │   ├── arrow-up.png<br />&#160; &#160; │   │   │   └── arrow-up-prelight.png<br />&#160; &#160; │   │   ├── Buttons<br />&#160; &#160; │   │   │   ├── button-default.png<br />&#160; &#160; │   │   │   ├── button-insensitive.png<br />&#160; &#160; │   │   │   ├── button-normal.png<br />&#160; &#160; │   │   │   ├── button-prelight.png<br />&#160; &#160; │   │   │   └── button-pressed.png<br />&#160; &#160; │   │   ├── Check-Radio<br />&#160; &#160; │   │   │   ├── check1.png<br />&#160; &#160; │   │   │   ├── check2.png<br />&#160; &#160; │   │   │   ├── check3.png<br />&#160; &#160; │   │   │   ├── check4.png<br />&#160; &#160; │   │   │   ├── check5.png<br />&#160; &#160; │   │   │   ├── check6.png<br />&#160; &#160; │   │   │   ├── checklight.png<br />&#160; &#160; │   │   │   ├── highlight.png<br />&#160; &#160; │   │   │   ├── option1.png<br />&#160; &#160; │   │   │   ├── option2.png<br />&#160; &#160; │   │   │   ├── option3.png<br />&#160; &#160; │   │   │   ├── option4.png<br />&#160; &#160; │   │   │   ├── option5.png<br />&#160; &#160; │   │   │   └── option6.png<br />&#160; &#160; │   │   ├── Combo<br />&#160; &#160; │   │   │   ├── combo-arrow-insens.png<br />&#160; &#160; │   │   │   ├── combo-arrow.png<br />&#160; &#160; │   │   │   ├── combo-arrow-prelight.png<br />&#160; &#160; │   │   │   ├── combo-inactive.png<br />&#160; &#160; │   │   │   ├── combo-normal.png<br />&#160; &#160; │   │   │   ├── combo-prelight.png<br />&#160; &#160; │   │   │   ├── combo-pressed.png<br />&#160; &#160; │   │   │   ├── op-ins.png<br />&#160; &#160; │   │   │   ├── op.png<br />&#160; &#160; │   │   │   └── op-pre.png<br />&#160; &#160; │   │   ├── Frame-Gap<br />&#160; &#160; │   │   │   ├── frame1.png<br />&#160; &#160; │   │   │   ├── frame-gap-end.png<br />&#160; &#160; │   │   │   └── frame-gap-start.png<br />&#160; &#160; │   │   ├── gtkrc<br />&#160; &#160; │   │   ├── gtkrc~<br />&#160; &#160; │   │   ├── Handles<br />&#160; &#160; │   │   │   ├── handle-h.png<br />&#160; &#160; │   │   │   ├── handle-v.png<br />&#160; &#160; │   │   │   └── resize-grip.png<br />&#160; &#160; │   │   ├── Lines<br />&#160; &#160; │   │   │   ├── line-h.png<br />&#160; &#160; │   │   │   └── line-v.png<br />&#160; &#160; │   │   ├── ListHeaders<br />&#160; &#160; │   │   │   ├── list_header-insens.png<br />&#160; &#160; │   │   │   ├── list_header.png<br />&#160; &#160; │   │   │   ├── list_header-prelight.png<br />&#160; &#160; │   │   │   ├── list_header-pressed.png<br />&#160; &#160; │   │   │   ├── tree(old).png<br />&#160; &#160; │   │   │   └── tree.png<br />&#160; &#160; │   │   ├── Menu-Menubar<br />&#160; &#160; │   │   │   ├── arrow-down-insens.png<br />&#160; &#160; │   │   │   ├── arrow-down.png<br />&#160; &#160; │   │   │   ├── arrow-down-prelight.png<br />&#160; &#160; │   │   │   ├── arrow-left-insens.png<br />&#160; &#160; │   │   │   ├── arrow-left.png<br />&#160; &#160; │   │   │   ├── arrow-left-prelight.png<br />&#160; &#160; │   │   │   ├── arrow-right-insens.png<br />&#160; &#160; │   │   │   ├── arrow-right.png<br />&#160; &#160; │   │   │   ├── arrow-right-prelight.png<br />&#160; &#160; │   │   │   ├── arrow-up-insensitive.png<br />&#160; &#160; │   │   │   ├── arrow-up.png<br />&#160; &#160; │   │   │   ├── arrow-up-prelight.png<br />&#160; &#160; │   │   │   ├── menu2.png<br />&#160; &#160; │   │   │   ├── menubar-item.png<br />&#160; &#160; │   │   │   ├── menubar.png<br />&#160; &#160; │   │   │   ├── menuitem.png<br />&#160; &#160; │   │   │   ├── menuline.png<br />&#160; &#160; │   │   │   ├── menuline-v.png<br />&#160; &#160; │   │   │   └── menu.png<br />&#160; &#160; │   │   ├── Others<br />&#160; &#160; │   │   │   ├── bg.png<br />&#160; &#160; │   │   │   ├── focus.png<br />&#160; &#160; │   │   │   ├── null.png<br />&#160; &#160; │   │   │   ├── ruler.png<br />&#160; &#160; │   │   │   └── tooltip.png<br />&#160; &#160; │   │   ├── Panel<br />&#160; &#160; │   │   │   ├── button-active.png<br />&#160; &#160; │   │   │   ├── button-inactive.png<br />&#160; &#160; │   │   │   ├── button-prelight.png<br />&#160; &#160; │   │   │   ├── handle-h.png<br />&#160; &#160; │   │   │   ├── handle-v.png<br />&#160; &#160; │   │   │   ├── menubar-item.png<br />&#160; &#160; │   │   │   ├── panel-bg1.png<br />&#160; &#160; │   │   │   ├── panel-bg.png<br />&#160; &#160; │   │   │   ├── panel-button-active.png<br />&#160; &#160; │   │   │   ├── panel-button-active-prelight.png<br />&#160; &#160; │   │   │   ├── panel-button-inactive.png<br />&#160; &#160; │   │   │   ├── panel-button-prelight.png<br />&#160; &#160; │   │   │   ├── panel-menubar.png<br />&#160; &#160; │   │   │   └── panel.png<br />&#160; &#160; │   │   ├── ProgressBar<br />&#160; &#160; │   │   │   ├── pixmap.png<br />&#160; &#160; │   │   │   ├── progressbar-horiz.png<br />&#160; &#160; │   │   │   ├── progressbar-vert.png<br />&#160; &#160; │   │   │   ├── trough-progressbar-horiz.png<br />&#160; &#160; │   │   │   └── trough-progressbar.png<br />&#160; &#160; │   │   ├── Range<br />&#160; &#160; │   │   │   ├── null.png<br />&#160; &#160; │   │   │   ├── scale-slider-horizontal-hover.png<br />&#160; &#160; │   │   │   ├── scale-slider-horizontal-insensitive.png<br />&#160; &#160; │   │   │   ├── scale-slider-horizontal.png<br />&#160; &#160; │   │   │   ├── scale-slider-vertical-hover.png<br />&#160; &#160; │   │   │   ├── scale-slider-vertical-insensitive.png<br />&#160; &#160; │   │   │   ├── scale-slider-vertical.png<br />&#160; &#160; │   │   │   ├── slider-horiz.png<br />&#160; &#160; │   │   │   ├── slider-horiz-prelight.png<br />&#160; &#160; │   │   │   ├── slider-vert.png<br />&#160; &#160; │   │   │   ├── slider-vert-prelight.png<br />&#160; &#160; │   │   │   ├── trough-horizontal.png<br />&#160; &#160; │   │   │   └── trough-vertical.png<br />&#160; &#160; │   │   ├── Scrollbars<br />&#160; &#160; │   │   │   ├── scroll-thumb-horiz.png<br />&#160; &#160; │   │   │   ├── scroll-thumb-vert.png<br />&#160; &#160; │   │   │   ├── slider-horiz-insens.png<br />&#160; &#160; │   │   │   ├── slider-horiz.png<br />&#160; &#160; │   │   │   ├── slider-horiz-prelight.png<br />&#160; &#160; │   │   │   ├── slider-vert-insens.png<br />&#160; &#160; │   │   │   ├── slider-vert.png<br />&#160; &#160; │   │   │   ├── slider-vert-prelight.png<br />&#160; &#160; │   │   │   ├── stepper-down-insens.png<br />&#160; &#160; │   │   │   ├── stepper-down.png<br />&#160; &#160; │   │   │   ├── stepper-down-prelight.png<br />&#160; &#160; │   │   │   ├── stepper-left-insens.png<br />&#160; &#160; │   │   │   ├── stepper-left.png<br />&#160; &#160; │   │   │   ├── stepper-left-prelight.png<br />&#160; &#160; │   │   │   ├── stepper-right-insens.png<br />&#160; &#160; │   │   │   ├── stepper-right.png<br />&#160; &#160; │   │   │   ├── stepper-right-prelight.png<br />&#160; &#160; │   │   │   ├── stepper-up-insens.png<br />&#160; &#160; │   │   │   ├── stepper-up.png<br />&#160; &#160; │   │   │   ├── stepper-up-prelight.png<br />&#160; &#160; │   │   │   ├── trough-scrollbar-horiz.png<br />&#160; &#160; │   │   │   └── trough-scrollbar-vert.png<br />&#160; &#160; │   │   ├── Shadows<br />&#160; &#160; │   │   │   ├── entry-shadow-in.png<br />&#160; &#160; │   │   │   ├── shadow-etched-in.png<br />&#160; &#160; │   │   │   ├── shadow-etched-out.png<br />&#160; &#160; │   │   │   ├── shadow-in.png<br />&#160; &#160; │   │   │   ├── shadow-none.png<br />&#160; &#160; │   │   │   ├── shadow-out.png<br />&#160; &#160; │   │   │   ├── text-entry2.png<br />&#160; &#160; │   │   │   ├── text-entry3.png<br />&#160; &#160; │   │   │   └── text-entry.png<br />&#160; &#160; │   │   ├── Spin<br />&#160; &#160; │   │   │   ├── arrow-down-active.png<br />&#160; &#160; │   │   │   ├── arrow-down-disable.png<br />&#160; &#160; │   │   │   ├── arrow-down.png<br />&#160; &#160; │   │   │   ├── arrow-down-prelight.png<br />&#160; &#160; │   │   │   ├── arrow-up-active.png<br />&#160; &#160; │   │   │   ├── arrow-up-disable.png<br />&#160; &#160; │   │   │   ├── arrow-up.png<br />&#160; &#160; │   │   │   ├── arrow-up-prelight.png<br />&#160; &#160; │   │   │   ├── entry-shadow-in.png<br />&#160; &#160; │   │   │   ├── spin-down-bg.png<br />&#160; &#160; │   │   │   ├── spin-up-bg.png<br />&#160; &#160; │   │   │   ├── text-entry-focus.png<br />&#160; &#160; │   │   │   ├── text-entry.png<br />&#160; &#160; │   │   │   └── transparent spin<br />&#160; &#160; │   │   │  &#160; &#160; &#160;├── spin-down-bg.png<br />&#160; &#160; │   │   │  &#160; &#160; &#160;├── spin-up-bg.png<br />&#160; &#160; │   │   │  &#160; &#160; &#160;└── text-entry.png<br />&#160; &#160; │   │   ├── styles<br />&#160; &#160; │   │   │   ├── button<br />&#160; &#160; │   │   │   ├── button~<br />&#160; &#160; │   │   │   ├── checkbutton<br />&#160; &#160; │   │   │   ├── chromium.rc<br />&#160; &#160; │   │   │   ├── chromium.rc~<br />&#160; &#160; │   │   │   ├── combo<br />&#160; &#160; │   │   │   ├── combo~<br />&#160; &#160; │   │   │   ├── entry<br />&#160; &#160; │   │   │   ├── entry~<br />&#160; &#160; │   │   │   ├── handlebox<br />&#160; &#160; │   │   │   ├── inactivetext<br />&#160; &#160; │   │   │   ├── listheader<br />&#160; &#160; │   │   │   ├── listheader~<br />&#160; &#160; │   │   │   ├── menu-menubar<br />&#160; &#160; │   │   │   ├── menu-menubar~<br />&#160; &#160; │   │   │   ├── murrine-style-images-and-labels<br />&#160; &#160; │   │   │   ├── notebook<br />&#160; &#160; │   │   │   ├── oo<br />&#160; &#160; │   │   │   ├── oo~<br />&#160; &#160; │   │   │   ├── optionmenu<br />&#160; &#160; │   │   │   ├── optionmenu~<br />&#160; &#160; │   │   │   ├── panel<br />&#160; &#160; │   │   │   ├── panel~<br />&#160; &#160; │   │   │   ├── progressbar<br />&#160; &#160; │   │   │   ├── progressbar~<br />&#160; &#160; │   │   │   ├── radiobutton<br />&#160; &#160; │   │   │   ├── range<br />&#160; &#160; │   │   │   ├── scrollbar<br />&#160; &#160; │   │   │   ├── scrollbar~<br />&#160; &#160; │   │   │   ├── spin<br />&#160; &#160; │   │   │   ├── spin~<br />&#160; &#160; │   │   │   ├── statusbar<br />&#160; &#160; │   │   │   ├── toolbar<br />&#160; &#160; │   │   │   ├── toolbar~<br />&#160; &#160; │   │   │   ├── tooltips<br />&#160; &#160; │   │   │   ├── tooltips~<br />&#160; &#160; │   │   │   └── windowbg.rc<br />&#160; &#160; │   │   ├── Tabs<br />&#160; &#160; │   │   │   ├── gap-bottom-left.png<br />&#160; &#160; │   │   │   ├── gap-bottom.png<br />&#160; &#160; │   │   │   ├── gap-bottom-right.png<br />&#160; &#160; │   │   │   ├── gap-left.png<br />&#160; &#160; │   │   │   ├── gap-right.png<br />&#160; &#160; │   │   │   ├── gap-top-left.png<br />&#160; &#160; │   │   │   ├── gap-top.png<br />&#160; &#160; │   │   │   ├── gap-top-right.png<br />&#160; &#160; │   │   │   ├── notebook-bottom.png<br />&#160; &#160; │   │   │   ├── notebook-left.png<br />&#160; &#160; │   │   │   ├── notebook.png<br />&#160; &#160; │   │   │   ├── notebook-right.png<br />&#160; &#160; │   │   │   ├── notebook-top.png<br />&#160; &#160; │   │   │   ├── nott trans<br />&#160; &#160; │   │   │   │   ├── notebook-top.png<br />&#160; &#160; │   │   │   │   ├── tab-top-active.png<br />&#160; &#160; │   │   │   │   └── tab-top.png<br />&#160; &#160; │   │   │   ├── null.png<br />&#160; &#160; │   │   │   ├── tab-bottom-active.png<br />&#160; &#160; │   │   │   ├── tab-bottom.png<br />&#160; &#160; │   │   │   ├── tab-left-active.png<br />&#160; &#160; │   │   │   ├── tab-left.png<br />&#160; &#160; │   │   │   ├── tab-right-active.png<br />&#160; &#160; │   │   │   ├── tab-right.png<br />&#160; &#160; │   │   │   ├── tab-top-active.png<br />&#160; &#160; │   │   │   └── tab-top.png<br />&#160; &#160; │   │   ├── Toolbar<br />&#160; &#160; │   │   │   ├── toolbar.png<br />&#160; &#160; │   │   │   ├── toolbutton-insensitive.png<br />&#160; &#160; │   │   │   ├── toolbutton-normal.png<br />&#160; &#160; │   │   │   ├── toolbutton-prelight.png<br />&#160; &#160; │   │   │   ├── toolbutton-pressed.png<br />&#160; &#160; │   │   │   └── toolbutton-toggled.png<br />&#160; &#160; │   │   └── windowbg<br />&#160; &#160; │   │  &#160; &#160; &#160;├── bg1(orig).png<br />&#160; &#160; │   │  &#160; &#160; &#160;└── bg1.png<br />&#160; &#160; │   ├── gtk-3.0<br />&#160; &#160; │   │   ├── apps<br />&#160; &#160; │   │   │   ├── gedit.css<br />&#160; &#160; │   │   │   ├── gedit.css~<br />&#160; &#160; │   │   │   ├── gnome-panel.css<br />&#160; &#160; │   │   │   ├── gnome-panel.css~<br />&#160; &#160; │   │   │   ├── gnome-terminal.css<br />&#160; &#160; │   │   │   ├── gnome-terminal.css~<br />&#160; &#160; │   │   │   ├── nautilus.css<br />&#160; &#160; │   │   │   ├── nautilus.css~<br />&#160; &#160; │   │   │   ├── unity.css<br />&#160; &#160; │   │   │   ├── unity.css~<br />&#160; &#160; │   │   │   └── unity-greeter.css<br />&#160; &#160; │   │   ├── assets<br />&#160; &#160; │   │   │   ├── scale-slider-horizontal-insensitive.png<br />&#160; &#160; │   │   │   ├── scale-slider-vertical-insensitive.png<br />&#160; &#160; │   │   │   ├── scrollbar_handle.png<br />&#160; &#160; │   │   │   ├── scrollbar_handle_vertical.png<br />&#160; &#160; │   │   │   ├── slider-horiz.png<br />&#160; &#160; │   │   │   ├── slider.png<br />&#160; &#160; │   │   │   ├── slider_prelight.png<br />&#160; &#160; │   │   │   ├── slider_prelight_vertical.png<br />&#160; &#160; │   │   │   ├── slider_vertical.png<br />&#160; &#160; │   │   │   └── slider-vert-prelight.png<br />&#160; &#160; │   │   ├── gtk.css<br />&#160; &#160; │   │   ├── gtk.css~<br />&#160; &#160; │   │   ├── gtk-widgets.css<br />&#160; &#160; │   │   ├── gtk-widgets.css~<br />&#160; &#160; │   │   ├── img<br />&#160; &#160; │   │   │   ├── arrow-left.png<br />&#160; &#160; │   │   │   ├── arrow-right.png<br />&#160; &#160; │   │   │   ├── bar.png<br />&#160; &#160; │   │   │   ├── bg1(orig).png<br />&#160; &#160; │   │   │   ├── bg1.png<br />&#160; &#160; │   │   │   ├── button-active.png<br />&#160; &#160; │   │   │   ├── button-normal.png<br />&#160; &#160; │   │   │   ├── buttons2.png<br />&#160; &#160; │   │   │   ├── buttons.png<br />&#160; &#160; │   │   │   ├── combo-active.png<br />&#160; &#160; │   │   │   ├── combo-normal.png<br />&#160; &#160; │   │   │   ├── menubar-buttons.png<br />&#160; &#160; │   │   │   ├── menubar.png<br />&#160; &#160; │   │   │   ├── menuitem-line1.png<br />&#160; &#160; │   │   │   ├── menuitem-line.png<br />&#160; &#160; │   │   │   ├── panel_button_active.png<br />&#160; &#160; │   │   │   ├── panel_button.png<br />&#160; &#160; │   │   │   ├── progressbar.png<br />&#160; &#160; │   │   │   ├── progressbar-vert.png<br />&#160; &#160; │   │   │   ├── row.png<br />&#160; &#160; │   │   │   ├── Switch.png<br />&#160; &#160; │   │   │   ├── test.png<br />&#160; &#160; │   │   │   ├── tool-button.png<br />&#160; &#160; │   │   │   ├── trough.png<br />&#160; &#160; │   │   │   ├── trough-vert.png<br />&#160; &#160; │   │   │   └── unitybar-buttons.png<br />&#160; &#160; │   │   ├── settings.ini<br />&#160; &#160; │   │   └── settings.ini~<br />&#160; &#160; │   ├── index.theme<br />&#160; &#160; │   ├── LICENSE - GPLv3<br />&#160; &#160; │   ├── metacity-1<br />&#160; &#160; │   │   ├── a.png<br />&#160; &#160; │   │   ├── button-close-focused.png<br />&#160; &#160; │   │   ├── button-close-pressed.png<br />&#160; &#160; │   │   ├── button-close-unfocused.png<br />&#160; &#160; │   │   ├── button-insensitive.png<br />&#160; &#160; │   │   ├── button-maximize-focused.png<br />&#160; &#160; │   │   ├── button-maximize-pressed.png<br />&#160; &#160; │   │   ├── button-maximize-unfocused.png<br />&#160; &#160; │   │   ├── button-menu-focused.png<br />&#160; &#160; │   │   ├── button-menu-pressed.png<br />&#160; &#160; │   │   ├── button-menu-unfocused.png<br />&#160; &#160; │   │   ├── button-minimize-focused.png<br />&#160; &#160; │   │   ├── button-minimize-pressed.png<br />&#160; &#160; │   │   ├── button-minimize-unfocused.png<br />&#160; &#160; │   │   ├── frame-bottom-left-focused.png<br />&#160; &#160; │   │   ├── frame-bottom-left-unfocused.png<br />&#160; &#160; │   │   ├── frame-bottom-mid-focused.png<br />&#160; &#160; │   │   ├── frame-bottom-mid-unfocused.png<br />&#160; &#160; │   │   ├── frame-bottom-right-focused.png<br />&#160; &#160; │   │   ├── frame-bottom-right-unfocused.png<br />&#160; &#160; │   │   ├── menu<br />&#160; &#160; │   │   │   ├── button-close-focused.png<br />&#160; &#160; │   │   │   ├── button-maximize-focused.png<br />&#160; &#160; │   │   │   ├── button-maximize-unfocused.png<br />&#160; &#160; │   │   │   ├── button-menu-focused.png<br />&#160; &#160; │   │   │   ├── button-menu-pressed.png<br />&#160; &#160; │   │   │   ├── button-menu-unfocused.png<br />&#160; &#160; │   │   │   ├── button-minimize-focused.png<br />&#160; &#160; │   │   │   ├── button-minimize-unfocused.png<br />&#160; &#160; │   │   │   ├── close.png<br />&#160; &#160; │   │   │   ├── f.png<br />&#160; &#160; │   │   │   ├── frame-bottom-left-unfocused.png<br />&#160; &#160; │   │   │   ├── frame-bottom-mid-unfocused.png<br />&#160; &#160; │   │   │   ├── frame-bottom-right-unfocused.png<br />&#160; &#160; │   │   │   ├── pixmaps.inactive_left.png<br />&#160; &#160; │   │   │   ├── pixmaps.inactive_right.png<br />&#160; &#160; │   │   │   ├── pixmaps.inactive_top_left.png<br />&#160; &#160; │   │   │   ├── pixmaps.inactive_top.png<br />&#160; &#160; │   │   │   ├── pixmaps.inactive_top_right.png<br />&#160; &#160; │   │   │   └── s.png<br />&#160; &#160; │   │   ├── metacity-theme-1.xml<br />&#160; &#160; │   │   ├── pixmaps.active_left.png<br />&#160; &#160; │   │   ├── pixmaps.active_right.png<br />&#160; &#160; │   │   ├── pixmaps.active_top_left.png<br />&#160; &#160; │   │   ├── pixmaps.active_top.png<br />&#160; &#160; │   │   ├── pixmaps.active_top_right.png<br />&#160; &#160; │   │   ├── pixmaps.inactive_left.png<br />&#160; &#160; │   │   ├── pixmaps.inactive_right.png<br />&#160; &#160; │   │   ├── pixmaps.inactive_top_left.png<br />&#160; &#160; │   │   ├── pixmaps.inactive_top.png<br />&#160; &#160; │   │   └── pixmaps.inactive_top_right.png<br />&#160; &#160; │   ├── panelbg.png<br />&#160; &#160; │   └── unity<br />&#160; &#160; │  &#160; &#160; &#160;├── close_focused_normal.png<br />&#160; &#160; │  &#160; &#160; &#160;├── close_focused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;├── close_focused_pressed.png<br />&#160; &#160; │  &#160; &#160; &#160;├── close.png<br />&#160; &#160; │  &#160; &#160; &#160;├── close_unfocused.png<br />&#160; &#160; │  &#160; &#160; &#160;├── close_unfocused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;├── close_unfocused_pressed.png<br />&#160; &#160; │  &#160; &#160; &#160;├── maximize_focused_normal.png<br />&#160; &#160; │  &#160; &#160; &#160;├── maximize_focused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;├── maximize_focused_pressed.png<br />&#160; &#160; │  &#160; &#160; &#160;├── maximize.png<br />&#160; &#160; │  &#160; &#160; &#160;├── maximize_unfocused.png<br />&#160; &#160; │  &#160; &#160; &#160;├── maximize_unfocused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;├── maximize_unfocused_pressed.png<br />&#160; &#160; │  &#160; &#160; &#160;├── minimize_focused_normal.png<br />&#160; &#160; │  &#160; &#160; &#160;├── minimize_focused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;├── minimize_focused_pressed.png<br />&#160; &#160; │  &#160; &#160; &#160;├── minimize.png<br />&#160; &#160; │  &#160; &#160; &#160;├── minimize_unfocused.png<br />&#160; &#160; │  &#160; &#160; &#160;├── minimize_unfocused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;├── minimize_unfocused_pressed.png<br />&#160; &#160; │  &#160; &#160; &#160;├── unmaximize_focused_normal.png<br />&#160; &#160; │  &#160; &#160; &#160;├── unmaximize_focused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;├── unmaximize_focused_pressed.png<br />&#160; &#160; │  &#160; &#160; &#160;├── unmaximize.png<br />&#160; &#160; │  &#160; &#160; &#160;├── unmaximize_unfocused.png<br />&#160; &#160; │  &#160; &#160; &#160;├── unmaximize_unfocused_prelight.png<br />&#160; &#160; │  &#160; &#160; &#160;└── unmaximize_unfocused_pressed.png<br />&#160; &#160; ├── malys-rought.png<br />&#160; &#160; └── tips metacity right -buttons for unity</p><p>A+, merci !</p>]]></description>
			<author><![CDATA[dummy@example.com (allany)]]></author>
			<pubDate>Sun, 07 Oct 2012 08:50:01 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11032081#p11032081</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11031381#p11031381</link>
			<description><![CDATA[<p>Dans ton dossier ~/.themes, tu as quoi ?</p><p>il faudrait que tu fasse un </p><div class="codebox"><pre><code>tree ~/.themes/</code></pre></div><p>Dans un terminal.</p>]]></description>
			<author><![CDATA[dummy@example.com (The Uploader)]]></author>
			<pubDate>Sun, 07 Oct 2012 07:55:11 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11031381#p11031381</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11031221#p11031221</link>
			<description><![CDATA[<p>Hello !</p><p>Merci pour la pédagogie. C&#039;est très clair, super !</p><p>Je me suis donc créé un ~/.themes dans lequel j&#039;ai stocké les exemples que tu m&#039;as indiqués + quelques GTK3 glanés sur gnome-look.<br />J&#039;ai également installé le addon pour firefox et, malgré tout ceci, les thèmes n&#039;apparaissent pas dans le menu &quot;apparence&quot;. <br />Les zones de saisie, dans firefox, demeurent désespérément grisounettes, quasi imperceptibles, quel que soit le thème choisi, le lissage des polices ou le RVB choisis...</p><p>Bon, il est vrai que cette distrib&#039; est dédiée à la MAO et que je n&#039;irai que très occasionnellement surfer avec. Juste que ça me prend la tête, alors je m&#039;obstine... <img src="http://forum.ubuntu-fr.org/img/smilies/cool.png" width="15" height="15" alt="cool" /></p><p>Merci, à+</p><p>PS : lorsque, dans &quot;firefox/edition/préférences&quot;, je vais dans l&#039;onglet &quot;couleurs&quot; et que je ne coche rien pour le choix des couleurs &quot;site/system&quot;, ça devient très moche mais lisible... Une piste ?</p>]]></description>
			<author><![CDATA[dummy@example.com (allany)]]></author>
			<pubDate>Sun, 07 Oct 2012 07:30:51 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11031221#p11031221</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11029831#p11029831</link>
			<description><![CDATA[<p>Salut</p><p>Les dossiers ~/.themes (pour les thèmes GTK, xfwm4, et autre) et ~/.icons (pour les thèmes d&#039;icônes et les thèmes pour le curseur de la souris) sont à créer s&#039;ils n&#039;existent pas. Une fois les thèmes décompressées dans le dossier ~/.themes ou ~/.icons, ils apparaîtront respectivement dans Apparence =&gt; Style, et Apparence =&gt; Icônes (Ainsi que dans Gestionnaire des fenêtres =&gt; Style pour les thèmes xfwm4, le gestionnaire de fenêtres de Xfce. Ces thèmes changeront juste l&#039;apparence des barres de titres des fenêtres).</p><p>Ne prends pas de themes GTK sur xfce-look.org, il n&#039;y a que des thèmes <strong>GTK 2</strong>. Prends plutôt des thèmes <strong>GTK 3</strong> <a href="http://gnome-look.org/index.php?xcontentmode=167">sur gnome-look.org</a> ou deviantart. Sinon, les applications GTK3 n&#039;auront pas de thème, et seront ultra moches. (les thèmes GTK 3 ont en général un dossier &quot;gtk-2.0&quot; pour la rétro-compatibilité avec les applications qui utilisent encore GTK 2 pour l&#039;apparence).</p><p>Pour Firefox, j&#039;installe toujours le module complémentaire GTK Native : <a href="https://addons.mozilla.org/fr/firefox/addon/gtk-native/">https://addons.mozilla.org/fr/firefox/addon/gtk-native/</a> parce que Firefox a tendance à faire ce qu&#039;il veut sinon au niveau de l&#039;apparence.</p><p>Tu peux par exemple essayer ce thème : <a href="http://alexedvans.deviantart.com/#/d5gov19">http://alexedvans.deviantart.com/#/d5gov19</a><br />Tu peux aussi tester le thème Greybird (le thème par défaut de Xubuntu) : <a href="https://launchpad.net/~shimmerproject/+archive/ppa">https://launchpad.net/~shimmerproject/+archive/ppa</a></p>]]></description>
			<author><![CDATA[dummy@example.com (The Uploader)]]></author>
			<pubDate>Sat, 06 Oct 2012 22:46:11 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11029831#p11029831</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11029141#p11029141</link>
			<description><![CDATA[<p>Oui, cool !</p><p>J&#039;y suis déjà passé cet aprèm&#039; et j&#039;y ai téléchargé deux thèmes.<br />Mais je tourne avec Xfce depuis... hier et, comme je n&#039;ai pas trouvé de répertoire ~/.thèmes sur mon système, je ne trouve pas comment les installer, une fois décompressés. <br />Newbie total en Xfce, un peu neu-neu, quoi !</p><p>Merci pour le coup de main, à+</p>]]></description>
			<author><![CDATA[dummy@example.com (allany)]]></author>
			<pubDate>Sat, 06 Oct 2012 21:06:13 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11029141#p11029141</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11027691#p11027691</link>
			<description><![CDATA[<p>Tu peux aller voir là : <a href="http://xfce-look.org/">http://xfce-look.org/</a> si quelque chose te convient.</p>]]></description>
			<author><![CDATA[dummy@example.com (mloupiot)]]></author>
			<pubDate>Sat, 06 Oct 2012 18:36:51 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11027691#p11027691</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11027211#p11027211</link>
			<description><![CDATA[<p>Oui, tu as raison...<br />J&#039;avais déjà résolu ce genre de problème avec une autre distrib&#039; MAO (souvent &quot;fond noir&quot;, ces distrib&#039;s) de cette façon mais là, dans les thèmes qui me sont proposés, rien de concluant sur ce point de détail.<br />Ceci dit, je ne les ai pas encore tous essayés.</p><p>Merci de ta réponse qui va m&#039;inciter à tester davantage des thèmes proposés.</p><p>A+</p><p><strong>PS : </strong>je viens d&#039;essayer la plupart des thèmes livrés d&#039;origine et tous réagissent pareil.<br />Je constate également que les boutons &quot;+&quot;, &quot;-&quot; et &quot;x&quot; sont à peine visibles, dans l&#039;angle supérieur...</p>]]></description>
			<author><![CDATA[dummy@example.com (allany)]]></author>
			<pubDate>Sat, 06 Oct 2012 18:16:43 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11027211#p11027211</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] xfce/firefox : zones de saisie...]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11027101#p11027101</link>
			<description><![CDATA[<p>Bonsoir,<br />et en changeant le thème (Paramètres → Apparence), tu ne peux pas trouver quelque chose qui te convienne ?</p>]]></description>
			<author><![CDATA[dummy@example.com (mloupiot)]]></author>
			<pubDate>Sat, 06 Oct 2012 18:02:45 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11027101#p11027101</guid>
		</item>
	</channel>
</rss>
