diff options
Diffstat (limited to 'perl-install/share/themes-marble3d.rc')
-rw-r--r-- | perl-install/share/themes-marble3d.rc | 83 |
1 files changed, 7 insertions, 76 deletions
diff --git a/perl-install/share/themes-marble3d.rc b/perl-install/share/themes-marble3d.rc index 5d38424ef..ec9bcd788 100644 --- a/perl-install/share/themes-marble3d.rc +++ b/perl-install/share/themes-marble3d.rc @@ -1,68 +1,15 @@ -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.png" + file = "marble3d-button_def.xpm" border = { 9, 9, 9, 9 } stretch = TRUE } @@ -72,7 +19,7 @@ style "button" recolorable = TRUE state = NORMAL shadow = OUT - file = "marble3d-button1.png" + file = "marble3d-button1.xpm" border = { 3, 3, 3, 3 } stretch = TRUE } @@ -82,7 +29,7 @@ style "button" recolorable = TRUE state = PRELIGHT shadow = OUT - file = "marble3d-button2.png" + file = "marble3d-button2.xpm" border = { 3, 3, 3, 3 } stretch = TRUE } @@ -92,7 +39,7 @@ style "button" recolorable = TRUE state = NORMAL shadow = IN - file = "marble3d-button4.png" + file = "marble3d-button4.xpm" border = { 2, 2, 2, 2 } stretch = TRUE } @@ -102,7 +49,7 @@ style "button" recolorable = TRUE state = SELECTED shadow = IN - file = "marble3d-button4.png" + file = "marble3d-button4.xpm" border = { 3, 3, 3, 3 } stretch = TRUE } @@ -112,7 +59,7 @@ style "button" recolorable = TRUE state = ACTIVE shadow = IN - file = "marble3d-button4.png" + file = "marble3d-button4.xpm" border = { 3, 3, 3, 3 } stretch = TRUE } @@ -126,7 +73,7 @@ style "window" { function = FLAT_BOX recolorable = TRUE - file = "marble3d-bg1.png" + file = "marble3d-bg1.xpm" stretch = FALSE } } @@ -135,14 +82,12 @@ 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 } @@ -182,16 +127,6 @@ 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" @@ -199,10 +134,6 @@ 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" |