diff options
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/themes-mdk.rc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl-install/share/themes-mdk.rc b/perl-install/share/themes-mdk.rc index c7a80f216..b17d3a2d2 100644 --- a/perl-install/share/themes-mdk.rc +++ b/perl-install/share/themes-mdk.rc @@ -174,6 +174,13 @@ style "entry" fg[NORMAL] = { 1.0, 1.0, 1.0 } } +style "tooltips" +{ + base[NORMAL] = { 0.8, 0.8, 0.6 } + base[ACTIVE] = { 0.8, 0.8, 0.6 } + fg[NORMAL] = { 0.0, 0.0, 0.0 } +} + style "notebook" { bg[NORMAL] = { 0.4, 0.4, 0.6 } @@ -208,6 +215,7 @@ widget_class "*GtkSpin*" style "entry" widget_class "*GtkEntry*" style "entry" widget_class "*Gtk*List*" style "entry" widget_class "*GtkCTree*" style "entry" +widget_class "*GtkTooltips*" style "tooltips" widget_class "*GtkDrawingArea*" style "drawing" widget_class "*GtkNotebook*" style "notebook" widget "*GtkButton" style "button" |