modified: gnome-shell/gnome-shell.css

main
SamuDifferent 6 months ago
parent 284a91a815
commit 077e228cc0

@ -13,7 +13,7 @@
/* Show Apps icon */ /* Show Apps icon */
.show-apps .overview-icon { .show-apps .overview-icon {
color: rgba(79, 73, 79, 1); color: rgba(255, 90, 153, 1);
} }
/* folders */ /* folders */
@ -112,7 +112,7 @@
.page-navigation-arrow > StIcon { .page-navigation-arrow > StIcon {
margin: 0; margin: 0;
color: rgba(40, 7, 43, 0.87); color: rgba(255, 255, 255, 1);
} }
.page-navigation-arrow:hover { .page-navigation-arrow:hover {
@ -121,7 +121,7 @@
} }
.page-navigation-arrow:hover > StIcon { .page-navigation-arrow:hover > StIcon {
color: rgba(40, 7, 43, 0.87); color: rgba(255, 90, 153, 1);
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
} }
@ -210,7 +210,7 @@
/* pinned apps | running apps */ /* pinned apps | running apps */
.dash-separator { .dash-separator {
box-shadow: 0 0 0 0.25px rgba(40, 7, 43, 0.38); box-shadow: 0 0 0 0.25px rgba(255, 90, 153, 1);
} }
@ -1444,7 +1444,7 @@ StEntry:focus {
.popup-separator-menu-item .popup-separator-menu-item-separator { .popup-separator-menu-item .popup-separator-menu-item-separator {
height: 1px; height: 1px;
margin: 6px 0; margin: 6px 0;
background-color: rgba(0, 0, 0, 0.1); background-color: rgba(255, 90, 153, 1);
} }
/* fix margins in separators */ /* fix margins in separators */
@ -1518,7 +1518,7 @@ StEntry:focus {
.icon-button:focus, .icon-button:focus,
.quick-toggle:focus, .quick-toggle:focus,
.slider-bin:focus { .slider-bin:focus {
box-shadow: inset 0 0 0 2px rgba(148, 102, 153, 1) !important; box-shadow: inset 0 0 0 2px rgba(255, 90, 153, 1) !important;
} }
@ -1571,15 +1571,15 @@ StEntry:focus {
.quick-menu-toggle .quick-toggle:checked, .quick-menu-toggle .quick-toggle:checked,
.quick-menu-toggle .quick-toggle-arrow:checked { .quick-menu-toggle .quick-toggle-arrow:checked {
color: rgba(40, 7, 43, 0.87); color: rgba(40, 7, 43, 0.87);
background-color: rgba(207, 127, 214, 1); background-color: rgba(255, 90, 153, 1);
border-color: transparent; border-color: transparent;
} }
.quick-toggle:checked:hover, .quick-toggle:checked:hover,
.quick-menu-toggle .quick-toggle:checked:hover, .quick-menu-toggle .quick-toggle:checked:hover,
.quick-menu-toggle .quick-toggle-arrow:checked:hover { .quick-menu-toggle .quick-toggle-arrow:checked:hover {
color: rgba(40, 7, 43, 0.87); color: rgba(255, 90, 153, 1);
background-color: rgba(195, 101, 204, 1); background-color: rgba(255, 255, 255, 1);
} }
@ -1633,7 +1633,7 @@ https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/beb77f58243265a6cc62b720a5b0
} }
.quick-toggle-menu .header .icon.active { .quick-toggle-menu .header .icon.active {
background-color: rgba(207, 127, 214, 1); background-color: rgba(255, 90, 153, 1);
color: rgba(40, 7, 43, 0.87); color: rgba(40, 7, 43, 0.87);
} }

Loading…
Cancel
Save