- Modifié
Bonsoir,
après de longue heure sur le net, je me tourne vers vous pour un truc très futile mais important à mes yeux : changer la couleur de sélection de lon thème GTK.
En gros, j'ai un joli thème tout vert et gris de partout, mais lorsque je fait une sélection à la sourie dans thunar j'ai un rectangle bleu canard translucide, et donc super moche. Je voudrais juste qu'il devienne vert !
Voici mon GTKRC :
Merci d'avance pour votre aide.
après de longue heure sur le net, je me tourne vers vous pour un truc très futile mais important à mes yeux : changer la couleur de sélection de lon thème GTK.
En gros, j'ai un joli thème tout vert et gris de partout, mais lorsque je fait une sélection à la sourie dans thunar j'ai un rectangle bleu canard translucide, et donc super moche. Je voudrais juste qu'il devienne vert !
Voici mon GTKRC :
style "clearlooks-default"
{
GtkMenuItem::selected_shadow_type = out
GtkWidget::interior_focus = 1
GtkButton::default_border = { 0, 0, 0, 0 }
GtkButton::default_outside_border = { 0, 0, 0, 0 }
GtkRange::trough_border = 0
GtkWidget::focus_padding = 1
GtkPaned::handle_size = 6
GtkRange::slider_width = 15
GtkRange::stepper_size = 15 #toolbar arrows
GtkScrollbar::min_slider_length = 30
GtkCheckButton::indicator_size = 12
GtkMenuBar::internal-padding = 0
GtkTreeView::expander_size = 14
GtkTreeView::odd_row_color = "#38393b"
GtkExpander::expander_size = 16
xthickness = 1
ythickness = 1
fg[NORMAL] = "#b8b9bb"
fg[PRELIGHT] = "#b8b9bb"
fg[ACTIVE] = "#b8b9bb"
fg[SELECTED] = "#b8b9bb"
fg[INSENSITIVE] = "#48494b"
bg[NORMAL] = "#28292b"
bg[PRELIGHT] = "#38393b"
bg[ACTIVE] = "#38393b"
bg[SELECTED] = "#6ea01f"
bg[INSENSITIVE] = "#28292b"
base[NORMAL] = "#48494b"
base[PRELIGHT] = "#000000"
base[ACTIVE] = "#6ea01f"
base[SELECTED] = "#6ea01f"
base[INSENSITIVE] = "#48494b"
text[NORMAL] = "#b8b9bb"
text[PRELIGHT] = "#b8b9bb"
text[ACTIVE] = "#b8b9bb"
text[SELECTED] = "#b8b9bb"
text[INSENSITIVE] = "#48494b"
engine "clearlooks"
{
contrast = 1.0
sunkenmenubar = 1
}
}
style "clearlooks-progressbar" = "clearlooks-default"
{
xthickness = 1
ythickness = 1
}
style "clearlooks-wide" = "clearlooks-default"
{
xthickness = 2
ythickness = 2
}
style "clearlooks-notebook" = "clearlooks-wide"
{
bg[NORMAL] = "#38393b"
bg[ACTIVE] = "#38393b"
}
style "clearlooks-tasklist" = "clearlooks-default"
{
xthickness = 5
ythickness = 3
}
style "clearlooks-menu" = "clearlooks-default"
{
xthickness = 2
ythickness = 1
bg[NORMAL] = "#262626"
}
style "clearlooks-menu-item" = "clearlooks-default"
{
xthickness = 2
ythickness = 3
# base[SELECTED] = "#6ea01f"
}
style "clearlooks-menu-itembar" = "clearlooks-default"
{
xthickness = 3
ythickness = 3
}
style "clearlooks-tree" = "clearlooks-default"
{
xthickness = 2
ythickness = 2
}
style "clearlooks-frame-title" = "clearlooks-default"
{
fg[NORMAL] = "#b8b9bb"
}
style "clearlooks-panel" = "clearlooks-default"
{
xthickness = 3
ythickness = 3
}
style "clearlooks-tooltips" = "clearlooks-default"
{
xthickness = 4
ythickness = 4
bg[NORMAL] = "#58595b"
}
style "clearlooks-combo" = "clearlooks-default"
{
xthickness = 1
ythickness = 2
}
style "metacity-frame"
{
# Normal base color
#bg[NORMAL] = "#bbbbbb"
# Unfocused title background color
#bg[INSENSITIVE] = { 0.8, 0.8, 0.8 }
# Unfocused title text color
#fg[INSENSITIVE] = { 1.55, 1.55, 1.55 }
# Focused icon color
fg[NORMAL] = "#b8b9bb"
# Focused title background color
bg[SELECTED] = "#6ea01f"
# Focused title text color
fg[SELECTED] = "#28292b"
}
class "GtkWidget" style "clearlooks-default"
class "GtkButton" style "clearlooks-wide"
class "GtkRange" style "clearlooks-wide"
class "GtkFrame" style "clearlooks-wide"
class "GtkStatusbar" style "clearlooks-wide"
class "GtkMenu" style "clearlooks-menu"
class "GtkMenuItem" style "clearlooks-menu-item"
widget_class "*MenuItem.*" style "clearlooks-menu-item"
widget_class "*.GtkAccelMenuItem.*" style "clearlooks-menu-item"
widget_class "*.GtkRadioMenuItem.*" style "clearlooks-menu-item"
widget_class "*.GtkCheckMenuItem.*" style "clearlooks-menu-item"
widget_class "*.GtkImageMenuItem.*" style "clearlooks-menu-item"
widget_class "*.GtkSeparatorMenuItem.*" style "clearlooks-menu-item"
class "GtkEntry" style "clearlooks-wide"
widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "clearlooks-panel"
widget "gtk-tooltips" style "clearlooks-tooltips"
class "GtkNotebook" style "clearlooks-notebook"
class "GtkProgressBar" style "clearlooks-progressbar"
widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"
class "MetaFrames" style "metacity-frame"
Je me demande si ce paramètre n'a pas été oublié et donc la couleur serait celel par défaut...Merci d'avance pour votre aide.