diff options
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/themes-blackwhite.rc | 8 | ||||
-rw-r--r-- | perl-install/share/themes-blue.rc | 8 | ||||
-rw-r--r-- | perl-install/share/themes-savane.rc | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/perl-install/share/themes-blackwhite.rc b/perl-install/share/themes-blackwhite.rc index 3e09c4b96..48d5f9400 100644 --- a/perl-install/share/themes-blackwhite.rc +++ b/perl-install/share/themes-blackwhite.rc @@ -25,6 +25,13 @@ style "entry" fg[NORMAL] = { 0.67, 0.67, 0.67 } } +style "notebook" +{ + bg[NORMAL] = { 1.0, 1.0, 1.0 } + bg[ACTIVE] = { 0.67, 0.67, 0.67 } + fg[NORMAL] = { 0, 0, 0 } +} + style "button" = "any" { bg[NORMAL] = { 1.0, 1.0, 1.0 } @@ -43,5 +50,6 @@ widget_class "*" style "any" widget_class "*GtkSpin*" style "entry" widget_class "*GtkEntry*" style "entry" widget_class "*Gtk*List*" style "entry" +widget_class "*GtkNotebook*" style "notebook" widget "*GtkButton*" style "button" widget "*background*" style "background" diff --git a/perl-install/share/themes-blue.rc b/perl-install/share/themes-blue.rc index c1ea47f97..53ed55159 100644 --- a/perl-install/share/themes-blue.rc +++ b/perl-install/share/themes-blue.rc @@ -25,6 +25,13 @@ style "entry" fg[NORMAL] = { 0.67, 0, 0.67 } } +style "notebook" +{ + bg[NORMAL] = { 0, 0, 1.0 } + bg[ACTIVE] = { 0, 0, 0.67 } + fg[NORMAL] = { 1.0, 1.0, 1.0 } +} + style "button" = "any" { bg[NORMAL] = { 0, 0, 1.0 } @@ -43,5 +50,6 @@ widget_class "*" style "any" widget_class "*GtkSpin*" style "entry" widget_class "*GtkEntry*" style "entry" widget_class "*Gtk*List*" style "entry" +widget_class "*GtkNotebook*" style "notebook" widget "*GtkButton*" style "button" widget "*background*" style "background" diff --git a/perl-install/share/themes-savane.rc b/perl-install/share/themes-savane.rc index dbf51f9f0..18a45ca32 100644 --- a/perl-install/share/themes-savane.rc +++ b/perl-install/share/themes-savane.rc @@ -25,6 +25,13 @@ style "entry" fg[NORMAL] = { 0, 0, 0 } } +style "notebook" +{ + bg[NORMAL] = { 1.0, 0.67, 0 } + bg[ACTIVE] = { 0.67, 0.33, 0 } + fg[NORMAL] = { 0, 0, 0 } +} + style "button" = "any" { bg[NORMAL] = { 1.0, 0.67, 0 } @@ -43,5 +50,6 @@ widget_class "*" style "any" widget_class "*GtkSpin*" style "entry" widget_class "*GtkEntry*" style "entry" widget_class "*Gtk*List*" style "entry" +widget_class "*GtkNotebook*" style "notebook" widget "*GtkButton*" style "button" widget "*background*" style "background" |