From b298d5a78b40b71c5d371eff864edcaf6f62c8c0 Mon Sep 17 00:00:00 2001 From: hhhorb Date: Fri, 3 Jul 2015 19:37:59 -0400 Subject: [PATCH] Match background with GTK backgrounds. --- Bunsen-Blackish/xfce-notify-4.0/gtkrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Bunsen-Blackish/xfce-notify-4.0/gtkrc b/Bunsen-Blackish/xfce-notify-4.0/gtkrc index 774e78f..07022e3 100644 --- a/Bunsen-Blackish/xfce-notify-4.0/gtkrc +++ b/Bunsen-Blackish/xfce-notify-4.0/gtkrc @@ -7,8 +7,8 @@ # ------------------------------------------------------- style "bunsen-notify-window" { - bg[NORMAL] = "#171717" - XfceNotifyWindow::border-color = "#171717" + bg[NORMAL] = "#292929" + XfceNotifyWindow::border-color = "#292929" XfceNotifyWindow::border-color-hover = "#919191" XfceNotifyWindow::border-radius =0.0 XfceNotifyWindow::border-width = 2.0 @@ -19,7 +19,7 @@ class "XfceNotifyWindow" style "bunsen-notify-window" style "bunsen-notify-button" { - bg[NORMAL] = "#171717" + bg[NORMAL] = "#292929" fg[NORMAL] = "#d9d9d9" fg[PRELIGHT] = "#d9d9d9" } @@ -35,7 +35,7 @@ style "bunsen-notify-progressbar" xthickness = 1 ythickness = 1 - bg[NORMAL] = "#171717" + bg[NORMAL] = "#292929" bg[SELECTED] = "#d8d8d8" bg[ACTIVE] = "#333333"