From 92f16354acaaa8812f1325197cc3cf31ceff3a17 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 10 Jun 2018 11:27:17 +0100 Subject: make lxqt themes look like breeze (use breeze colors) --- Redcore-nighttime/lxqt-notificationd.qss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Redcore-nighttime/lxqt-notificationd.qss') diff --git a/Redcore-nighttime/lxqt-notificationd.qss b/Redcore-nighttime/lxqt-notificationd.qss index b8452ba..ca28d18 100644 --- a/Redcore-nighttime/lxqt-notificationd.qss +++ b/Redcore-nighttime/lxqt-notificationd.qss @@ -1,11 +1,11 @@ Notification { - background:#2D2D2D; + background:#31363b; padding: 1px; margin: 0px; } QLabel { - color: #DEDEDE; + color: #eff0f1; } QToolButton { @@ -35,7 +35,7 @@ QToolButton:pressed { } #appLabel { - color: #DEDEDE; + color: #eff0f1; } #closeButton { -- cgit v1.2.3