GTK3: Darken Xfce-notification background color

This commit is contained in:
Daniel Ruiz de Alegría 2020-06-24 13:09:50 +02:00
parent 0c9800f838
commit 999fd70f32
4 changed files with 15 additions and 0 deletions

View File

@ -5232,6 +5232,10 @@ filechooser placessidebar.sidebar,
.xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active { .xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active {
box-shadow: inset 4px 0 0 #2777ff; } box-shadow: inset 4px 0 0 #2777ff; }
/* XFCE4 NOTIFICATIONS */
#XfceNotifyWindow {
background-color: #272a34; }
/* Whisker menu */ /* Whisker menu */
#whiskermenu-window entry { #whiskermenu-window entry {
border-radius: 100px; border-radius: 100px;

View File

@ -5232,6 +5232,10 @@ filechooser placessidebar.sidebar,
.xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active { .xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active {
box-shadow: inset 4px 0 0 #2777ff; } box-shadow: inset 4px 0 0 #2777ff; }
/* XFCE4 NOTIFICATIONS */
#XfceNotifyWindow {
background-color: #272a34; }
/* Whisker menu */ /* Whisker menu */
#whiskermenu-window entry { #whiskermenu-window entry {
border-radius: 100px; border-radius: 100px;

View File

@ -5253,6 +5253,10 @@ filechooser placessidebar.sidebar,
.xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active { .xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active {
box-shadow: inset 4px 0 0 #2777ff; } box-shadow: inset 4px 0 0 #2777ff; }
/* XFCE4 NOTIFICATIONS */
#XfceNotifyWindow {
background-color: #272a34; }
/* Whisker menu */ /* Whisker menu */
#whiskermenu-window entry { #whiskermenu-window entry {
border-radius: 100px; border-radius: 100px;

View File

@ -81,6 +81,9 @@ filechooser,
} }
} }
/* XFCE4 NOTIFICATIONS */
#XfceNotifyWindow { background-color: darken($osd_bg_color, 4%); }
/* Whisker menu */ /* Whisker menu */
#whiskermenu-window { #whiskermenu-window {
entry { entry {