From d26dfbd1267d3ebfcb327761b9a5cab8b60e2037 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Wed, 30 Oct 2013 06:05:55 +0530 Subject: [PATCH] Change wingpanel to use OSD colors --- gtk-3.0/apps/granite-widgets.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk-3.0/apps/granite-widgets.css b/gtk-3.0/apps/granite-widgets.css index 1f544af..74f97c1 100644 --- a/gtk-3.0/apps/granite-widgets.css +++ b/gtk-3.0/apps/granite-widgets.css @@ -637,9 +637,9 @@ BirdieWidgetsTweetList * { * panel * *********/ .panel { - background-color: @panel_bg_color; + background-color: @osd_base; background-image: none; - color: @panel_fg_color; + color: @osd_fg; font: bold; } @@ -661,7 +661,7 @@ BirdieWidgetsTweetList * { padding: 0 2px; background-color: transparent; background-image: none; - color: @panel_fg_color; + color: @osd_fg; } .composited-indicator.menuitem:active,