summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean-Philippe Fleury <contact@jpfleury.net>2012-01-18 11:09:57 -0500
committerJean-Philippe Fleury <contact@jpfleury.net>2012-01-18 11:09:57 -0500
commitbe92f33e243d23544956adeb9e15c7fb5629eb8c (patch)
tree08c94b54a0d008e1a1487cd97fa25a53468ab4da /doc
parent18d6f1b790f8e0fbc48cec557dd0e79a1f0f8c11 (diff)
Possibilité de choisir le blanc comme couleur du texte sur le bureau
Diffstat (limited to 'doc')
-rw-r--r--doc/LISEZ-MOI.mkd12
-rw-r--r--doc/README.mkd12
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/LISEZ-MOI.mkd b/doc/LISEZ-MOI.mkd
index f9d7a55..e38261a 100644
--- a/doc/LISEZ-MOI.mkd
+++ b/doc/LISEZ-MOI.mkd
@@ -36,6 +36,18 @@ S'assurer que le paquet `gnome-themes-standard` est installé. Ça devrait être
- sous XFCE: en allant dans *Paramètres > Apparence* du menu principal.
+## Configuration
+
+Par défaut, le texte des icônes sur un bureau géré par Nautilus est noir. Pour afficher le texte en blanc, ouvrir le fichier `gtk-3.0/gtk.css` dans un éditeur de texte, trouver la ligne suivante (à la fin du fichier):
+
+ /*@import url("apps/nautilus.css");*/
+
+et la décommenter, ce qui donne:
+
+ @import url("apps/nautilus.css");
+
+Pour avoir une couleur personnalisée, modifier la couleur directement dans le fichier `gtk-3.0/apps/nautilus.css`.
+
## Icônes et arrière-plan
Sur les captures d'écran, le thème d'icônes utilisé est Mist, installé avec le paquet [`gnome-themes`](http://packages.ubuntu.com/oneiric/gnome-themes).
diff --git a/doc/README.mkd b/doc/README.mkd
index 89cdd1d..3daa7f3 100644
--- a/doc/README.mkd
+++ b/doc/README.mkd
@@ -36,6 +36,18 @@ The package `gnome-themes-standard` must be installed. It should be the case on
- on XFCE: by going to *Settings > Appearence* in the main menu.
+## Configuration
+
+By default, the font color on a desktop managed by Nautilus is black. To set it to white, open the file `gtk-3.0/gtk.css` with a text editor, find the following line (at the end of the file):
+
+ /*@import url("apps/nautilus.css");*/
+
+and uncomment it, as follows:
+
+ @import url("apps/nautilus.css");
+
+To get a custom color, change the color directly in the file `gtk-3.0/apps/nautilus.css`.
+
## Icons and wallpaper
On screenshots, the icon theme used is Mist, installed with the package [`gnome-themes`](http://packages.ubuntu.com/oneiric/gnome-themes).