diff options
Diffstat (limited to 'copyq-6.3.2/themes/notification.css')
-rw-r--r-- | copyq-6.3.2/themes/notification.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/copyq-6.3.2/themes/notification.css b/copyq-6.3.2/themes/notification.css new file mode 100644 index 0000000..b8eff38 --- /dev/null +++ b/copyq-6.3.2/themes/notification.css @@ -0,0 +1,15 @@ +#Notification, #Notification QWidget +{ + /* Resets notification opacity. It will be set in NotificationDaemon::setNotificationOpacity(). */ + ;background: ${notification_bg + #000} +} +#Notification QWidget{ + ;color: ${notification_fg} + ;${notification_font} +} +#Notification #NotificationTitle{ + ;${scale=1.2}${notification_font}${scale=1} +} +#Notification #NotificationTip{ + ;font-style: italic +} |