From 0cef03a15032d00545ffde023a6230b8cbb95c52 Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 11 Apr 2001 21:35:04 +0000 Subject: tooltips --- perl-install/share/themes-mdk.rc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'perl-install/share/themes-mdk.rc') 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" -- cgit v1.2.1