summaryrefslogtreecommitdiff
path: root/Redcore-nighttime/lxqt-notificationd.qss
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-10 11:27:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-10 11:27:17 +0100
commit92f16354acaaa8812f1325197cc3cf31ceff3a17 (patch)
tree1546aa1ec133582f74466ac7c58f3426927e8071 /Redcore-nighttime/lxqt-notificationd.qss
parentaaf074d9a73dff640cd6dfc87214758f8d4c5b4e (diff)
make lxqt themes look like breeze (use breeze colors)
Diffstat (limited to 'Redcore-nighttime/lxqt-notificationd.qss')
-rw-r--r--Redcore-nighttime/lxqt-notificationd.qss6
1 files changed, 3 insertions, 3 deletions
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 {