modified: gnome-shell/gnome-shell.css

main
anthony 5 months ago
parent e700fe5961
commit e6b16374ed

@ -18,7 +18,7 @@
} }
.icon-grid .overview-tile .app-grid-running-dot { .icon-grid .overview-tile .app-grid-running-dot {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
} }
.icon-grid .overview-tile:hover .app-grid-running-dot { .icon-grid .overview-tile:hover .app-grid-running-dot {
@ -26,24 +26,24 @@
} }
.icon-grid .overview-tile:active .app-grid-running-dot { .icon-grid .overview-tile:active .app-grid-running-dot {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
} }
#dash .overview-tile { #dash .overview-tile {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
} }
.overview-tile, .overview-tile,
.search-display .grid-search-result .overview-tile, .search-display .grid-search-result .overview-tile,
.icon-grid .overview-tile { .icon-grid .overview-tile {
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
} }
.overview-tile:hover, .overview-tile:hover,
.grid-search-result .overview-tile:hover, .grid-search-result .overview-tile:hover,
.icon-grid .overview-tile:hover { .icon-grid .overview-tile:hover {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
color: rgba(0, 215, 145, 1); color: rgba(0, 215, 145, 1);
} }
@ -51,20 +51,20 @@
.grid-search-result .overview-tile:active, .grid-search-result .overview-tile:active,
.icon-grid .overview-tile:active { .icon-grid .overview-tile:active {
background-color: rgba(0, 215, 145, 1); background-color: rgba(0, 215, 145, 1);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
} }
/* Show Apps icon */ /* Show Apps icon */
.show-apps .overview-icon { .show-apps .overview-icon {
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
} }
.show-apps:hover .overview-icon, .show-apps:hover .overview-icon,
.show-apps:focus .overview-icon, .show-apps:focus .overview-icon,
#dash .show-apps:hover .overview-icon, #dash .show-apps:hover .overview-icon,
#dash .show-apps:focus .overview-icon { #dash .show-apps:focus .overview-icon {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
color: rgba(0, 215, 145, 1); color: rgba(0, 215, 145, 1);
} }
@ -73,7 +73,7 @@
#dash .show-apps:active .overview-icon { #dash .show-apps:active .overview-icon {
background-color: rgba(0, 215, 145, 1); background-color: rgba(0, 215, 145, 1);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
} }
/* folders */ /* folders */
@ -87,7 +87,7 @@
.app-well-app:selected .overview-icon, .app-well-app:selected .overview-icon,
.app-well-app.app-folder .overview-icon { .app-well-app.app-folder .overview-icon {
background-color: rgba(237, 219, 239, 0.9); background-color: rgba(237, 219, 239, 0.9);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
} }
/* app icons effects in dash */ /* app icons effects in dash */
@ -112,7 +112,7 @@
/* collapsed folder dialog */ /* collapsed folder dialog */
.app-folder-dialog { .app-folder-dialog {
border-radius: 32px; border-radius: 32px;
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
border: none; border: none;
padding: 0; /* because of icon grid */ padding: 0; /* because of icon grid */
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
@ -163,17 +163,17 @@
border-radius: 15px; border-radius: 15px;
padding: 12px; padding: 12px;
transition-duration: 100ms; transition-duration: 100ms;
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
} }
.page-navigation-arrow > StIcon { .page-navigation-arrow > StIcon {
margin: 0; margin: 0;
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
box-shadow: rgba(126, 106, 96, 1); box-shadow: rgba(85, 8, 44, 1);
} }
.page-navigation-arrow:hover { .page-navigation-arrow:hover {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
} }
.page-navigation-arrow:hover > StIcon { .page-navigation-arrow:hover > StIcon {
@ -182,12 +182,12 @@
.page-navigation-arrow:active { .page-navigation-arrow:active {
background-color: rgba(0, 215, 145, 1); background-color: rgba(0, 215, 145, 1);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
} }
.page-navigation-arrow:active > StIcon { .page-navigation-arrow:active > StIcon {
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
} }
/* left and right hints on edges of the screen when dragging app icon */ /* left and right hints on edges of the screen when dragging app icon */
@ -207,7 +207,7 @@
/* Dash */ /* Dash */
#dash .dash-background { #dash .dash-background {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
border: none; /* remove black border on ubuntu */ border: none; /* remove black border on ubuntu */
padding: 4px 2px 4px 2px; padding: 4px 2px 4px 2px;
border-radius: 21px; border-radius: 21px;
@ -228,7 +228,7 @@
/* popup label when hovering the app in dash */ /* popup label when hovering the app in dash */
.dash-label { .dash-label {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
color: rgba(0, 215, 145, 1); color: rgba(0, 215, 145, 1);
border-color: transparent; border-color: transparent;
} }
@ -294,7 +294,7 @@
#dashtodockContainer.right.extended.dashtodock #dash .dash-background, #dashtodockContainer.right.extended.dashtodock #dash .dash-background,
#dashtodockContainer.right.extended.shrink #dash .dash-background { #dashtodockContainer.right.extended.shrink #dash .dash-background {
border-radius: 0; border-radius: 0;
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
box-shadow: none; box-shadow: none;
transition-duration: 250ms; transition-duration: 250ms;
} }
@ -312,7 +312,7 @@
#dashtodockContainer.right.extended.overview #dash .dash-background, #dashtodockContainer.right.extended.overview #dash .dash-background,
#dashtodockContainer.right.extended.overview.dashtodock #dash .dash-background, #dashtodockContainer.right.extended.overview.dashtodock #dash .dash-background,
#dashtodockContainer.right.extended.overview.shrink #dash .dash-background { #dashtodockContainer.right.extended.overview.shrink #dash .dash-background {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
} }
/* Aylur's widgets extension */ /* Aylur's widgets extension */
@ -415,7 +415,7 @@
.toggle-switch:checked { .toggle-switch:checked {
background-image: url("./toggle-on.svg"); background-image: url("./toggle-on.svg");
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
} }
@ -427,18 +427,18 @@
} }
.dnd-button .toggle-switch { .dnd-button .toggle-switch {
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
} }
.dnd-button:hover .toggle-switch { .dnd-button:hover .toggle-switch {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
color: rgba(0, 215, 145, 1); color: rgba(0, 215, 145, 1);
} }
.dnd-button .toggle-switch:checked { .dnd-button .toggle-switch:checked {
background-color: rgba(0, 215, 145, 1); background-color: rgba(0, 215, 145, 1);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
} }
.dnd-button:hover .toggle-switch:checked { .dnd-button:hover .toggle-switch:checked {
@ -643,7 +643,7 @@ StScrollBar StButton#hhandle:active {
.calendar-today:selected:hover, .calendar-today:selected:hover,
.calendar-today:focus, .calendar-today:focus,
.calendar-today:selected:focus { .calendar-today:selected:focus {
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
} }
/* if day has event */ /* if day has event */
@ -755,8 +755,8 @@ StEntry,
border-color: #000; border-color: #000;
padding: 8px; padding: 8px;
transition-duration: 100ms; transition-duration: 100ms;
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
selection-background-color: rgba(207, 127, 214, 1); selection-background-color: rgba(207, 127, 214, 1);
selected-color: rgba(40, 7, 43, 0.87); selected-color: rgba(40, 7, 43, 0.87);
} }
@ -789,7 +789,7 @@ StEntry:focus {
} }
.login-dialog { .login-dialog {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
} }
@ -1033,7 +1033,7 @@ StEntry:focus {
/* Message OSD */ /* Message OSD */
.notification-banner { .notification-banner {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
} }
.message .message-title { .message .message-title {
@ -1046,22 +1046,22 @@ StEntry:focus {
/* messages in menus */ /* messages in menus */
.message-list .message, .popup-menu-content .message { .message-list .message, .popup-menu-content .message {
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
transition-duration: 100ms; transition-duration: 100ms;
} }
.message-list .message:hover { .message-list .message:hover {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
color: rgba(0, 215, 145, 1); color: rgba(0, 215, 145, 1);
} }
.message-list .message:focus { .message-list .message:focus {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
box-shadow: inset 0 0 0 2px rgba(0, 215, 145, 1) !important; box-shadow: inset 0 0 0 2px rgba(0, 215, 145, 1) !important;
} }
/* text / header in message */ /* text / header in message */
.message-list .message .message-body, .message-list .message .message-body,
.message-list .message-title { .message-list .message-title {
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
} }
.message:hover .message-title { .message:hover .message-title {
@ -1074,26 +1074,26 @@ StEntry:focus {
/* message time stamp */ /* message time stamp */
.message .message-secondary-bin > .event-time { .message .message-secondary-bin > .event-time {
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
} }
/* close button */ /* close button */
.message-close-button { .message-close-button {
border-radius: 9px; border-radius: 9px;
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
transition-duration: 100ms; transition-duration: 100ms;
} }
.message-close-button:hover { .message-close-button:hover {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
color: rgba(0, 215, 145, 1); color: rgba(0, 215, 145, 1);
} }
.message-close-button:active { .message-close-button:active {
background-color: rgba(0, 215, 145, 1); background-color: rgba(0, 215, 145, 1);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
} }
@ -1145,7 +1145,7 @@ StEntry:focus {
.workspace-switcher, /* ctrl + alt + arr_left/arr_right */ .workspace-switcher, /* ctrl + alt + arr_left/arr_right */
.osd-window /* volume/brightness/.. switcher */ { .osd-window /* volume/brightness/.. switcher */ {
color: rgba(40, 7, 43, 0.87); color: rgba(40, 7, 43, 0.87);
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
border: 1px solid rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 20px; border-radius: 20px;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
@ -1197,7 +1197,7 @@ StEntry:focus {
/* Modal dialog */ /* Modal dialog */
.modal-dialog { .modal-dialog {
border-radius: 20px; border-radius: 20px;
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
border: none; border: none;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
color: rgba(40, 7, 43, 0.87); color: rgba(40, 7, 43, 0.87);
@ -1308,7 +1308,7 @@ StEntry:focus {
#overviewGroup, /* overview background */ #overviewGroup, /* overview background */
.workspace-animation { /* spacing between worspaces (ctrl+alt+arr_left/right / 3 fingers gesture) */ .workspace-animation { /* spacing between worspaces (ctrl+alt+arr_left/right / 3 fingers gesture) */
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
} }
/* workspaces */ /* workspaces */
@ -1371,7 +1371,7 @@ StEntry:focus {
/* Panel */ /* Panel */
#panel { #panel {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
height: 36px; height: 36px;
font-size: 14px; font-size: 14px;
box-shadow: none; box-shadow: none;
@ -1391,25 +1391,25 @@ StEntry:focus {
color: rgb(85, 5, 44); color: rgb(85, 5, 44);
border-radius: 14px; border-radius: 14px;
border: 4px solid transparent !important; border: 4px solid transparent !important;
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
} }
.panel-button:hover, .panel-button:hover,
.panel-button:hover .clock { .panel-button:hover .clock {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
color: rgba(0, 215, 145, 1); color: rgba(0, 215, 145, 1);
} }
.panel-button:active, .panel-button:active,
.panel-button:active .clock { .panel-button:active .clock {
background-color: rgba(0, 215, 145, 1); background-color: rgba(0, 215, 145, 1);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
} }
/* workspaces indicator in activities button (45+) */ /* workspaces indicator in activities button (45+) */
#panel .workspace-dot { #panel .workspace-dot {
background-color: rgb(85, 5, 44); background-color: rgb(6, 6, 6);
border-radius: 99px; border-radius: 99px;
} }
@ -1455,7 +1455,7 @@ StEntry:focus {
#panel.unlock-screen .panel-button, #panel.unlock-screen .panel-button,
#panel.login-screen .panel-button, #panel.login-screen .panel-button,
#panel:overview .panel-button { #panel:overview .panel-button {
color: rgba(85, 5, 44, 1) !important; color: rgba(6, 6, 6, 1) !important;
} }
@ -1475,7 +1475,7 @@ StEntry:focus {
.popup-menu-content, /* popover content */ .popup-menu-content, /* popover content */
.candidate-popup-content { /* IBus Candidate Popup (i dunno how to call it) */ .candidate-popup-content { /* IBus Candidate Popup (i dunno how to call it) */
color: rgba(40, 7, 43, 0.87); color: rgba(40, 7, 43, 0.87);
background: rgba(85, 5, 44, 1); background: rgba(6, 6, 6, 1);
padding: 10px; padding: 10px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
} }
@ -1490,7 +1490,7 @@ StEntry:focus {
.popup-menu-item:focus, .popup-menu-item:focus,
.popup-menu-item:hover, .popup-menu-item:hover,
.popup-menu-item:checked { .popup-menu-item:checked {
background-color: rgba(126, 106, 96, 1) !important; background-color: rgba(85, 8, 44, 1) !important;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05) !important; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
color: rgba(40, 7, 43, 0.87); color: rgba(40, 7, 43, 0.87);
} }
@ -1573,15 +1573,15 @@ StEntry:focus {
/* screenshot / settings / lock / power options; part of quick-toggle-arrow [44+] */ /* screenshot / settings / lock / power options; part of quick-toggle-arrow [44+] */
.icon-button { .icon-button {
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
transition-duration: 100ms; transition-duration: 100ms;
border-radius: 99px; border-radius: 99px;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
} }
.icon-button:hover { .icon-button:hover {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
color: rgba(0, 215, 145, 1); color: rgba(0, 215, 145, 1);
} }
@ -1595,9 +1595,9 @@ StEntry:focus {
/* toggles in QS */ /* toggles in QS */
.quick-toggle, /* 43 */ .quick-toggle, /* 43 */
.quick-menu-toggle .quick-toggle { /* 44+ */ .quick-menu-toggle .quick-toggle { /* 44+ */
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
border-radius: 15px; border-radius: 15px;
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
transition-duration: 100ms; transition-duration: 100ms;
} }
@ -1617,8 +1617,8 @@ StEntry:focus {
.quick-menu-toggle .quick-toggle-arrow { .quick-menu-toggle .quick-toggle-arrow {
border-color: transparent; border-color: transparent;
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
} }
/* adjust borders in expandable menu button */ /* adjust borders in expandable menu button */
@ -1636,13 +1636,13 @@ StEntry:focus {
.quick-menu-toggle .quick-toggle:hover, .quick-menu-toggle .quick-toggle:hover,
.quick-menu-toggle .quick-toggle-arrow:hover { .quick-menu-toggle .quick-toggle-arrow:hover {
color: rgba(0, 215, 145, 1); color: rgba(0, 215, 145, 1);
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
} }
.quick-toggle:checked, .quick-toggle:checked,
.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(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
background-color: rgba(0, 215, 145, 1); background-color: rgba(0, 215, 145, 1);
border-color: transparent; border-color: transparent;
} }
@ -1651,7 +1651,7 @@ StEntry:focus {
.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(0, 215, 145, 1); color: rgba(0, 215, 145, 1);
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
} }
@ -1670,8 +1670,8 @@ StEntry:focus {
/* quick slider icon */ /* quick slider icon */
.quick-slider .icon-button { .quick-slider .icon-button {
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
box-shadow: none; box-shadow: none;
padding: 6px; padding: 6px;
border-radius: 11px; border-radius: 11px;
@ -1679,7 +1679,7 @@ StEntry:focus {
} }
.quick-slider .icon-button:hover { .quick-slider .icon-button:hover {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
color: rgba(0, 215, 145, 1); color: rgba(0, 215, 145, 1);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
} }
@ -1689,7 +1689,7 @@ StEntry:focus {
/* overrides because of /* overrides because of
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/beb77f58243265a6cc62b720a5b0ecd66efd50a1#fb75f14505e58d3bc51f2498ef328d1405d89e83_94_95 */ https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/beb77f58243265a6cc62b720a5b0ecd66efd50a1#fb75f14505e58d3bc51f2498ef328d1405d89e83_94_95 */
.quick-toggle-menu { .quick-toggle-menu {
background-color: rgba(85, 5, 44, 1) !important; background-color: rgba(6, 6, 6, 1) !important;
color: rgba(0, 0, 0, 1) !important; color: rgba(0, 0, 0, 1) !important;
border-radius: 18px; border-radius: 18px;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
@ -1698,7 +1698,7 @@ https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/beb77f58243265a6cc62b720a5b0
/* header icon in expanded menu */ /* header icon in expanded menu */
.quick-toggle-menu .header .icon { .quick-toggle-menu .header .icon {
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
color: rgba(0, 215, 145, 1); color: rgba(0, 215, 145, 1);
border-radius: 12px; border-radius: 12px;
icon-size: 1.4em; icon-size: 1.4em;
@ -1707,7 +1707,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(0, 215, 145, 1); background-color: rgba(0, 215, 145, 1);
color: rgba(85, 5, 44, 1); color: rgba(6, 6, 6, 1);
} }
/* connect / disconnect text color (expanded menu) */ /* connect / disconnect text color (expanded menu) */
@ -1753,7 +1753,7 @@ https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/beb77f58243265a6cc62b720a5b0
/* main screenshot panel section */ /* main screenshot panel section */
.screenshot-ui-panel { .screenshot-ui-panel {
color: rgba(0, 215, 145, 1); color: rgba(0, 215, 145, 1);
background-color: rgba(85, 5, 44, 1); background-color: rgba(6, 6, 6, 1);
border: 1px solid rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 22px; border-radius: 22px;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
@ -1984,7 +1984,7 @@ https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/beb77f58243265a6cc62b720a5b0
.list-search-result, .list-search-result,
.search-provider-icon { .search-provider-icon {
background-color: rgba(126, 106, 96, 1); background-color: rgba(85, 8, 44, 1);
} }
.list-search-result:focus, .list-search-result:focus,

Loading…
Cancel
Save