summaryrefslogtreecommitdiffstats
path: root/lib/network/netcenter.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/netcenter.pm')
-rwxr-xr-xlib/network/netcenter.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm
index 4dc9cd8..1e9b157 100755
--- a/lib/network/netcenter.pm
+++ b/lib/network/netcenter.pm
@@ -111,6 +111,15 @@ sub main {
]),
);
+ my $base_color = $w->{window}->get_style->base('normal')->to_string;
+ Gtk2::Rc->parse_string(<<END);
+style "netcenter_bg" {
+ bg[NORMAL] = "$base_color"
+}
+class "*Container*" style "netcenter_bg"
+
+END
+
$w->main;
}