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