summaryrefslogtreecommitdiffstats
path: root/perl-install/share/themes-marble3d.rc
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/themes-marble3d.rc')
-rw-r--r--perl-install/share/themes-marble3d.rc85
1 files changed, 77 insertions, 8 deletions
diff --git a/perl-install/share/themes-marble3d.rc b/perl-install/share/themes-marble3d.rc
index ec9bcd788..1bbf48355 100644
--- a/perl-install/share/themes-marble3d.rc
+++ b/perl-install/share/themes-marble3d.rc
@@ -1,15 +1,68 @@
+style "checkradiobutton" {
+ engine "pixmap" {
+ image
+ {
+ function = CHECK
+ recolorable = TRUE
+ shadow = OUT
+ overlay_file = "marble3d-check1.png"
+ overlay_stretch = FALSE
+ }
+ image
+ {
+ function = CHECK
+ recolorable = TRUE
+ shadow = IN
+ overlay_file = "marble3d-check2.png"
+ overlay_stretch = FALSE
+ }
+ image
+ {
+ function = OPTION
+ recolorable = TRUE
+ shadow = OUT
+ overlay_file = "marble3d-check1.png"
+ overlay_stretch = FALSE
+ }
+ image
+ {
+ function = OPTION
+ recolorable = TRUE
+ shadow = IN
+ overlay_file = "marble3d-check2.png"
+ overlay_stretch = FALSE
+ }
+ image
+ {
+ function = FOCUS
+ recolorable = TRUE
+ overlay_file = "focus.png"
+ overlay_border = { 4, 4, 4, 4 }
+ overlay_stretch = TRUE
+ }
+ }
+}
+
style "button"
{
engine "pixmap"
{
image
{
+ function = FOCUS
+ recolorable = TRUE
+ overlay_file = "focus.png"
+ overlay_border = { 4, 4, 4, 4 }
+ overlay_stretch = TRUE
+ }
+ image
+ {
function = BOX
recolorable = TRUE
state = NORMAL
detail = "buttondefault"
shadow = IN
- file = "marble3d-button_def.xpm"
+ file = "marble3d-button_def.png"
border = { 9, 9, 9, 9 }
stretch = TRUE
}
@@ -19,7 +72,7 @@ style "button"
recolorable = TRUE
state = NORMAL
shadow = OUT
- file = "marble3d-button1.xpm"
+ file = "marble3d-button1.png"
border = { 3, 3, 3, 3 }
stretch = TRUE
}
@@ -29,7 +82,7 @@ style "button"
recolorable = TRUE
state = PRELIGHT
shadow = OUT
- file = "marble3d-button2.xpm"
+ file = "marble3d-button2.png"
border = { 3, 3, 3, 3 }
stretch = TRUE
}
@@ -39,7 +92,7 @@ style "button"
recolorable = TRUE
state = NORMAL
shadow = IN
- file = "marble3d-button4.xpm"
+ file = "marble3d-button4.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
@@ -49,7 +102,7 @@ style "button"
recolorable = TRUE
state = SELECTED
shadow = IN
- file = "marble3d-button4.xpm"
+ file = "marble3d-button4.png"
border = { 3, 3, 3, 3 }
stretch = TRUE
}
@@ -59,7 +112,7 @@ style "button"
recolorable = TRUE
state = ACTIVE
shadow = IN
- file = "marble3d-button4.xpm"
+ file = "marble3d-button4.png"
border = { 3, 3, 3, 3 }
stretch = TRUE
}
@@ -73,7 +126,7 @@ style "window"
{
function = FLAT_BOX
recolorable = TRUE
- file = "marble3d-bg1.xpm"
+ file = "marble3d-bg1.png"
stretch = FALSE
}
}
@@ -82,12 +135,14 @@ style "window"
style "any"
{
+ text[NORMAL] = { 0.00, 0.00, 0.00 }
fg[NORMAL] = { 0.00, 0.00, 0.00 }
fg[PRELIGHT] = { 0.25, 0.25, 0.25 }
fg[ACTIVE] = { 0.00, 0.00, 0.00 }
fg[SELECTED] = { 0.00, 0.00, 0.00 }
fg[INSENSITIVE] = { 0.50, 0.50, 0.50 }
+ base[NORMAL] = { 0.75, 0.75, 0.75 }
bg[NORMAL] = { 0.80, 0.80, 0.80 }
bg[PRELIGHT] = { 0.85, 0.85, 0.85 }
bg[ACTIVE] = { 0.90, 0.90, 0.90 }
@@ -99,7 +154,7 @@ style "entry"
{
base[NORMAL] = { 1.0, 1.0, 1.0 }
base[ACTIVE] = { 1.0, 1.0, 1.0 }
- fg[NORMAL] = { 0.67, 0.67, 0.67 }
+ fg[NORMAL] = { 0, 0, 0 }
}
style "notebook"
@@ -127,6 +182,16 @@ style "background"
style "steps"
{
fg[NORMAL] = { 0.40, 0.30, 0.20 }
+
+ engine "pixmap" {
+ image
+ {
+ function = FLAT_BOX
+ recolorable = TRUE
+ file = "marble3d-bg1.png"
+ stretch = FALSE
+ }
+ }
}
widget_class "GtkWindow" style "window"
@@ -134,6 +199,10 @@ widget_class "*" style "any"
widget_class "*GtkSpin*" style "entry"
widget_class "*GtkEntry*" style "entry"
widget_class "*Gtk*List*" style "entry"
+widget_class "*GtkCTree*" style "entry"
widget_class "*GtkNotebook*" style "notebook"
widget "*GtkButton" style "button"
widget "*background*" style "background"
+
+class "GtkRadioButton" style "checkradiobutton"
+class "GtkCheckButton" style "checkradiobutton"