/* Import wallbash */ @import "/home/djorgensen/.cache/hyde/wallbash/gtk.css"; /* * * Global * * */ @define-color text-color #FFFFFF; @define-color text-color-disabled #070707; /* * * control center * * */ /* background */ @define-color sw-cc-bg #524024; /* border */ @define-color sw-cc-border-color #EBD9BB; /* * * notification title 'the notification word on control center' * * */ /* foreground */ /* @define-color sw-noti-titl-fg #C6A86C; */ /* shadow */ /* @define-color sw-noti-titl-shad #EBD9BB; */ .control-center { /* The Control Center which contains the old notifications + widgets */ background: @sw-cc-bg; color: @text-color; border-radius: 12px; border: 2px solid @sw-cc-border-color; opacity: 0.9; } /* * * notification window * * */ /* background */ @define-color sw-noti-window-bg #524024; /* border */ @define-color sw-noti-window-br #EBD9BB; /* color */ @define-color sw-noti-window-txt #FFFFFF; /* hover */ @define-color sw-noti-bg-hover #917542; /* @define-color noti-bg-opaque #5A8FB2; */ /* @define-color noti-bg-hover-opaque #4B697D; */ @define-color noti-bg-hover @sw-noti-bg-hover; .notification-row .notification-background .notification { /* The actual notification */ color: @sw-noti-window-txt; border-radius: 12px; border: 2px solid @sw-noti-window-br; padding: 5; transition: background 0.15s ease-in-out; background: @sw-noti-window-bg; opacity: 0.8; } /* * * summary message * * */ /* foreground */ @define-color sw-msg-sum-fg #C6A86C; /* shadow */ /* @define-color sw-msg-sum-shad #EBD9BB; */ /* time */ /* @define-color sw-msg-time #EBD9BB; */ /* body */ @define-color sw-msg-body #EBD9BB; .notification-row .notification-background .notification .notification-default-action .notification-content .text-box .summary { /* Notification summary/title */ font-size: 16px; font-weight: bold; background: transparent; /* background: @sw-msg-body; */ color: @text-color; text-shadow: none; } /* * * notification group * * */ /* icon */ @define-color sw-noti-gr-icon #EBD9BB; /* button */ @define-color sw-noti-gr-collapse-but-hvr #EBD9BB; /* icon */ @define-color sw-noti-gr-collapse-but-icon #EBD9BB; /* button */ /* @define-color sw-noti-gr-close-btn-hvr #EBD9BB; */ /* icon */ /* @define-color sw-noti-gr-close-btn-icon #EBD9BB; */ .notification-group .notification-group-headers .notification-group-icon { /* color: @text-color; */ color: @sw-noti-gr-icon; } .notification-group.collapsed .notification-group-headers .notification-group-icon { /* color: @text-color; */ color: @sw-noti-gr-collapse-but-icon; } .notification-group.collapsed .notification-row .notification { /* background-color: @noti-bg-opaque; */ background-color: @noti-bg-opaque; } .notification-group.collapsed:hover .notification-row:not(:only-child) .notification { /* background-color: @noti-bg-hover-opaque; */ background-color: @sw-noti-gr-collapse-but-hvr; }