Bluefish est l’éditeur Html que j’utilise pour développer chez Orange.
Bluefish est basé sur Gtk-2.0.
Il est donc possible comme de nombreuses applications sous Linux de personnaliser l’apparence de Bluefish via un « point rc ».
Pour cela il suffit de créer dans sa home utilisateur le fichier .gtkrc-2.0.
.gtkrc-2.0
style "bluefish"
{
# For up and down arrows grouped together at right side
GtkNotebook::has_secondary_forward_stepper = 1
GtkNotebook::has_secondary_backward_stepper = 1
# Editor background color
# (background of editor view)
base[NORMAL]="#cccccc"
# GUI normal background color
# (most of the GUI)
bg[NORMAL]="#dbe9e9"
# GUI highlighted background color
#(GUI when mouse over elements)
bg[PRELIGHT]="#c6e9e9"
# GUI unactive background color
#(GUI disabled elements)
bg[INSENSITIVE]="#9fb2b2"
# GUI active background color
#(GUI enabled elements)
bg[ACTIVE]="#c7d4d4"
}
class "GtkWidget" style "bluefish"
Et voila le travail:
NB: cette modification étant créée pour Gtk elle va affectée tous les logiciels l’utilisants. Comme par exemple ceux de la suite OpenOffice ou même Firefox…



Follow Me!