Linux – Changer l’apparence de Bluefish

Bluefish est l’éditeur Html que j’utilise pour développer chez Orange.

Bluefish en standard

Bluefish en standard

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:

Bluefish personalisé

Bluefish personalisé

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…

Most Commented Posts

App

Laisser un commentaire

Votre adresse de messagerie ne sera pas publiée. Les champs obligatoires sont indiqués avec *

*

Vous pouvez utiliser ces balises et attributs HTML : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Recent Tweets

Catégories