Solving issue 794 (yet again :)) : RT themes don't work well in Ubuntu 11.04

Thanks goes to GreatBull who found the solution.
This patch also force the icons to be displayed in the buttons for the Linux system (already worked fine on Windows)
This commit is contained in:
Hombre
2011-06-26 22:57:32 +02:00
parent 43649f6733
commit fdf70f1f06
13 changed files with 656 additions and 635 deletions

View File

@@ -19,7 +19,7 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes. # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
gtk-color-scheme = "salt_pinch:#FF8000\nbase_color:#0A0A0A\nfg_color:#757575\ntooltip_fg_color:#D2D2D2\nselected_bg_color:#B3641B\nselected_fg_color:#D0D0D0\ntext_color:#757575\nbg_color:#181818\ntooltip_bg_color:#5A5A5A" gtk-color-scheme = "rt_salt_pinch:#FF8000\nrt_base_color:#0A0A0A\nrt_fg_color:#757575\nrt_tooltip_fg_color:#D2D2D2\nrt_selected_bg_color:#B3641B\nrt_selected_fg_color:#D0D0D0\nrt_text_color:#757575\nrt_bg_color:#181818\nrt_tooltip_bg_color:#5A5A5A"
style "clearlooks-default" { style "clearlooks-default" {
xthickness = 1 xthickness = 1
@@ -68,29 +68,29 @@ style "clearlooks-default" {
#################### ####################
# Color Definitions # Color Definitions
#################### ####################
bg[NORMAL] = @bg_color bg[NORMAL] = @rt_bg_color
bg[PRELIGHT] = shade (1.02, @bg_color) bg[PRELIGHT] = shade (1.02, @rt_bg_color)
bg[SELECTED] = @selected_bg_color bg[SELECTED] = @rt_selected_bg_color
bg[INSENSITIVE] = @bg_color bg[INSENSITIVE] = @rt_bg_color
bg[ACTIVE] = shade (0.9, @bg_color) bg[ACTIVE] = shade (0.9, @rt_bg_color)
fg[NORMAL] = @fg_color fg[NORMAL] = @rt_fg_color
fg[PRELIGHT] = @fg_color fg[PRELIGHT] = @rt_fg_color
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
fg[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) fg[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
fg[ACTIVE] = @fg_color fg[ACTIVE] = @rt_fg_color
text[NORMAL] = @text_color text[NORMAL] = @rt_text_color
text[PRELIGHT] = @text_color text[PRELIGHT] = @rt_text_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = darker (@bg_color) text[INSENSITIVE] = darker (@rt_bg_color)
text[ACTIVE] = @selected_fg_color text[ACTIVE] = @rt_selected_fg_color
base[NORMAL] = @base_color base[NORMAL] = @rt_base_color
base[PRELIGHT] = shade (0.95, @bg_color) base[PRELIGHT] = shade (0.95, @rt_bg_color)
base[SELECTED] = @selected_bg_color base[SELECTED] = @rt_selected_bg_color
base[INSENSITIVE] = @bg_color base[INSENSITIVE] = @rt_bg_color
base[ACTIVE] = shade (0.9, @selected_bg_color) base[ACTIVE] = shade (0.9, @rt_selected_bg_color)
engine "clearlooks" { engine "clearlooks" {
colorize_scrollbar = TRUE colorize_scrollbar = TRUE
@@ -121,17 +121,17 @@ style "clearlooks-entry" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = mix (1.4, @selected_bg_color, @base_color) bg[SELECTED] = mix (1.4, @rt_selected_bg_color, @rt_base_color)
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = shade (0.65, @selected_bg_color) focus_color = shade (0.65, @rt_selected_bg_color)
} }
} }
style "clearlooks-paned" { style "clearlooks-paned" {
bg[PRELIGHT] = shade (0.8, @bg_color) bg[PRELIGHT] = shade (0.8, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "paned" hint = "paned"
@@ -157,13 +157,13 @@ style "clearlooks-scale" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[NORMAL] = shade (1.80, @bg_color) bg[NORMAL] = shade (1.80, @rt_bg_color)
bg[PRELIGHT] = shade (2.00, @bg_color) bg[PRELIGHT] = shade (2.00, @rt_bg_color)
# when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob # when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob
#bg[SELECTED] = @bg_color #bg[SELECTED] = @rt_bg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = @selected_bg_color focus_color = @rt_selected_bg_color
hint = "scale" hint = "scale"
} }
} }
@@ -186,7 +186,7 @@ style "clearlooks-scrollbar" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[SELECTED] = shade (1.50, @bg_color) bg[SELECTED] = shade (1.50, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "scrollbar" hint = "scrollbar"
@@ -209,24 +209,24 @@ style "clearlooks-vscrollbar" {
style "clearlooks-notebook_bg" { style "clearlooks-notebook_bg" {
bg[NORMAL] = shade (1.02, @bg_color) bg[NORMAL] = shade (1.02, @rt_bg_color)
bg[ACTIVE] = @base_color bg[ACTIVE] = @rt_base_color
} }
style "clearlooks-combobox" { style "clearlooks-combobox" {
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @fg_color text[PRELIGHT] = @rt_fg_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) text[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
text[ACTIVE] = @fg_color text[ACTIVE] = @rt_fg_color
} }
style "clearlooks-button" { style "clearlooks-button" {
bg[NORMAL] = shade (1.45, @bg_color) bg[NORMAL] = shade (1.45, @rt_bg_color)
bg[PRELIGHT] = shade (1.65, @bg_color) bg[PRELIGHT] = shade (1.65, @rt_bg_color)
bg[ACTIVE] = shade (2.00, @bg_color) bg[ACTIVE] = shade (2.00, @rt_bg_color)
engine "clearlooks" engine "clearlooks"
{ {
@@ -240,7 +240,7 @@ style "clearlooks-notebook" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = @salt_pinch bg[SELECTED] = @rt_salt_pinch
} }
style "clearlooks-statusbar" { style "clearlooks-statusbar" {
@@ -262,15 +262,15 @@ style "clearlooks-comboboxentry" {
style "clearlooks-expander" { style "clearlooks-expander" {
fg[NORMAL] = @salt_pinch fg[NORMAL] = @rt_salt_pinch
fg[PRELIGHT] = @salt_pinch fg[PRELIGHT] = @rt_salt_pinch
fg[INSENSITIVE] = @salt_pinch fg[INSENSITIVE] = @rt_salt_pinch
bg[PRELIGHT] = mix(0.5, @selected_bg_color, @bg_color) bg[PRELIGHT] = mix(0.5, @rt_selected_bg_color, @rt_bg_color)
base[NORMAL] = @salt_pinch base[NORMAL] = @rt_salt_pinch
base[PRELIGHT] = @salt_pinch base[PRELIGHT] = @rt_salt_pinch
base[INSENSITIVE] = @salt_pinch base[INSENSITIVE] = @rt_salt_pinch
engine "clearlooks" { engine "clearlooks" {
hint = "expander" hint = "expander"
@@ -279,8 +279,8 @@ style "clearlooks-expander" {
style "clearlooks-expanderLabel" { style "clearlooks-expanderLabel" {
fg[NORMAL] = shade (1.50, @text_color) fg[NORMAL] = shade (1.50, @rt_text_color)
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
} }
style "clearlooks-menubar" { style "clearlooks-menubar" {
@@ -294,7 +294,7 @@ style "clearlooks-menu" {
xthickness = 0 xthickness = 0
ythickness = 0 ythickness = 0
bg[NORMAL] = shade (0.70, @bg_color) bg[NORMAL] = shade (0.70, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -305,9 +305,9 @@ style "clearlooks-menu_item" {
xthickness = 2 xthickness = 2
ythickness = 3 ythickness = 3
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
} }
# This style is there to modify the separator menu items. The goals are: # This style is there to modify the separator menu items. The goals are:
@@ -325,12 +325,12 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" { style "clearlooks-frame_title" {
fg[NORMAL] = shade (1.50, @text_color) fg[NORMAL] = shade (1.50, @rt_text_color)
} }
style "clearlooks-treeview" { style "clearlooks-treeview" {
base[ACTIVE] = mix(0.50, @selected_bg_color, @base_color) base[ACTIVE] = mix(0.50, @rt_selected_bg_color, @rt_base_color)
engine "clearlooks" { engine "clearlooks" {
hint = "treeview" hint = "treeview"
@@ -342,7 +342,7 @@ style "clearlooks-progressbar" {
xthickness = 1 xthickness = 1
ythickness = 1 ythickness = 1
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
# Explicitly set the radius for the progress bars inside menu items. # Explicitly set the radius for the progress bars inside menu items.
@@ -358,7 +358,7 @@ style "clearlooks-treeview_header" = "clearlooks-default" {
xthickness = 2 xthickness = 2
ythickness = 1 ythickness = 1
bg[NORMAL] = shade (1.35, @bg_color) bg[NORMAL] = shade (1.35, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -370,8 +370,8 @@ style "clearlooks-tooltips" {
xthickness = 4 xthickness = 4
ythickness = 4 ythickness = 4
bg[NORMAL] = @tooltip_bg_color bg[NORMAL] = @rt_tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color fg[NORMAL] = @rt_tooltip_fg_color
} }
############################################################################### ###############################################################################

View File

@@ -19,7 +19,7 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes. # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
gtk-color-scheme = "salt_pinch:#800000\nbase_color:#404040\nfg_color:#808080\ntooltip_fg_color:#D2D2D2\nselected_bg_color:#502828\nselected_fg_color:#D0D0D0\ntext_color:#A0A0A0\nbg_color:#2B2B2B\ntooltip_bg_color:#5A5A5A" gtk-color-scheme = "rt_salt_pinch:#800000\nrt_base_color:#404040\nrt_fg_color:#808080\nrt_tooltip_fg_color:#D2D2D2\nrt_selected_bg_color:#502828\nrt_selected_fg_color:#D0D0D0\nrt_text_color:#A0A0A0\nrt_bg_color:#2B2B2B\nrt_tooltip_bg_color:#5A5A5A"
style "clearlooks-default" { style "clearlooks-default" {
xthickness = 1 xthickness = 1
@@ -68,29 +68,29 @@ style "clearlooks-default" {
#################### ####################
# Color Definitions # Color Definitions
#################### ####################
bg[NORMAL] = @bg_color bg[NORMAL] = @rt_bg_color
bg[PRELIGHT] = shade (1.02, @bg_color) bg[PRELIGHT] = shade (1.02, @rt_bg_color)
bg[SELECTED] = @selected_bg_color bg[SELECTED] = @rt_selected_bg_color
bg[INSENSITIVE] = @bg_color bg[INSENSITIVE] = @rt_bg_color
bg[ACTIVE] = shade (0.9, @bg_color) bg[ACTIVE] = shade (0.9, @rt_bg_color)
fg[NORMAL] = @fg_color fg[NORMAL] = @rt_fg_color
fg[PRELIGHT] = @fg_color fg[PRELIGHT] = @rt_fg_color
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
fg[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) fg[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
fg[ACTIVE] = @fg_color fg[ACTIVE] = @rt_fg_color
text[NORMAL] = @text_color text[NORMAL] = @rt_text_color
text[PRELIGHT] = @text_color text[PRELIGHT] = @rt_text_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = darker (@bg_color) text[INSENSITIVE] = darker (@rt_bg_color)
text[ACTIVE] = @selected_fg_color text[ACTIVE] = @rt_selected_fg_color
base[NORMAL] = @base_color base[NORMAL] = @rt_base_color
base[PRELIGHT] = shade (0.95, @bg_color) base[PRELIGHT] = shade (0.95, @rt_bg_color)
base[SELECTED] = @selected_bg_color base[SELECTED] = @rt_selected_bg_color
base[INSENSITIVE] = @bg_color base[INSENSITIVE] = @rt_bg_color
base[ACTIVE] = shade (0.9, @selected_bg_color) base[ACTIVE] = shade (0.9, @rt_selected_bg_color)
engine "clearlooks" { engine "clearlooks" {
colorize_scrollbar = TRUE colorize_scrollbar = TRUE
@@ -121,17 +121,17 @@ style "clearlooks-entry" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = mix (1.4, @selected_bg_color, @base_color) bg[SELECTED] = mix (1.4, @rt_selected_bg_color, @rt_base_color)
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = shade (0.65, @selected_bg_color) focus_color = shade (0.65, @rt_selected_bg_color)
} }
} }
style "clearlooks-paned" { style "clearlooks-paned" {
bg[PRELIGHT] = shade (0.9, @bg_color) bg[PRELIGHT] = shade (0.9, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "paned" hint = "paned"
@@ -157,13 +157,13 @@ style "clearlooks-scale" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[NORMAL] = shade (1.35, @bg_color) bg[NORMAL] = shade (1.35, @rt_bg_color)
bg[PRELIGHT] = shade (1.70, @bg_color) bg[PRELIGHT] = shade (1.70, @rt_bg_color)
# when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob # when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob
#bg[SELECTED] = @bg_color #bg[SELECTED] = @rt_bg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = @selected_bg_color focus_color = @rt_selected_bg_color
hint = "scale" hint = "scale"
} }
} }
@@ -186,7 +186,7 @@ style "clearlooks-scrollbar" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[SELECTED] = shade (1.25, @bg_color) bg[SELECTED] = shade (1.25, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "scrollbar" hint = "scrollbar"
@@ -209,24 +209,24 @@ style "clearlooks-vscrollbar" {
style "clearlooks-notebook_bg" { style "clearlooks-notebook_bg" {
bg[NORMAL] = shade (1.02, @bg_color) bg[NORMAL] = shade (1.02, @rt_bg_color)
bg[ACTIVE] = shade (0.80, @bg_color) bg[ACTIVE] = shade (0.80, @rt_bg_color)
} }
style "clearlooks-combobox" { style "clearlooks-combobox" {
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @fg_color text[PRELIGHT] = @rt_fg_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) text[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
text[ACTIVE] = @fg_color text[ACTIVE] = @rt_fg_color
} }
style "clearlooks-button" { style "clearlooks-button" {
bg[NORMAL] = shade (1.25, @bg_color) bg[NORMAL] = shade (1.25, @rt_bg_color)
bg[PRELIGHT] = shade (1.50, @bg_color) bg[PRELIGHT] = shade (1.50, @rt_bg_color)
bg[ACTIVE] = shade (1.70, @bg_color) bg[ACTIVE] = shade (1.70, @rt_bg_color)
engine "clearlooks" engine "clearlooks"
{ {
@@ -240,7 +240,7 @@ style "clearlooks-notebook" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = @salt_pinch bg[SELECTED] = @rt_salt_pinch
} }
style "clearlooks-statusbar" { style "clearlooks-statusbar" {
@@ -262,15 +262,15 @@ style "clearlooks-comboboxentry" {
style "clearlooks-expander" { style "clearlooks-expander" {
fg[NORMAL] = @salt_pinch fg[NORMAL] = @rt_salt_pinch
fg[PRELIGHT] = @salt_pinch fg[PRELIGHT] = @rt_salt_pinch
fg[INSENSITIVE] = @salt_pinch fg[INSENSITIVE] = @rt_salt_pinch
bg[PRELIGHT] = mix(0.75, @selected_bg_color, @bg_color) bg[PRELIGHT] = mix(0.75, @rt_selected_bg_color, @rt_bg_color)
base[NORMAL] = @salt_pinch base[NORMAL] = @rt_salt_pinch
base[PRELIGHT] = @salt_pinch base[PRELIGHT] = @rt_salt_pinch
base[INSENSITIVE] = @salt_pinch base[INSENSITIVE] = @rt_salt_pinch
engine "clearlooks" { engine "clearlooks" {
hint = "expander" hint = "expander"
@@ -294,7 +294,7 @@ style "clearlooks-menu" {
xthickness = 0 xthickness = 0
ythickness = 0 ythickness = 0
bg[NORMAL] = shade (0.70, @bg_color) bg[NORMAL] = shade (0.70, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -305,9 +305,9 @@ style "clearlooks-menu_item" {
xthickness = 2 xthickness = 2
ythickness = 3 ythickness = 3
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
} }
# This style is there to modify the separator menu items. The goals are: # This style is there to modify the separator menu items. The goals are:
@@ -325,12 +325,12 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" { style "clearlooks-frame_title" {
fg[NORMAL] = lighter (@fg_color) fg[NORMAL] = lighter (@rt_fg_color)
} }
style "clearlooks-treeview" { style "clearlooks-treeview" {
base[ACTIVE] = mix(0.50, @selected_bg_color, @base_color) base[ACTIVE] = mix(0.50, @rt_selected_bg_color, @rt_base_color)
engine "clearlooks" { engine "clearlooks" {
hint = "treeview" hint = "treeview"
@@ -342,7 +342,7 @@ style "clearlooks-progressbar" {
xthickness = 1 xthickness = 1
ythickness = 1 ythickness = 1
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
# Explicitly set the radius for the progress bars inside menu items. # Explicitly set the radius for the progress bars inside menu items.
@@ -358,7 +358,7 @@ style "clearlooks-treeview_header" = "clearlooks-default" {
xthickness = 2 xthickness = 2
ythickness = 1 ythickness = 1
bg[NORMAL] = shade (0.80, @bg_color) bg[NORMAL] = shade (0.80, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -370,8 +370,8 @@ style "clearlooks-tooltips" {
xthickness = 4 xthickness = 4
ythickness = 4 ythickness = 4
bg[NORMAL] = @tooltip_bg_color bg[NORMAL] = @rt_tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color fg[NORMAL] = @rt_tooltip_fg_color
} }
############################################################################### ###############################################################################

View File

@@ -19,7 +19,7 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes. # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
gtk-color-scheme = "salt_pinch:#B0B0B0\nbase_color:#1A1A1A\nfg_color:#B0B0B0\ntooltip_fg_color:#1A1A1A\nselected_bg_color:#4A4A4A\nselected_fg_color:#B0B0B0\ntext_color:#909090\nbg_color:#363636\ntooltip_bg_color:#909090" gtk-color-scheme = "rt_salt_pinch:#B0B0B0\nrt_base_color:#1A1A1A\nrt_fg_color:#B0B0B0\nrt_tooltip_fg_color:#1A1A1A\nrt_selected_bg_color:#4A4A4A\nrt_selected_fg_color:#B0B0B0\nrt_text_color:#909090\nrt_bg_color:#363636\nrt_tooltip_bg_color:#909090"
style "clearlooks-default" { style "clearlooks-default" {
xthickness = 1 xthickness = 1
@@ -68,29 +68,29 @@ style "clearlooks-default" {
#################### ####################
# Color Definitions # Color Definitions
#################### ####################
bg[NORMAL] = @bg_color bg[NORMAL] = @rt_bg_color
bg[PRELIGHT] = shade (1.02, @bg_color) bg[PRELIGHT] = shade (1.02, @rt_bg_color)
bg[SELECTED] = @selected_bg_color bg[SELECTED] = @rt_selected_bg_color
bg[INSENSITIVE] = @bg_color bg[INSENSITIVE] = @rt_bg_color
bg[ACTIVE] = shade (0.9, @bg_color) bg[ACTIVE] = shade (0.9, @rt_bg_color)
fg[NORMAL] = @fg_color fg[NORMAL] = @rt_fg_color
fg[PRELIGHT] = @fg_color fg[PRELIGHT] = @rt_fg_color
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
fg[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) fg[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
fg[ACTIVE] = @fg_color fg[ACTIVE] = @rt_fg_color
text[NORMAL] = @text_color text[NORMAL] = @rt_text_color
text[PRELIGHT] = @text_color text[PRELIGHT] = @rt_text_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = darker (@bg_color) text[INSENSITIVE] = darker (@rt_bg_color)
text[ACTIVE] = @selected_fg_color text[ACTIVE] = @rt_selected_fg_color
base[NORMAL] = @base_color base[NORMAL] = @rt_base_color
base[PRELIGHT] = shade (0.95, @bg_color) base[PRELIGHT] = shade (0.95, @rt_bg_color)
base[SELECTED] = @selected_bg_color base[SELECTED] = @rt_selected_bg_color
base[INSENSITIVE] = @bg_color base[INSENSITIVE] = @rt_bg_color
base[ACTIVE] = shade (0.9, @selected_bg_color) base[ACTIVE] = shade (0.9, @rt_selected_bg_color)
engine "clearlooks" { engine "clearlooks" {
colorize_scrollbar = TRUE colorize_scrollbar = TRUE
@@ -121,17 +121,17 @@ style "clearlooks-entry" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = mix (1.4, @selected_bg_color, @base_color) bg[SELECTED] = mix (1.4, @rt_selected_bg_color, @rt_base_color)
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = shade (0.65, @selected_bg_color) focus_color = shade (0.65, @rt_selected_bg_color)
} }
} }
style "clearlooks-paned" { style "clearlooks-paned" {
bg[PRELIGHT] = shade (0.8, @bg_color) bg[PRELIGHT] = shade (0.8, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "paned" hint = "paned"
@@ -157,13 +157,13 @@ style "clearlooks-scale" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[NORMAL] = shade (1.35, @bg_color) bg[NORMAL] = shade (1.35, @rt_bg_color)
bg[PRELIGHT] = shade (1.70, @bg_color) bg[PRELIGHT] = shade (1.70, @rt_bg_color)
# when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob # when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob
#bg[SELECTED] = @bg_color #bg[SELECTED] = @rt_bg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = @selected_bg_color focus_color = @rt_selected_bg_color
hint = "scale" hint = "scale"
} }
} }
@@ -186,7 +186,7 @@ style "clearlooks-scrollbar" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[SELECTED] = shade (1.50, @bg_color) bg[SELECTED] = shade (1.50, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "scrollbar" hint = "scrollbar"
@@ -209,24 +209,24 @@ style "clearlooks-vscrollbar" {
style "clearlooks-notebook_bg" { style "clearlooks-notebook_bg" {
bg[NORMAL] = shade (1.02, @bg_color) bg[NORMAL] = shade (1.02, @rt_bg_color)
bg[ACTIVE] = @base_color bg[ACTIVE] = @rt_base_color
} }
style "clearlooks-combobox" { style "clearlooks-combobox" {
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @fg_color text[PRELIGHT] = @rt_fg_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) text[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
text[ACTIVE] = @fg_color text[ACTIVE] = @rt_fg_color
} }
style "clearlooks-button" { style "clearlooks-button" {
bg[NORMAL] = shade (1.35, @bg_color) bg[NORMAL] = shade (1.35, @rt_bg_color)
bg[PRELIGHT] = shade (1.55, @bg_color) bg[PRELIGHT] = shade (1.55, @rt_bg_color)
bg[ACTIVE] = shade (1.80, @bg_color) bg[ACTIVE] = shade (1.80, @rt_bg_color)
engine "clearlooks" engine "clearlooks"
{ {
@@ -240,7 +240,7 @@ style "clearlooks-notebook" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = @salt_pinch bg[SELECTED] = @rt_salt_pinch
} }
style "clearlooks-statusbar" { style "clearlooks-statusbar" {
@@ -262,15 +262,15 @@ style "clearlooks-comboboxentry" {
style "clearlooks-expander" { style "clearlooks-expander" {
fg[NORMAL] = @salt_pinch fg[NORMAL] = @rt_salt_pinch
fg[PRELIGHT] = @salt_pinch fg[PRELIGHT] = @rt_salt_pinch
fg[INSENSITIVE] = @salt_pinch fg[INSENSITIVE] = @rt_salt_pinch
bg[PRELIGHT] = mix(0.8, @selected_bg_color, @bg_color) bg[PRELIGHT] = mix(0.8, @rt_selected_bg_color, @rt_bg_color)
base[NORMAL] = @salt_pinch base[NORMAL] = @rt_salt_pinch
base[PRELIGHT] = @salt_pinch base[PRELIGHT] = @rt_salt_pinch
base[INSENSITIVE] = @salt_pinch base[INSENSITIVE] = @rt_salt_pinch
engine "clearlooks" { engine "clearlooks" {
hint = "expander" hint = "expander"
@@ -279,8 +279,8 @@ style "clearlooks-expander" {
style "clearlooks-expanderLabel" { style "clearlooks-expanderLabel" {
fg[NORMAL] = shade (1.50, @text_color) fg[NORMAL] = shade (1.50, @rt_text_color)
fg[PRELIGHT] = shade (1.50, @text_color) fg[PRELIGHT] = shade (1.50, @rt_text_color)
} }
style "clearlooks-menubar" { style "clearlooks-menubar" {
@@ -294,7 +294,7 @@ style "clearlooks-menu" {
xthickness = 0 xthickness = 0
ythickness = 0 ythickness = 0
bg[NORMAL] = shade (0.70, @bg_color) bg[NORMAL] = shade (0.70, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -305,9 +305,9 @@ style "clearlooks-menu_item" {
xthickness = 2 xthickness = 2
ythickness = 3 ythickness = 3
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
} }
# This style is there to modify the separator menu items. The goals are: # This style is there to modify the separator menu items. The goals are:
@@ -325,12 +325,12 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" { style "clearlooks-frame_title" {
fg[NORMAL] = shade (1.50, @text_color) fg[NORMAL] = shade (1.50, @rt_text_color)
} }
style "clearlooks-treeview" { style "clearlooks-treeview" {
base[ACTIVE] = mix(0.50, @selected_bg_color, @base_color) base[ACTIVE] = mix(0.50, @rt_selected_bg_color, @rt_base_color)
engine "clearlooks" { engine "clearlooks" {
hint = "treeview" hint = "treeview"
@@ -342,7 +342,7 @@ style "clearlooks-progressbar" {
xthickness = 1 xthickness = 1
ythickness = 1 ythickness = 1
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
# Explicitly set the radius for the progress bars inside menu items. # Explicitly set the radius for the progress bars inside menu items.
@@ -358,7 +358,7 @@ style "clearlooks-treeview_header" = "clearlooks-default" {
xthickness = 2 xthickness = 2
ythickness = 1 ythickness = 1
bg[NORMAL] = shade (0.80, @bg_color) bg[NORMAL] = shade (0.80, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -370,8 +370,8 @@ style "clearlooks-tooltips" {
xthickness = 4 xthickness = 4
ythickness = 4 ythickness = 4
bg[NORMAL] = @tooltip_bg_color bg[NORMAL] = @rt_tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color fg[NORMAL] = @rt_tooltip_fg_color
} }
############################################################################### ###############################################################################

View File

@@ -19,7 +19,7 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes. # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
gtk-color-scheme = "salt_pinch:#606060\nbase_color:#484848\nfg_color:#8c8c8c\ntooltip_fg_color:#D2D2D2\nselected_bg_color:#606060\nselected_fg_color:#C0C0C0\ntext_color:#8c8c8c\nbg_color:#404040\ntooltip_bg_color:#5A5A5A" gtk-color-scheme = "rt_salt_pinch:#606060\nrt_base_color:#484848\nrt_fg_color:#8c8c8c\nrt_tooltip_fg_color:#D2D2D2\nrt_selected_bg_color:#606060\nrt_selected_fg_color:#C0C0C0\nrt_text_color:#8c8c8c\nrt_bg_color:#404040\nrt_tooltip_bg_color:#5A5A5A"
style "clearlooks-default" { style "clearlooks-default" {
xthickness = 1 xthickness = 1
@@ -68,29 +68,29 @@ style "clearlooks-default" {
#################### ####################
# Color Definitions # Color Definitions
#################### ####################
bg[NORMAL] = @bg_color bg[NORMAL] = @rt_bg_color
bg[PRELIGHT] = shade (1.02, @bg_color) bg[PRELIGHT] = shade (1.02, @rt_bg_color)
bg[SELECTED] = @selected_bg_color bg[SELECTED] = @rt_selected_bg_color
bg[INSENSITIVE] = @bg_color bg[INSENSITIVE] = @rt_bg_color
bg[ACTIVE] = shade (0.9, @bg_color) bg[ACTIVE] = shade (0.9, @rt_bg_color)
fg[NORMAL] = @fg_color fg[NORMAL] = @rt_fg_color
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
fg[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) fg[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
fg[ACTIVE] = @fg_color fg[ACTIVE] = @rt_fg_color
text[NORMAL] = @text_color text[NORMAL] = @rt_text_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = darker (@bg_color) text[INSENSITIVE] = darker (@rt_bg_color)
text[ACTIVE] = @selected_fg_color text[ACTIVE] = @rt_selected_fg_color
base[NORMAL] = @base_color base[NORMAL] = @rt_base_color
base[PRELIGHT] = shade (0.95, @bg_color) base[PRELIGHT] = shade (0.95, @rt_bg_color)
base[SELECTED] = @selected_bg_color base[SELECTED] = @rt_selected_bg_color
base[INSENSITIVE] = @bg_color base[INSENSITIVE] = @rt_bg_color
base[ACTIVE] = shade (0.9, @selected_bg_color) base[ACTIVE] = shade (0.9, @rt_selected_bg_color)
engine "clearlooks" { engine "clearlooks" {
colorize_scrollbar = TRUE colorize_scrollbar = TRUE
@@ -121,17 +121,17 @@ style "clearlooks-entry" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = mix (1.4, @selected_bg_color, @base_color) bg[SELECTED] = mix (1.4, @rt_selected_bg_color, @rt_base_color)
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = shade (0.65, @selected_bg_color) focus_color = shade (0.65, @rt_selected_bg_color)
} }
} }
style "clearlooks-paned" { style "clearlooks-paned" {
bg[PRELIGHT] = shade (0.9, @bg_color) bg[PRELIGHT] = shade (0.9, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "paned" hint = "paned"
@@ -157,13 +157,13 @@ style "clearlooks-scale" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[NORMAL] = shade (1.35, @bg_color) bg[NORMAL] = shade (1.35, @rt_bg_color)
bg[PRELIGHT] = shade (1.70, @bg_color) bg[PRELIGHT] = shade (1.70, @rt_bg_color)
# when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob # when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob
#bg[SELECTED] = @bg_color #bg[SELECTED] = @rt_bg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = @selected_bg_color focus_color = @rt_selected_bg_color
hint = "scale" hint = "scale"
} }
} }
@@ -186,7 +186,7 @@ style "clearlooks-scrollbar" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[SELECTED] = shade (1.25, @bg_color) bg[SELECTED] = shade (1.25, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "scrollbar" hint = "scrollbar"
@@ -209,24 +209,24 @@ style "clearlooks-vscrollbar" {
style "clearlooks-notebook_bg" { style "clearlooks-notebook_bg" {
bg[NORMAL] = shade (1.02, @bg_color) bg[NORMAL] = shade (1.02, @rt_bg_color)
bg[ACTIVE] = shade (0.80, @bg_color) bg[ACTIVE] = shade (0.80, @rt_bg_color)
} }
style "clearlooks-combobox" { style "clearlooks-combobox" {
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) text[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
text[ACTIVE] = @fg_color text[ACTIVE] = @rt_fg_color
} }
style "clearlooks-button" { style "clearlooks-button" {
bg[NORMAL] = shade (1.25, @bg_color) bg[NORMAL] = shade (1.25, @rt_bg_color)
bg[PRELIGHT] = shade (1.50, @bg_color) bg[PRELIGHT] = shade (1.50, @rt_bg_color)
bg[ACTIVE] = shade (1.70, @bg_color) bg[ACTIVE] = shade (1.70, @rt_bg_color)
engine "clearlooks" engine "clearlooks"
{ {
@@ -240,7 +240,7 @@ style "clearlooks-notebook" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = @salt_pinch bg[SELECTED] = @rt_salt_pinch
} }
style "clearlooks-statusbar" { style "clearlooks-statusbar" {
@@ -262,15 +262,15 @@ style "clearlooks-comboboxentry" {
style "clearlooks-expander" { style "clearlooks-expander" {
fg[NORMAL] = @salt_pinch fg[NORMAL] = @rt_salt_pinch
fg[PRELIGHT] = @salt_pinch fg[PRELIGHT] = @rt_salt_pinch
fg[INSENSITIVE] = @salt_pinch fg[INSENSITIVE] = @rt_salt_pinch
bg[PRELIGHT] = mix(0.75, @selected_bg_color, @bg_color) bg[PRELIGHT] = mix(0.75, @rt_selected_bg_color, @rt_bg_color)
base[NORMAL] = @salt_pinch base[NORMAL] = @rt_salt_pinch
base[PRELIGHT] = @salt_pinch base[PRELIGHT] = @rt_salt_pinch
base[INSENSITIVE] = @salt_pinch base[INSENSITIVE] = @rt_salt_pinch
engine "clearlooks" { engine "clearlooks" {
hint = "expander" hint = "expander"
@@ -294,7 +294,7 @@ style "clearlooks-menu" {
xthickness = 0 xthickness = 0
ythickness = 0 ythickness = 0
bg[NORMAL] = shade (0.70, @bg_color) bg[NORMAL] = shade (0.70, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -305,9 +305,9 @@ style "clearlooks-menu_item" {
xthickness = 2 xthickness = 2
ythickness = 3 ythickness = 3
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
} }
# This style is there to modify the separator menu items. The goals are: # This style is there to modify the separator menu items. The goals are:
@@ -325,12 +325,12 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" { style "clearlooks-frame_title" {
fg[NORMAL] = lighter (@fg_color) fg[NORMAL] = lighter (@rt_fg_color)
} }
style "clearlooks-treeview" { style "clearlooks-treeview" {
base[ACTIVE] = mix(0.50, @selected_bg_color, @base_color) base[ACTIVE] = mix(0.50, @rt_selected_bg_color, @rt_base_color)
engine "clearlooks" { engine "clearlooks" {
hint = "treeview" hint = "treeview"
@@ -342,7 +342,7 @@ style "clearlooks-progressbar" {
xthickness = 1 xthickness = 1
ythickness = 1 ythickness = 1
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
# Explicitly set the radius for the progress bars inside menu items. # Explicitly set the radius for the progress bars inside menu items.
@@ -358,7 +358,7 @@ style "clearlooks-treeview_header" = "clearlooks-default" {
xthickness = 2 xthickness = 2
ythickness = 1 ythickness = 1
bg[NORMAL] = shade (0.80, @bg_color) bg[NORMAL] = shade (0.80, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -370,8 +370,8 @@ style "clearlooks-tooltips" {
xthickness = 4 xthickness = 4
ythickness = 4 ythickness = 4
bg[NORMAL] = @tooltip_bg_color bg[NORMAL] = @rt_tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color fg[NORMAL] = @rt_tooltip_fg_color
} }
############################################################################### ###############################################################################

View File

@@ -19,7 +19,7 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes. # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
gtk-color-scheme = "salt_pinch:#843382\nbase_color:#525252\nfg_color:#979797\ntooltip_fg_color:#A0A0A0\nselected_bg_color:#5D235C\nselected_fg_color:#CDCDCD\ntext_color:#A2A2A2\nbg_color:#404040\ntooltip_bg_color:#252525" gtk-color-scheme = "rt_salt_pinch:#843382\nrt_base_color:#525252\nrt_fg_color:#979797\nrt_tooltip_fg_color:#A0A0A0\nrt_selected_bg_color:#5D235C\nrt_selected_fg_color:#CDCDCD\nrt_text_color:#A2A2A2\nrt_bg_color:#404040\nrt_tooltip_bg_color:#252525"
style "clearlooks-default" { style "clearlooks-default" {
xthickness = 1 xthickness = 1
@@ -68,29 +68,29 @@ style "clearlooks-default" {
#################### ####################
# Color Definitions # Color Definitions
#################### ####################
bg[NORMAL] = @bg_color bg[NORMAL] = @rt_bg_color
bg[PRELIGHT] = shade (1.02, @bg_color) bg[PRELIGHT] = shade (1.02, @rt_bg_color)
bg[SELECTED] = @selected_bg_color bg[SELECTED] = @rt_selected_bg_color
bg[INSENSITIVE] = @bg_color bg[INSENSITIVE] = @rt_bg_color
bg[ACTIVE] = shade (0.9, @bg_color) bg[ACTIVE] = shade (0.9, @rt_bg_color)
fg[NORMAL] = @fg_color fg[NORMAL] = @rt_fg_color
fg[PRELIGHT] = @fg_color fg[PRELIGHT] = @rt_fg_color
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
fg[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) fg[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
fg[ACTIVE] = @fg_color fg[ACTIVE] = @rt_fg_color
text[NORMAL] = @text_color text[NORMAL] = @rt_text_color
text[PRELIGHT] = @text_color text[PRELIGHT] = @rt_text_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = darker (@bg_color) text[INSENSITIVE] = darker (@rt_bg_color)
text[ACTIVE] = @selected_fg_color text[ACTIVE] = @rt_selected_fg_color
base[NORMAL] = @base_color base[NORMAL] = @rt_base_color
base[PRELIGHT] = shade (0.95, @bg_color) base[PRELIGHT] = shade (0.95, @rt_bg_color)
base[SELECTED] = @selected_bg_color base[SELECTED] = @rt_selected_bg_color
base[INSENSITIVE] = @bg_color base[INSENSITIVE] = @rt_bg_color
base[ACTIVE] = shade (0.9, @selected_bg_color) base[ACTIVE] = shade (0.9, @rt_selected_bg_color)
engine "clearlooks" { engine "clearlooks" {
colorize_scrollbar = TRUE colorize_scrollbar = TRUE
@@ -121,17 +121,17 @@ style "clearlooks-entry" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = mix (1.4, @selected_bg_color, @base_color) bg[SELECTED] = mix (1.4, @rt_selected_bg_color, @rt_base_color)
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = shade (0.65, @selected_bg_color) focus_color = shade (0.65, @rt_selected_bg_color)
} }
} }
style "clearlooks-paned" { style "clearlooks-paned" {
bg[PRELIGHT] = shade (0.9, @bg_color) bg[PRELIGHT] = shade (0.9, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "paned" hint = "paned"
@@ -157,13 +157,13 @@ style "clearlooks-scale" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[NORMAL] = shade (1.30, @bg_color) bg[NORMAL] = shade (1.30, @rt_bg_color)
bg[PRELIGHT] = shade (1.40, @bg_color) bg[PRELIGHT] = shade (1.40, @rt_bg_color)
# when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob # when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob
#bg[SELECTED] = @bg_color #bg[SELECTED] = @rt_bg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = @selected_bg_color focus_color = @rt_selected_bg_color
hint = "scale" hint = "scale"
} }
} }
@@ -186,7 +186,7 @@ style "clearlooks-scrollbar" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[SELECTED] = shade (1.15, @bg_color) bg[SELECTED] = shade (1.15, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "scrollbar" hint = "scrollbar"
@@ -209,24 +209,24 @@ style "clearlooks-vscrollbar" {
style "clearlooks-notebook_bg" { style "clearlooks-notebook_bg" {
bg[NORMAL] = shade (1.02, @bg_color) bg[NORMAL] = shade (1.02, @rt_bg_color)
bg[ACTIVE] = shade (0.80, @bg_color) bg[ACTIVE] = shade (0.80, @rt_bg_color)
} }
style "clearlooks-combobox" { style "clearlooks-combobox" {
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @fg_color text[PRELIGHT] = @rt_fg_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) text[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
text[ACTIVE] = @fg_color text[ACTIVE] = @rt_fg_color
} }
style "clearlooks-button" { style "clearlooks-button" {
bg[NORMAL] = shade (0.93, @bg_color) bg[NORMAL] = shade (0.93, @rt_bg_color)
bg[PRELIGHT] = shade (0.85, @bg_color) bg[PRELIGHT] = shade (0.85, @rt_bg_color)
bg[ACTIVE] = shade (0.70, @bg_color) bg[ACTIVE] = shade (0.70, @rt_bg_color)
engine "clearlooks" engine "clearlooks"
{ {
@@ -240,7 +240,7 @@ style "clearlooks-notebook" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = @salt_pinch bg[SELECTED] = @rt_salt_pinch
} }
style "clearlooks-statusbar" { style "clearlooks-statusbar" {
@@ -262,15 +262,15 @@ style "clearlooks-comboboxentry" {
style "clearlooks-expander" { style "clearlooks-expander" {
fg[NORMAL] = @salt_pinch fg[NORMAL] = @rt_salt_pinch
fg[PRELIGHT] = @salt_pinch fg[PRELIGHT] = @rt_salt_pinch
fg[INSENSITIVE] = @salt_pinch fg[INSENSITIVE] = @rt_salt_pinch
bg[PRELIGHT] = mix(0.75, @selected_bg_color, @bg_color) bg[PRELIGHT] = mix(0.75, @rt_selected_bg_color, @rt_bg_color)
base[NORMAL] = @salt_pinch base[NORMAL] = @rt_salt_pinch
base[PRELIGHT] = @salt_pinch base[PRELIGHT] = @rt_salt_pinch
base[INSENSITIVE] = @salt_pinch base[INSENSITIVE] = @rt_salt_pinch
engine "clearlooks" { engine "clearlooks" {
hint = "expander" hint = "expander"
@@ -294,7 +294,7 @@ style "clearlooks-menu" {
xthickness = 0 xthickness = 0
ythickness = 0 ythickness = 0
bg[NORMAL] = shade (0.70, @bg_color) bg[NORMAL] = shade (0.70, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -305,9 +305,9 @@ style "clearlooks-menu_item" {
xthickness = 2 xthickness = 2
ythickness = 3 ythickness = 3
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
} }
# This style is there to modify the separator menu items. The goals are: # This style is there to modify the separator menu items. The goals are:
@@ -325,12 +325,12 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" { style "clearlooks-frame_title" {
fg[NORMAL] = lighter (@fg_color) fg[NORMAL] = lighter (@rt_fg_color)
} }
style "clearlooks-treeview" { style "clearlooks-treeview" {
base[ACTIVE] = mix(0.50, @selected_bg_color, @base_color) base[ACTIVE] = mix(0.50, @rt_selected_bg_color, @rt_base_color)
engine "clearlooks" { engine "clearlooks" {
hint = "treeview" hint = "treeview"
@@ -342,7 +342,7 @@ style "clearlooks-progressbar" {
xthickness = 1 xthickness = 1
ythickness = 1 ythickness = 1
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
# Explicitly set the radius for the progress bars inside menu items. # Explicitly set the radius for the progress bars inside menu items.
@@ -358,7 +358,7 @@ style "clearlooks-treeview_header" = "clearlooks-default" {
xthickness = 2 xthickness = 2
ythickness = 1 ythickness = 1
bg[NORMAL] = shade (0.80, @bg_color) bg[NORMAL] = shade (0.80, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -370,8 +370,8 @@ style "clearlooks-tooltips" {
xthickness = 4 xthickness = 4
ythickness = 4 ythickness = 4
bg[NORMAL] = @tooltip_bg_color bg[NORMAL] = @rt_tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color fg[NORMAL] = @rt_tooltip_fg_color
} }
############################################################################### ###############################################################################

View File

@@ -19,7 +19,7 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes. # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
gtk-color-scheme = "salt_pinch:#800000\nbase_color:#525252\nfg_color:#979797\ntooltip_fg_color:#A0A0A0\nselected_bg_color:#703535\nselected_fg_color:#CDCDCD\ntext_color:#A2A2A2\nbg_color:#404040\ntooltip_bg_color:#252525" gtk-color-scheme = "rt_salt_pinch:#800000\nrt_base_color:#525252\nrt_fg_color:#979797\nrt_tooltip_fg_color:#A0A0A0\nrt_selected_bg_color:#703535\nrt_selected_fg_color:#CDCDCD\nrt_text_color:#A2A2A2\nrt_bg_color:#404040\nrt_tooltip_bg_color:#252525"
style "clearlooks-default" { style "clearlooks-default" {
xthickness = 1 xthickness = 1
@@ -68,29 +68,29 @@ style "clearlooks-default" {
#################### ####################
# Color Definitions # Color Definitions
#################### ####################
bg[NORMAL] = @bg_color bg[NORMAL] = @rt_bg_color
bg[PRELIGHT] = shade (1.02, @bg_color) bg[PRELIGHT] = shade (1.02, @rt_bg_color)
bg[SELECTED] = @selected_bg_color bg[SELECTED] = @rt_selected_bg_color
bg[INSENSITIVE] = @bg_color bg[INSENSITIVE] = @rt_bg_color
bg[ACTIVE] = shade (0.9, @bg_color) bg[ACTIVE] = shade (0.9, @rt_bg_color)
fg[NORMAL] = @fg_color fg[NORMAL] = @rt_fg_color
fg[PRELIGHT] = @fg_color fg[PRELIGHT] = @rt_fg_color
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
fg[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) fg[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
fg[ACTIVE] = @fg_color fg[ACTIVE] = @rt_fg_color
text[NORMAL] = @text_color text[NORMAL] = @rt_text_color
text[PRELIGHT] = @text_color text[PRELIGHT] = @rt_text_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = darker (@bg_color) text[INSENSITIVE] = darker (@rt_bg_color)
text[ACTIVE] = @selected_fg_color text[ACTIVE] = @rt_selected_fg_color
base[NORMAL] = @base_color base[NORMAL] = @rt_base_color
base[PRELIGHT] = shade (0.95, @bg_color) base[PRELIGHT] = shade (0.95, @rt_bg_color)
base[SELECTED] = @selected_bg_color base[SELECTED] = @rt_selected_bg_color
base[INSENSITIVE] = @bg_color base[INSENSITIVE] = @rt_bg_color
base[ACTIVE] = shade (0.9, @selected_bg_color) base[ACTIVE] = shade (0.9, @rt_selected_bg_color)
engine "clearlooks" { engine "clearlooks" {
colorize_scrollbar = TRUE colorize_scrollbar = TRUE
@@ -121,17 +121,17 @@ style "clearlooks-entry" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = mix (1.4, @selected_bg_color, @base_color) bg[SELECTED] = mix (1.4, @rt_selected_bg_color, @rt_base_color)
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = shade (0.65, @selected_bg_color) focus_color = shade (0.65, @rt_selected_bg_color)
} }
} }
style "clearlooks-paned" { style "clearlooks-paned" {
bg[PRELIGHT] = shade (0.9, @bg_color) bg[PRELIGHT] = shade (0.9, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "paned" hint = "paned"
@@ -157,13 +157,13 @@ style "clearlooks-scale" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[NORMAL] = shade (1.30, @bg_color) bg[NORMAL] = shade (1.30, @rt_bg_color)
bg[PRELIGHT] = shade (1.40, @bg_color) bg[PRELIGHT] = shade (1.40, @rt_bg_color)
# when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob # when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob
#bg[SELECTED] = @bg_color #bg[SELECTED] = @rt_bg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = @selected_bg_color focus_color = @rt_selected_bg_color
hint = "scale" hint = "scale"
} }
} }
@@ -186,7 +186,7 @@ style "clearlooks-scrollbar" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[SELECTED] = shade (1.15, @bg_color) bg[SELECTED] = shade (1.15, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "scrollbar" hint = "scrollbar"
@@ -209,24 +209,24 @@ style "clearlooks-vscrollbar" {
style "clearlooks-notebook_bg" { style "clearlooks-notebook_bg" {
bg[NORMAL] = shade (1.02, @bg_color) bg[NORMAL] = shade (1.02, @rt_bg_color)
bg[ACTIVE] = shade (0.80, @bg_color) bg[ACTIVE] = shade (0.80, @rt_bg_color)
} }
style "clearlooks-combobox" { style "clearlooks-combobox" {
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @fg_color text[PRELIGHT] = @rt_fg_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) text[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
text[ACTIVE] = @fg_color text[ACTIVE] = @rt_fg_color
} }
style "clearlooks-button" { style "clearlooks-button" {
bg[NORMAL] = shade (0.93, @bg_color) bg[NORMAL] = shade (0.93, @rt_bg_color)
bg[PRELIGHT] = shade (0.85, @bg_color) bg[PRELIGHT] = shade (0.85, @rt_bg_color)
bg[ACTIVE] = shade (0.70, @bg_color) bg[ACTIVE] = shade (0.70, @rt_bg_color)
engine "clearlooks" engine "clearlooks"
{ {
@@ -240,7 +240,7 @@ style "clearlooks-notebook" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = @salt_pinch bg[SELECTED] = @rt_salt_pinch
} }
style "clearlooks-statusbar" { style "clearlooks-statusbar" {
@@ -262,15 +262,15 @@ style "clearlooks-comboboxentry" {
style "clearlooks-expander" { style "clearlooks-expander" {
fg[NORMAL] = @salt_pinch fg[NORMAL] = @rt_salt_pinch
fg[PRELIGHT] = @salt_pinch fg[PRELIGHT] = @rt_salt_pinch
fg[INSENSITIVE] = @salt_pinch fg[INSENSITIVE] = @rt_salt_pinch
bg[PRELIGHT] = mix(0.75, @selected_bg_color, @bg_color) bg[PRELIGHT] = mix(0.75, @rt_selected_bg_color, @rt_bg_color)
base[NORMAL] = @salt_pinch base[NORMAL] = @rt_salt_pinch
base[PRELIGHT] = @salt_pinch base[PRELIGHT] = @rt_salt_pinch
base[INSENSITIVE] = @salt_pinch base[INSENSITIVE] = @rt_salt_pinch
engine "clearlooks" { engine "clearlooks" {
hint = "expander" hint = "expander"
@@ -294,7 +294,7 @@ style "clearlooks-menu" {
xthickness = 0 xthickness = 0
ythickness = 0 ythickness = 0
bg[NORMAL] = shade (0.70, @bg_color) bg[NORMAL] = shade (0.70, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -305,9 +305,9 @@ style "clearlooks-menu_item" {
xthickness = 2 xthickness = 2
ythickness = 3 ythickness = 3
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
} }
# This style is there to modify the separator menu items. The goals are: # This style is there to modify the separator menu items. The goals are:
@@ -325,12 +325,12 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" { style "clearlooks-frame_title" {
fg[NORMAL] = lighter (@fg_color) fg[NORMAL] = lighter (@rt_fg_color)
} }
style "clearlooks-treeview" { style "clearlooks-treeview" {
base[ACTIVE] = mix(0.50, @selected_bg_color, @base_color) base[ACTIVE] = mix(0.50, @rt_selected_bg_color, @rt_base_color)
engine "clearlooks" { engine "clearlooks" {
hint = "treeview" hint = "treeview"
@@ -342,7 +342,7 @@ style "clearlooks-progressbar" {
xthickness = 1 xthickness = 1
ythickness = 1 ythickness = 1
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
# Explicitly set the radius for the progress bars inside menu items. # Explicitly set the radius for the progress bars inside menu items.
@@ -358,7 +358,7 @@ style "clearlooks-treeview_header" = "clearlooks-default" {
xthickness = 2 xthickness = 2
ythickness = 1 ythickness = 1
bg[NORMAL] = shade (0.80, @bg_color) bg[NORMAL] = shade (0.80, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -370,8 +370,8 @@ style "clearlooks-tooltips" {
xthickness = 4 xthickness = 4
ythickness = 4 ythickness = 4
bg[NORMAL] = @tooltip_bg_color bg[NORMAL] = @rt_tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color fg[NORMAL] = @rt_tooltip_fg_color
} }
############################################################################### ###############################################################################

View File

@@ -19,7 +19,7 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes. # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
gtk-color-scheme = "salt_pinch:#800000\nbase_color:#707070\nfg_color:#B2B2B2\ntooltip_fg_color:#A5A5A5\nselected_bg_color:#562020\nselected_fg_color:#E2E2E2\ntext_color:#000000\nbg_color:#5F5F5F\ntooltip_bg_color:#404040" gtk-color-scheme = "rt_salt_pinch:#800000\nrt_base_color:#707070\nrt_fg_color:#B2B2B2\nrt_tooltip_fg_color:#A5A5A5\nrt_selected_bg_color:#562020\nrt_selected_fg_color:#E2E2E2\nrt_text_color:#000000\nrt_bg_color:#5F5F5F\nrt_tooltip_bg_color:#404040"
style "clearlooks-default" { style "clearlooks-default" {
xthickness = 1 xthickness = 1
@@ -68,29 +68,29 @@ style "clearlooks-default" {
#################### ####################
# Color Definitions # Color Definitions
#################### ####################
bg[NORMAL] = @bg_color bg[NORMAL] = @rt_bg_color
bg[PRELIGHT] = shade (1.02, @bg_color) bg[PRELIGHT] = shade (1.02, @rt_bg_color)
bg[SELECTED] = @selected_bg_color bg[SELECTED] = @rt_selected_bg_color
bg[INSENSITIVE] = shade (0.95, @bg_color) bg[INSENSITIVE] = shade (0.95, @rt_bg_color)
bg[ACTIVE] = shade (0.7, @bg_color) bg[ACTIVE] = shade (0.7, @rt_bg_color)
fg[NORMAL] = @fg_color fg[NORMAL] = @rt_fg_color
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
fg[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) fg[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
fg[ACTIVE] = @fg_color fg[ACTIVE] = @rt_fg_color
text[NORMAL] = @text_color text[NORMAL] = @rt_text_color
text[PRELIGHT] = @text_color text[PRELIGHT] = @rt_text_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = darker (@bg_color) text[INSENSITIVE] = darker (@rt_bg_color)
text[ACTIVE] = @text_color text[ACTIVE] = @rt_text_color
base[NORMAL] = @base_color base[NORMAL] = @rt_base_color
base[PRELIGHT] = shade (1.05, @bg_color) base[PRELIGHT] = shade (1.05, @rt_bg_color)
base[SELECTED] = @selected_bg_color base[SELECTED] = @rt_selected_bg_color
base[INSENSITIVE] = @bg_color base[INSENSITIVE] = @rt_bg_color
base[ACTIVE] = @selected_bg_color base[ACTIVE] = @rt_selected_bg_color
engine "clearlooks" { engine "clearlooks" {
colorize_scrollbar = TRUE colorize_scrollbar = TRUE
@@ -123,17 +123,17 @@ style "clearlooks-entry" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color) bg[SELECTED] = mix (0.4, @rt_selected_bg_color, @rt_base_color)
fg[SELECTED] = @text_color fg[SELECTED] = @rt_text_color
engine "clearlooks" { engine "clearlooks" {
focus_color = shade (0.65, @selected_bg_color) focus_color = shade (0.65, @rt_selected_bg_color)
} }
} }
style "clearlooks-paned" { style "clearlooks-paned" {
bg[PRELIGHT] = shade (0.9, @bg_color) bg[PRELIGHT] = shade (0.9, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "paned" hint = "paned"
@@ -159,13 +159,13 @@ style "clearlooks-scale" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[NORMAL] = shade (0.96, @bg_color) bg[NORMAL] = shade (0.96, @rt_bg_color)
bg[PRELIGHT] = shade (1.06, @bg_color) bg[PRELIGHT] = shade (1.06, @rt_bg_color)
# when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob # when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob
#bg[SELECTED] = @bg_color #bg[SELECTED] = @rt_bg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = @selected_bg_color focus_color = @rt_selected_bg_color
hint = "scale" hint = "scale"
} }
} }
@@ -186,7 +186,7 @@ style "clearlooks-hscale" {
style "clearlooks-scrollbar" { style "clearlooks-scrollbar" {
#bg[SELECTED] = shade (1.09, @bg_color) #bg[SELECTED] = shade (1.09, @rt_bg_color)
engine "pixmap" { engine "pixmap" {
image image
@@ -558,24 +558,24 @@ style "clearlooks-range" {
style "clearlooks-notebook_bg" { style "clearlooks-notebook_bg" {
bg[NORMAL] = @bg_color bg[NORMAL] = @rt_bg_color
bg[ACTIVE] = shade (0.85, @bg_color) bg[ACTIVE] = shade (0.85, @rt_bg_color)
} }
style "clearlooks-combobox" { style "clearlooks-combobox" {
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) text[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
text[ACTIVE] = @fg_color text[ACTIVE] = @rt_fg_color
} }
style "clearlooks-button" { style "clearlooks-button" {
bg[NORMAL] = shade (0.93, @bg_color) bg[NORMAL] = shade (0.93, @rt_bg_color)
bg[PRELIGHT] = shade (0.85, @bg_color) bg[PRELIGHT] = shade (0.85, @rt_bg_color)
bg[ACTIVE] = shade (0.70, @bg_color) bg[ACTIVE] = shade (0.70, @rt_bg_color)
engine "clearlooks" engine "clearlooks"
{ {
@@ -589,7 +589,7 @@ style "clearlooks-notebook" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = @salt_pinch bg[SELECTED] = @rt_salt_pinch
} }
style "clearlooks-statusbar" { style "clearlooks-statusbar" {
@@ -611,15 +611,15 @@ style "clearlooks-comboboxentry" {
style "clearlooks-expander" { style "clearlooks-expander" {
fg[NORMAL] = @salt_pinch fg[NORMAL] = @rt_salt_pinch
fg[PRELIGHT] = @salt_pinch fg[PRELIGHT] = @rt_salt_pinch
fg[INSENSITIVE] = @salt_pinch fg[INSENSITIVE] = @rt_salt_pinch
bg[PRELIGHT] = mix (0.5, @salt_pinch, @bg_color) bg[PRELIGHT] = mix (0.5, @rt_salt_pinch, @rt_bg_color)
base[NORMAL] = @salt_pinch base[NORMAL] = @rt_salt_pinch
base[PRELIGHT] = @salt_pinch base[PRELIGHT] = @rt_salt_pinch
base[INSENSITIVE] = @salt_pinch base[INSENSITIVE] = @rt_salt_pinch
engine "clearlooks" { engine "clearlooks" {
hint = "expander" hint = "expander"
@@ -628,8 +628,8 @@ style "clearlooks-expander" {
style "clearlooks-expanderLabel" { style "clearlooks-expanderLabel" {
fg[NORMAL] = @text_color fg[NORMAL] = @rt_text_color
fg[PRELIGHT] = lighter (@fg_color) fg[PRELIGHT] = lighter (@rt_fg_color)
} }
style "clearlooks-menubar" { style "clearlooks-menubar" {
@@ -643,7 +643,7 @@ style "clearlooks-menu" {
xthickness = 0 xthickness = 0
ythickness = 0 ythickness = 0
bg[NORMAL] = @tooltip_bg_color bg[NORMAL] = @rt_tooltip_bg_color
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -654,9 +654,9 @@ style "clearlooks-menu_item" {
xthickness = 2 xthickness = 2
ythickness = 3 ythickness = 3
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
} }
# This style is there to modify the separator menu items. The goals are: # This style is there to modify the separator menu items. The goals are:
@@ -674,14 +674,14 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" { style "clearlooks-frame_title" {
fg[NORMAL] = lighter (@fg_color) fg[NORMAL] = lighter (@rt_fg_color)
} }
style "clearlooks-treeview" { style "clearlooks-treeview" {
# For an unkown reason, shading 7C99AD produce a redish color, so we have to set the value manually # For an unkown reason, shading 7C99AD produce a redish color, so we have to set the value manually
text[ACTIVE] = @selected_fg_color text[ACTIVE] = @rt_selected_fg_color
base[ACTIVE] = mix(0.50, @selected_bg_color, @base_color) base[ACTIVE] = mix(0.50, @rt_selected_bg_color, @rt_base_color)
engine "clearlooks" { engine "clearlooks" {
hint = "treeview" hint = "treeview"
@@ -693,7 +693,7 @@ style "clearlooks-progressbar" {
xthickness = 1 xthickness = 1
ythickness = 1 ythickness = 1
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
# Explicitly set the radius for the progress bars inside menu items. # Explicitly set the radius for the progress bars inside menu items.
@@ -709,7 +709,7 @@ style "clearlooks-treeview_header" = "clearlooks-default" {
xthickness = 2 xthickness = 2
ythickness = 1 ythickness = 1
bg[NORMAL] = shade (0.80, @bg_color) bg[NORMAL] = shade (0.80, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -721,8 +721,8 @@ style "clearlooks-tooltips" {
xthickness = 4 xthickness = 4
ythickness = 4 ythickness = 4
bg[NORMAL] = @tooltip_bg_color bg[NORMAL] = @rt_tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color fg[NORMAL] = @rt_tooltip_fg_color
} }
############################################################################### ###############################################################################

View File

@@ -19,7 +19,7 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes. # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
gtk-color-scheme = "salt_pinch:#800000\nbase_color:#707070\nfg_color:#B2B2B2\ntooltip_fg_color:#A5A5A5\nselected_bg_color:#562020\nselected_fg_color:#E2E2E2\ntext_color:#000000\nbg_color:#5F5F5F\ntooltip_bg_color:#404040" gtk-color-scheme = "rt_salt_pinch:#800000\nrt_base_color:#707070\nrt_fg_color:#B2B2B2\nrt_tooltip_fg_color:#A5A5A5\nrt_selected_bg_color:#562020\nrt_selected_fg_color:#E2E2E2\nrt_text_color:#000000\nrt_bg_color:#5F5F5F\nrt_tooltip_bg_color:#404040"
style "clearlooks-default" { style "clearlooks-default" {
xthickness = 1 xthickness = 1
@@ -68,29 +68,29 @@ style "clearlooks-default" {
#################### ####################
# Color Definitions # Color Definitions
#################### ####################
bg[NORMAL] = @bg_color bg[NORMAL] = @rt_bg_color
bg[PRELIGHT] = shade (1.02, @bg_color) bg[PRELIGHT] = shade (1.02, @rt_bg_color)
bg[SELECTED] = @selected_bg_color bg[SELECTED] = @rt_selected_bg_color
bg[INSENSITIVE] = shade (0.95, @bg_color) bg[INSENSITIVE] = shade (0.95, @rt_bg_color)
bg[ACTIVE] = shade (0.7, @bg_color) bg[ACTIVE] = shade (0.7, @rt_bg_color)
fg[NORMAL] = @fg_color fg[NORMAL] = @rt_fg_color
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
fg[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) fg[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
fg[ACTIVE] = @fg_color fg[ACTIVE] = @rt_fg_color
text[NORMAL] = @text_color text[NORMAL] = @rt_text_color
text[PRELIGHT] = @text_color text[PRELIGHT] = @rt_text_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = darker (@bg_color) text[INSENSITIVE] = darker (@rt_bg_color)
text[ACTIVE] = @text_color text[ACTIVE] = @rt_text_color
base[NORMAL] = @base_color base[NORMAL] = @rt_base_color
base[PRELIGHT] = shade (1.05, @bg_color) base[PRELIGHT] = shade (1.05, @rt_bg_color)
base[SELECTED] = @selected_bg_color base[SELECTED] = @rt_selected_bg_color
base[INSENSITIVE] = @bg_color base[INSENSITIVE] = @rt_bg_color
base[ACTIVE] = @selected_bg_color base[ACTIVE] = @rt_selected_bg_color
engine "clearlooks" { engine "clearlooks" {
colorize_scrollbar = TRUE colorize_scrollbar = TRUE
@@ -121,17 +121,17 @@ style "clearlooks-entry" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color) bg[SELECTED] = mix (0.4, @rt_selected_bg_color, @rt_base_color)
fg[SELECTED] = @text_color fg[SELECTED] = @rt_text_color
engine "clearlooks" { engine "clearlooks" {
focus_color = shade (0.65, @selected_bg_color) focus_color = shade (0.65, @rt_selected_bg_color)
} }
} }
style "clearlooks-paned" { style "clearlooks-paned" {
bg[PRELIGHT] = shade (0.9, @bg_color) bg[PRELIGHT] = shade (0.9, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "paned" hint = "paned"
@@ -157,13 +157,13 @@ style "clearlooks-scale" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[NORMAL] = shade (1.20, @bg_color) bg[NORMAL] = shade (1.20, @rt_bg_color)
bg[PRELIGHT] = shade (1.30, @bg_color) bg[PRELIGHT] = shade (1.30, @rt_bg_color)
# when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob # when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob
#bg[SELECTED] = @bg_color #bg[SELECTED] = @rt_bg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = @selected_bg_color focus_color = @rt_selected_bg_color
hint = "scale" hint = "scale"
} }
} }
@@ -186,7 +186,7 @@ style "clearlooks-scrollbar" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[SELECTED] = shade (1.16, @bg_color) bg[SELECTED] = shade (1.16, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "scrollbar" hint = "scrollbar"
@@ -209,24 +209,24 @@ style "clearlooks-vscrollbar" {
style "clearlooks-notebook_bg" { style "clearlooks-notebook_bg" {
bg[NORMAL] = @bg_color bg[NORMAL] = @rt_bg_color
bg[ACTIVE] = shade (0.85, @bg_color) bg[ACTIVE] = shade (0.85, @rt_bg_color)
} }
style "clearlooks-combobox" { style "clearlooks-combobox" {
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) text[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
text[ACTIVE] = @fg_color text[ACTIVE] = @rt_fg_color
} }
style "clearlooks-button" { style "clearlooks-button" {
bg[NORMAL] = shade (0.93, @bg_color) bg[NORMAL] = shade (0.93, @rt_bg_color)
bg[PRELIGHT] = shade (0.85, @bg_color) bg[PRELIGHT] = shade (0.85, @rt_bg_color)
bg[ACTIVE] = shade (0.70, @bg_color) bg[ACTIVE] = shade (0.70, @rt_bg_color)
engine "clearlooks" engine "clearlooks"
{ {
@@ -240,7 +240,7 @@ style "clearlooks-notebook" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = @salt_pinch bg[SELECTED] = @rt_salt_pinch
} }
style "clearlooks-statusbar" { style "clearlooks-statusbar" {
@@ -262,15 +262,15 @@ style "clearlooks-comboboxentry" {
style "clearlooks-expander" { style "clearlooks-expander" {
fg[NORMAL] = @salt_pinch fg[NORMAL] = @rt_salt_pinch
fg[PRELIGHT] = @salt_pinch fg[PRELIGHT] = @rt_salt_pinch
fg[INSENSITIVE] = @salt_pinch fg[INSENSITIVE] = @rt_salt_pinch
bg[PRELIGHT] = mix (0.5, @salt_pinch, @bg_color) bg[PRELIGHT] = mix (0.5, @rt_salt_pinch, @rt_bg_color)
base[NORMAL] = @salt_pinch base[NORMAL] = @rt_salt_pinch
base[PRELIGHT] = @salt_pinch base[PRELIGHT] = @rt_salt_pinch
base[INSENSITIVE] = @salt_pinch base[INSENSITIVE] = @rt_salt_pinch
engine "clearlooks" { engine "clearlooks" {
hint = "expander" hint = "expander"
@@ -279,8 +279,8 @@ style "clearlooks-expander" {
style "clearlooks-expanderLabel" { style "clearlooks-expanderLabel" {
fg[NORMAL] = @text_color fg[NORMAL] = @rt_text_color
fg[PRELIGHT] = lighter (@fg_color) fg[PRELIGHT] = lighter (@rt_fg_color)
} }
style "clearlooks-menubar" { style "clearlooks-menubar" {
@@ -294,7 +294,7 @@ style "clearlooks-menu" {
xthickness = 0 xthickness = 0
ythickness = 0 ythickness = 0
bg[NORMAL] = @tooltip_bg_color bg[NORMAL] = @rt_tooltip_bg_color
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -305,9 +305,9 @@ style "clearlooks-menu_item" {
xthickness = 2 xthickness = 2
ythickness = 3 ythickness = 3
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
} }
# This style is there to modify the separator menu items. The goals are: # This style is there to modify the separator menu items. The goals are:
@@ -325,14 +325,14 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" { style "clearlooks-frame_title" {
fg[NORMAL] = lighter (@fg_color) fg[NORMAL] = lighter (@rt_fg_color)
} }
style "clearlooks-treeview" { style "clearlooks-treeview" {
# For an unkown reason, shading 7C99AD produce a redish color, so we have to set the value manually # For an unkown reason, shading 7C99AD produce a redish color, so we have to set the value manually
text[ACTIVE] = @selected_fg_color text[ACTIVE] = @rt_selected_fg_color
base[ACTIVE] = mix(0.50, @selected_bg_color, @base_color) base[ACTIVE] = mix(0.50, @rt_selected_bg_color, @rt_base_color)
engine "clearlooks" { engine "clearlooks" {
hint = "treeview" hint = "treeview"
@@ -344,7 +344,7 @@ style "clearlooks-progressbar" {
xthickness = 1 xthickness = 1
ythickness = 1 ythickness = 1
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
# Explicitly set the radius for the progress bars inside menu items. # Explicitly set the radius for the progress bars inside menu items.
@@ -360,7 +360,7 @@ style "clearlooks-treeview_header" = "clearlooks-default" {
xthickness = 2 xthickness = 2
ythickness = 1 ythickness = 1
bg[NORMAL] = shade (0.80, @bg_color) bg[NORMAL] = shade (0.80, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -372,8 +372,8 @@ style "clearlooks-tooltips" {
xthickness = 4 xthickness = 4
ythickness = 4 ythickness = 4
bg[NORMAL] = @tooltip_bg_color bg[NORMAL] = @rt_tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color fg[NORMAL] = @rt_tooltip_fg_color
} }
############################################################################### ###############################################################################

View File

@@ -19,7 +19,7 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes. # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
gtk-color-scheme = "salt_pinch:#95B0DB\nbase_color:#dddddd\nfg_color:#0A0A0A\ntooltip_fg_color:#000000\nselected_bg_color:#95B0DB\nselected_fg_color:#FFFFFF\ntext_color:#000000\nbg_color:#A1A1A1\ntooltip_bg_color:#F5F5B5" gtk-color-scheme = "rt_salt_pinch:#95B0DB\nrt_base_color:#dddddd\nrt_fg_color:#0A0A0A\nrt_tooltip_fg_color:#000000\nrt_selected_bg_color:#95B0DB\nrt_selected_fg_color:#FFFFFF\nrt_text_color:#000000\nrt_bg_color:#A1A1A1\nrt_tooltip_bg_color:#F5F5B5"
style "clearlooks-default" { style "clearlooks-default" {
xthickness = 1 xthickness = 1
@@ -68,29 +68,29 @@ style "clearlooks-default" {
#################### ####################
# Color Definitions # Color Definitions
#################### ####################
bg[NORMAL] = @bg_color bg[NORMAL] = @rt_bg_color
bg[PRELIGHT] = shade (1.02, @bg_color) bg[PRELIGHT] = shade (1.02, @rt_bg_color)
bg[SELECTED] = @selected_bg_color bg[SELECTED] = @rt_selected_bg_color
bg[INSENSITIVE] = @bg_color bg[INSENSITIVE] = @rt_bg_color
bg[ACTIVE] = shade (0.9, @bg_color) bg[ACTIVE] = shade (0.9, @rt_bg_color)
fg[NORMAL] = @fg_color fg[NORMAL] = @rt_fg_color
fg[PRELIGHT] = @fg_color fg[PRELIGHT] = @rt_fg_color
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
fg[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) fg[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
fg[ACTIVE] = @fg_color fg[ACTIVE] = @rt_fg_color
text[NORMAL] = @text_color text[NORMAL] = @rt_text_color
text[PRELIGHT] = @text_color text[PRELIGHT] = @rt_text_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = darker (@bg_color) text[INSENSITIVE] = darker (@rt_bg_color)
text[ACTIVE] = @selected_fg_color text[ACTIVE] = @rt_selected_fg_color
base[NORMAL] = @base_color base[NORMAL] = @rt_base_color
base[PRELIGHT] = shade (0.95, @bg_color) base[PRELIGHT] = shade (0.95, @rt_bg_color)
base[SELECTED] = @selected_bg_color base[SELECTED] = @rt_selected_bg_color
base[INSENSITIVE] = @bg_color base[INSENSITIVE] = @rt_bg_color
base[ACTIVE] = shade (0.9, @selected_bg_color) base[ACTIVE] = shade (0.9, @rt_selected_bg_color)
engine "clearlooks" { engine "clearlooks" {
colorize_scrollbar = TRUE colorize_scrollbar = TRUE
@@ -121,17 +121,17 @@ style "clearlooks-entry" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = mix (1.4, @selected_bg_color, @base_color) bg[SELECTED] = mix (1.4, @rt_selected_bg_color, @rt_base_color)
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = shade (0.65, @selected_bg_color) focus_color = shade (0.65, @rt_selected_bg_color)
} }
} }
style "clearlooks-paned" { style "clearlooks-paned" {
bg[PRELIGHT] = shade (0.9, @bg_color) bg[PRELIGHT] = shade (0.9, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "paned" hint = "paned"
@@ -157,13 +157,13 @@ style "clearlooks-scale" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[NORMAL] = shade (1.15, @bg_color) bg[NORMAL] = shade (1.15, @rt_bg_color)
bg[PRELIGHT] = shade (1.25, @bg_color) bg[PRELIGHT] = shade (1.25, @rt_bg_color)
# when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob # when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob
#bg[SELECTED] = @bg_color #bg[SELECTED] = @rt_bg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = @selected_bg_color focus_color = @rt_selected_bg_color
hint = "scale" hint = "scale"
} }
} }
@@ -186,7 +186,7 @@ style "clearlooks-scrollbar" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
#bg[NORMAL] = shade (1.07, @bg_color) #bg[NORMAL] = shade (1.07, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "scrollbar" hint = "scrollbar"
@@ -209,24 +209,24 @@ style "clearlooks-vscrollbar" {
style "clearlooks-notebook_bg" { style "clearlooks-notebook_bg" {
bg[NORMAL] = shade (1.05, @bg_color) bg[NORMAL] = shade (1.05, @rt_bg_color)
bg[ACTIVE] = shade (0.92, @bg_color) bg[ACTIVE] = shade (0.92, @rt_bg_color)
} }
style "clearlooks-combobox" { style "clearlooks-combobox" {
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @fg_color text[PRELIGHT] = @rt_fg_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) text[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
text[ACTIVE] = @fg_color text[ACTIVE] = @rt_fg_color
} }
style "clearlooks-button" { style "clearlooks-button" {
bg[NORMAL] = shade (0.95, @bg_color) bg[NORMAL] = shade (0.95, @rt_bg_color)
bg[PRELIGHT] = shade (1.08, @bg_color) bg[PRELIGHT] = shade (1.08, @rt_bg_color)
bg[ACTIVE] = shade (0.80, @bg_color) bg[ACTIVE] = shade (0.80, @rt_bg_color)
engine "clearlooks" engine "clearlooks"
{ {
@@ -241,7 +241,7 @@ style "clearlooks-notebook" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = @salt_pinch bg[SELECTED] = @rt_salt_pinch
} }
style "clearlooks-statusbar" { style "clearlooks-statusbar" {
@@ -263,15 +263,15 @@ style "clearlooks-comboboxentry" {
style "clearlooks-expander" { style "clearlooks-expander" {
fg[NORMAL] = mix (0.6, @selected_bg_color, @text_color) fg[NORMAL] = mix (0.6, @rt_selected_bg_color, @rt_text_color)
fg[PRELIGHT] = mix (0.6, @selected_bg_color, @text_color) fg[PRELIGHT] = mix (0.6, @rt_selected_bg_color, @rt_text_color)
fg[INSENSITIVE] = @selected_bg_color fg[INSENSITIVE] = @rt_selected_bg_color
bg[PRELIGHT] = mix (0.5, @selected_bg_color, @bg_color) bg[PRELIGHT] = mix (0.5, @rt_selected_bg_color, @rt_bg_color)
base[NORMAL] = mix (0.6, @selected_bg_color, @text_color) base[NORMAL] = mix (0.6, @rt_selected_bg_color, @rt_text_color)
base[PRELIGHT] = @selected_fg_color base[PRELIGHT] = @rt_selected_fg_color
base[INSENSITIVE] = @selected_bg_color base[INSENSITIVE] = @rt_selected_bg_color
engine "clearlooks" { engine "clearlooks" {
hint = "expander" hint = "expander"
@@ -280,8 +280,8 @@ style "clearlooks-expander" {
style "clearlooks-expanderLabel" { style "clearlooks-expanderLabel" {
fg[NORMAL] = @text_color fg[NORMAL] = @rt_text_color
fg[PRELIGHT] = @text_color fg[PRELIGHT] = @rt_text_color
} }
style "clearlooks-menubar" { style "clearlooks-menubar" {
@@ -295,7 +295,7 @@ style "clearlooks-menu" {
xthickness = 0 xthickness = 0
ythickness = 0 ythickness = 0
bg[NORMAL] = @base_color bg[NORMAL] = @rt_base_color
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -306,9 +306,9 @@ style "clearlooks-menu_item" {
xthickness = 2 xthickness = 2
ythickness = 3 ythickness = 3
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
} }
# This style is there to modify the separator menu items. The goals are: # This style is there to modify the separator menu items. The goals are:
@@ -326,13 +326,13 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" { style "clearlooks-frame_title" {
fg[NORMAL] = shade (1.40, @bg_color) fg[NORMAL] = shade (1.40, @rt_bg_color)
} }
style "clearlooks-treeview" { style "clearlooks-treeview" {
text[ACTIVE] = @text_color text[ACTIVE] = @rt_text_color
base[ACTIVE] = mix(0.50, @selected_bg_color, @base_color) base[ACTIVE] = mix(0.50, @rt_selected_bg_color, @rt_base_color)
engine "clearlooks" { engine "clearlooks" {
hint = "treeview" hint = "treeview"
@@ -344,7 +344,7 @@ style "clearlooks-progressbar" {
xthickness = 1 xthickness = 1
ythickness = 1 ythickness = 1
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
# Explicitly set the radius for the progress bars inside menu items. # Explicitly set the radius for the progress bars inside menu items.
@@ -360,7 +360,7 @@ style "clearlooks-treeview_header" = "clearlooks-default" {
xthickness = 2 xthickness = 2
ythickness = 1 ythickness = 1
bg[NORMAL] = shade (1.2, @bg_color) bg[NORMAL] = shade (1.2, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -372,8 +372,8 @@ style "clearlooks-tooltips" {
xthickness = 4 xthickness = 4
ythickness = 4 ythickness = 4
bg[NORMAL] = @tooltip_bg_color bg[NORMAL] = @rt_tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color fg[NORMAL] = @rt_tooltip_fg_color
} }
############################################################################### ###############################################################################

View File

@@ -19,7 +19,7 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes. # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
gtk-color-scheme = "base_color:#ffffff\nfg_color:#101010\ntooltip_fg_color:#000000\nselected_bg_color:#7C99AD\nselected_fg_color:#ffffff\ntext_color:#000000\nbg_color:#EFEBE7\ntooltip_bg_color:#FFFFBF" gtk-color-scheme = "rt_base_color:#ffffff\nrt_fg_color:#101010\nrt_tooltip_fg_color:#000000\nrt_selected_bg_color:#7C99AD\nrt_selected_fg_color:#ffffff\nrt_text_color:#000000\nrt_bg_color:#EFEBE7\nrt_tooltip_bg_color:#FFFFBF"
style "clearlooks-default" { style "clearlooks-default" {
xthickness = 1 xthickness = 1
@@ -68,29 +68,29 @@ style "clearlooks-default" {
#################### ####################
# Color Definitions # Color Definitions
#################### ####################
bg[NORMAL] = @bg_color bg[NORMAL] = @rt_bg_color
bg[PRELIGHT] = shade (1.02, @bg_color) bg[PRELIGHT] = shade (1.02, @rt_bg_color)
bg[SELECTED] = @selected_bg_color bg[SELECTED] = @rt_selected_bg_color
bg[INSENSITIVE] = @bg_color bg[INSENSITIVE] = @rt_bg_color
bg[ACTIVE] = shade (0.9, @bg_color) bg[ACTIVE] = shade (0.9, @rt_bg_color)
fg[NORMAL] = @fg_color fg[NORMAL] = @rt_fg_color
fg[PRELIGHT] = @fg_color fg[PRELIGHT] = @rt_fg_color
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
fg[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) fg[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
fg[ACTIVE] = @fg_color fg[ACTIVE] = @rt_fg_color
text[NORMAL] = @text_color text[NORMAL] = @rt_text_color
text[PRELIGHT] = @text_color text[PRELIGHT] = @rt_text_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = darker (@bg_color) text[INSENSITIVE] = darker (@rt_bg_color)
text[ACTIVE] = @selected_fg_color text[ACTIVE] = @rt_selected_fg_color
base[NORMAL] = @base_color base[NORMAL] = @rt_base_color
base[PRELIGHT] = shade (0.95, @bg_color) base[PRELIGHT] = shade (0.95, @rt_bg_color)
base[SELECTED] = @selected_bg_color base[SELECTED] = @rt_selected_bg_color
base[INSENSITIVE] = @bg_color base[INSENSITIVE] = @rt_bg_color
base[ACTIVE] = shade (0.9, @selected_bg_color) base[ACTIVE] = shade (0.9, @rt_selected_bg_color)
engine "clearlooks" { engine "clearlooks" {
colorize_scrollbar = TRUE colorize_scrollbar = TRUE
@@ -121,17 +121,17 @@ style "clearlooks-entry" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color) bg[SELECTED] = mix (0.4, @rt_selected_bg_color, @rt_base_color)
fg[SELECTED] = @text_color fg[SELECTED] = @rt_text_color
engine "clearlooks" { engine "clearlooks" {
focus_color = shade (0.65, @selected_bg_color) focus_color = shade (0.65, @rt_selected_bg_color)
} }
} }
style "clearlooks-paned" { style "clearlooks-paned" {
bg[PRELIGHT] = shade (0.9, @bg_color) bg[PRELIGHT] = shade (0.9, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "paned" hint = "paned"
@@ -157,13 +157,13 @@ style "clearlooks-scale" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
bg[NORMAL] = shade (1.15, @bg_color) bg[NORMAL] = shade (1.15, @rt_bg_color)
bg[PRELIGHT] = shade (1.25, @bg_color) bg[PRELIGHT] = shade (1.25, @rt_bg_color)
# when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob # when GtkScale::trough-side-details = 1, bg[SELECTED] set the color of the slider background on the left of the knob
#bg[SELECTED] = @bg_color #bg[SELECTED] = @rt_bg_color
engine "clearlooks" { engine "clearlooks" {
focus_color = @selected_bg_color focus_color = @rt_selected_bg_color
hint = "scale" hint = "scale"
} }
} }
@@ -186,7 +186,7 @@ style "clearlooks-scrollbar" {
xthickness = 2 xthickness = 2
ythickness = 2 ythickness = 2
#bg[SELECTED] = shade (1.50, @bg_color) #bg[SELECTED] = shade (1.50, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
hint = "scrollbar" hint = "scrollbar"
@@ -209,23 +209,23 @@ style "clearlooks-vscrollbar" {
style "clearlooks-notebook_bg" { style "clearlooks-notebook_bg" {
bg[NORMAL] = shade (1.02, @bg_color) bg[NORMAL] = shade (1.02, @rt_bg_color)
} }
style "clearlooks-combobox" { style "clearlooks-combobox" {
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @fg_color text[PRELIGHT] = @rt_fg_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = mix (0.2, @fg_color, @bg_color) text[INSENSITIVE] = mix (0.2, @rt_fg_color, @rt_bg_color)
text[ACTIVE] = @fg_color text[ACTIVE] = @rt_fg_color
} }
style "clearlooks-button" { style "clearlooks-button" {
bg[NORMAL] = shade (0.96, @bg_color) bg[NORMAL] = shade (0.96, @rt_bg_color)
bg[PRELIGHT] = shade (1.06, @bg_color) bg[PRELIGHT] = shade (1.06, @rt_bg_color)
bg[ACTIVE] = shade (0.85, @bg_color) bg[ACTIVE] = shade (0.85, @rt_bg_color)
engine "clearlooks" engine "clearlooks"
{ {
@@ -259,15 +259,15 @@ style "clearlooks-comboboxentry" {
style "clearlooks-expander" { style "clearlooks-expander" {
fg[NORMAL] = @selected_bg_color fg[NORMAL] = @rt_selected_bg_color
fg[PRELIGHT] = @selected_bg_color fg[PRELIGHT] = @rt_selected_bg_color
fg[INSENSITIVE] = @selected_bg_color fg[INSENSITIVE] = @rt_selected_bg_color
bg[PRELIGHT] = mix (0.20, @selected_bg_color, @bg_color) bg[PRELIGHT] = mix (0.20, @rt_selected_bg_color, @rt_bg_color)
base[NORMAL] = @selected_bg_color base[NORMAL] = @rt_selected_bg_color
base[PRELIGHT] = @selected_bg_color base[PRELIGHT] = @rt_selected_bg_color
base[INSENSITIVE] = @selected_bg_color base[INSENSITIVE] = @rt_selected_bg_color
engine "clearlooks" { engine "clearlooks" {
hint = "expander" hint = "expander"
@@ -285,7 +285,7 @@ style "clearlooks-menu" {
xthickness = 0 xthickness = 0
ythickness = 0 ythickness = 0
bg[NORMAL] = shade (1.08, @bg_color) bg[NORMAL] = shade (1.08, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -296,9 +296,9 @@ style "clearlooks-menu_item" {
xthickness = 2 xthickness = 2
ythickness = 3 ythickness = 3
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
} }
# This style is there to modify the separator menu items. The goals are: # This style is there to modify the separator menu items. The goals are:
@@ -316,14 +316,14 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" { style "clearlooks-frame_title" {
fg[NORMAL] = lighter (@fg_color) fg[NORMAL] = lighter (@rt_fg_color)
} }
style "clearlooks-treeview" { style "clearlooks-treeview" {
# For an unkown reason, shading 7C99AD produce a redish color, so we have to set the value manually # For an unkown reason, shading 7C99AD produce a redish color, so we have to set the value manually
text[ACTIVE] = @text_color text[ACTIVE] = @rt_text_color
base[ACTIVE] = mix(0.50, @selected_bg_color, @base_color) base[ACTIVE] = mix(0.50, @rt_selected_bg_color, @rt_base_color)
engine "clearlooks" { engine "clearlooks" {
hint = "treeview" hint = "treeview"
@@ -335,7 +335,7 @@ style "clearlooks-progressbar" {
xthickness = 1 xthickness = 1
ythickness = 1 ythickness = 1
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
# Explicitly set the radius for the progress bars inside menu items. # Explicitly set the radius for the progress bars inside menu items.
@@ -361,8 +361,8 @@ style "clearlooks-tooltips" {
xthickness = 4 xthickness = 4
ythickness = 4 ythickness = 4
bg[NORMAL] = @tooltip_bg_color bg[NORMAL] = @rt_tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color fg[NORMAL] = @rt_tooltip_fg_color
} }
############################################################################### ###############################################################################

View File

@@ -19,7 +19,7 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes. # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#86ABD9\nselected_fg_color:#ffffff\ntext_color:#1A1A1A\nbg_color:#EDECEB\ntooltip_bg_color:#F5F5B5" gtk-color-scheme = "rt_base_color:#ffffff\nrt_fg_color:#000000\nrt_tooltip_fg_color:#000000\nrt_selected_bg_color:#86ABD9\nrt_selected_fg_color:#ffffff\nrt_text_color:#1A1A1A\nrt_bg_color:#EDECEB\nrt_tooltip_bg_color:#F5F5B5"
style "clearlooks-default" { style "clearlooks-default" {
xthickness = 1 xthickness = 1
@@ -66,29 +66,29 @@ style "clearlooks-default" {
#################### ####################
# Color Definitions # Color Definitions
#################### ####################
bg[NORMAL] = @bg_color bg[NORMAL] = @rt_bg_color
bg[PRELIGHT] = shade (1.02, @bg_color) bg[PRELIGHT] = shade (1.02, @rt_bg_color)
bg[SELECTED] = @selected_bg_color bg[SELECTED] = @rt_selected_bg_color
bg[INSENSITIVE] = @bg_color bg[INSENSITIVE] = @rt_bg_color
bg[ACTIVE] = shade (0.9, @bg_color) bg[ACTIVE] = shade (0.9, @rt_bg_color)
fg[NORMAL] = @fg_color fg[NORMAL] = @rt_fg_color
fg[PRELIGHT] = @fg_color fg[PRELIGHT] = @rt_fg_color
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @rt_selected_fg_color
fg[INSENSITIVE] = darker (@bg_color) fg[INSENSITIVE] = darker (@rt_bg_color)
fg[ACTIVE] = @fg_color fg[ACTIVE] = @rt_fg_color
text[NORMAL] = @text_color text[NORMAL] = @rt_text_color
text[PRELIGHT] = @text_color text[PRELIGHT] = @rt_text_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = darker (@bg_color) text[INSENSITIVE] = darker (@rt_bg_color)
text[ACTIVE] = @selected_fg_color text[ACTIVE] = @rt_selected_fg_color
base[NORMAL] = @base_color base[NORMAL] = @rt_base_color
base[PRELIGHT] = shade (0.95, @bg_color) base[PRELIGHT] = shade (0.95, @rt_bg_color)
base[SELECTED] = @selected_bg_color base[SELECTED] = @rt_selected_bg_color
base[INSENSITIVE] = @bg_color base[INSENSITIVE] = @rt_bg_color
base[ACTIVE] = shade (0.9, @selected_bg_color) base[ACTIVE] = shade (0.9, @rt_selected_bg_color)
engine "clearlooks" { engine "clearlooks" {
colorize_scrollbar = TRUE colorize_scrollbar = TRUE
@@ -119,11 +119,11 @@ style "clearlooks-entry" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color) bg[SELECTED] = mix (0.4, @rt_selected_bg_color, @rt_base_color)
fg[SELECTED] = @text_color fg[SELECTED] = @rt_text_color
engine "clearlooks" { engine "clearlooks" {
focus_color = shade (0.65, @selected_bg_color) focus_color = shade (0.65, @rt_selected_bg_color)
} }
} }
@@ -190,25 +190,25 @@ style "clearlooks-vscrollbar" {
style "clearlooks-notebook_bg" { style "clearlooks-notebook_bg" {
bg[NORMAL] = shade (1.02, @bg_color) bg[NORMAL] = shade (1.02, @rt_bg_color)
} }
style "clearlooks-combobox" { style "clearlooks-combobox" {
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @fg_color text[PRELIGHT] = @rt_fg_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @rt_selected_fg_color
text[INSENSITIVE] = darker (@bg_color) text[INSENSITIVE] = darker (@rt_bg_color)
text[ACTIVE] = @fg_color text[ACTIVE] = @rt_fg_color
} }
style "clearlooks-button" { style "clearlooks-button" {
xthickness = 3 xthickness = 3
ythickness = 3 ythickness = 3
bg[NORMAL] = shade (1.04, @bg_color) bg[NORMAL] = shade (1.04, @rt_bg_color)
bg[PRELIGHT] = shade (1.06, @bg_color) bg[PRELIGHT] = shade (1.06, @rt_bg_color)
bg[ACTIVE] = shade (0.85, @bg_color) bg[ACTIVE] = shade (0.85, @rt_bg_color)
} }
# The color is changed by the notebook_bg style, this style # The color is changed by the notebook_bg style, this style
@@ -246,7 +246,7 @@ style "clearlooks-menu" {
xthickness = 0 xthickness = 0
ythickness = 0 ythickness = 0
bg[NORMAL] = shade (1.08, @bg_color) bg[NORMAL] = shade (1.08, @rt_bg_color)
engine "clearlooks" { engine "clearlooks" {
radius = 0.0 radius = 0.0
@@ -257,9 +257,9 @@ style "clearlooks-menu_item" {
xthickness = 2 xthickness = 2
ythickness = 3 ythickness = 3
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
text[NORMAL] = @fg_color text[NORMAL] = @rt_fg_color
text[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @rt_selected_fg_color
} }
# This style is there to modify the separator menu items. The goals are: # This style is there to modify the separator menu items. The goals are:
@@ -277,7 +277,7 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" { style "clearlooks-frame_title" {
fg[NORMAL] = lighter (@fg_color) fg[NORMAL] = lighter (@rt_fg_color)
} }
style "clearlooks-treeview" { style "clearlooks-treeview" {
@@ -292,7 +292,7 @@ style "clearlooks-progressbar" {
xthickness = 1 xthickness = 1
ythickness = 1 ythickness = 1
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @rt_selected_fg_color
engine "clearlooks" { engine "clearlooks" {
# Explicitly set the radius for the progress bars inside menu items. # Explicitly set the radius for the progress bars inside menu items.
@@ -318,8 +318,8 @@ style "clearlooks-tooltips" {
xthickness = 4 xthickness = 4
ythickness = 4 ythickness = 4
bg[NORMAL] = @tooltip_bg_color bg[NORMAL] = @rt_tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color fg[NORMAL] = @rt_tooltip_fg_color
} }
############################################################################### ###############################################################################

View File

@@ -124,6 +124,16 @@ int main(int argc, char **argv)
} }
Gtk::Main m(&argc, &argv); Gtk::Main m(&argc, &argv);
#ifndef _WIN32
// For an unknown reason, gtkmm 2.22 don't know the gtk-button-images property, while it exists in the documentation...
// Anyway, the problem was Linux only
static Glib::RefPtr<Gtk::Settings> settings = Gtk::Settings::get_default();
if (settings)
settings->property_gtk_button_images().set_value(true);
else
printf("Error: no default settings to update!\n");
#endif
RTWindow *rtWindow = new class RTWindow(); RTWindow *rtWindow = new class RTWindow();
gdk_threads_enter (); gdk_threads_enter ();
m.run(*rtWindow); m.run(*rtWindow);

View File

@@ -1244,6 +1244,17 @@ void Preferences::switchThemeTo(Glib::ustring newTheme, bool slimInterface) {
if (slimInterface) if (slimInterface)
files.push_back (argv0+"/themes/slim"); files.push_back (argv0+"/themes/slim");
Gtk::RC::set_default_files (files); Gtk::RC::set_default_files (files);
#ifndef _WIN32
// For an unknown reason, gtkmm 2.22 don't know the gtk-button-images property, while it exists in the documentation...
// Anyway, the problem was Linux only
static Glib::RefPtr<Gtk::Settings> settings = Gtk::Settings::get_default();
if (settings)
settings->property_gtk_button_images().set_value(true);
else
printf("Error: no default settings to update!\n");
#endif
Gtk::RC::reparse_all (Gtk::Settings::get_default()); Gtk::RC::reparse_all (Gtk::Settings::get_default());
GdkEventClient event = { GDK_CLIENT_EVENT, NULL, TRUE, gdk_atom_intern("_GTK_READ_RCFILES", FALSE), 8 }; GdkEventClient event = { GDK_CLIENT_EVENT, NULL, TRUE, gdk_atom_intern("_GTK_READ_RCFILES", FALSE), 8 };
gdk_event_send_clientmessage_toall ((GdkEvent*)&event); gdk_event_send_clientmessage_toall ((GdkEvent*)&event);