37 lines
974 B
CSS
37 lines
974 B
CSS
|
|
/* Wallpaper-based GNOME Shell colors generated by matugen */
|
||
|
|
#panel {
|
||
|
|
background-color: {{colors.surface_container.default.hex}};
|
||
|
|
color: {{colors.on_surface.default.hex}};
|
||
|
|
}
|
||
|
|
|
||
|
|
#panel .panel-button {
|
||
|
|
color: {{colors.on_surface.default.hex}};
|
||
|
|
}
|
||
|
|
|
||
|
|
.quick-settings {
|
||
|
|
background-color: {{colors.surface_container.default.hex}};
|
||
|
|
}
|
||
|
|
|
||
|
|
.quick-settings-grid .quick-toggle {
|
||
|
|
background-color: {{colors.surface_container_high.default.hex}};
|
||
|
|
color: {{colors.on_surface.default.hex}};
|
||
|
|
}
|
||
|
|
|
||
|
|
.quick-settings-grid .quick-toggle:checked {
|
||
|
|
background-color: {{colors.primary_container.default.hex}};
|
||
|
|
color: {{colors.on_primary_container.default.hex}};
|
||
|
|
}
|
||
|
|
|
||
|
|
.quick-settings .icon-button, .quick-settings .button {
|
||
|
|
color: {{colors.on_surface.default.hex}};
|
||
|
|
}
|
||
|
|
|
||
|
|
.popup-menu-content {
|
||
|
|
background-color: {{colors.surface_container.default.hex}};
|
||
|
|
}
|
||
|
|
|
||
|
|
.notification-banner {
|
||
|
|
background-color: {{colors.surface_container_high.default.hex}};
|
||
|
|
color: {{colors.on_surface.default.hex}};
|
||
|
|
}
|