diff --git a/gnome-shell/_extensions.scss b/gnome-shell/_extensions.scss index aaeaa3b0..1db16c95 100644 --- a/gnome-shell/_extensions.scss +++ b/gnome-shell/_extensions.scss @@ -1 +1,2 @@ -@import "extensions/_openweather" \ No newline at end of file +@import "extensions/_openweather"; +@import "extensions/_dash-to-dock" \ No newline at end of file diff --git a/gnome-shell/extensions/_dash-to-dock.scss b/gnome-shell/extensions/_dash-to-dock.scss new file mode 100644 index 00000000..04f0260c --- /dev/null +++ b/gnome-shell/extensions/_dash-to-dock.scss @@ -0,0 +1,20 @@ +#dashtodockContainer #dash { + + background: transparent !important; + + .dash-background { + background: $main_dark !important; + border: none; + } + + .dash-item-container { + + .app-well-app, + .show-apps { + .overview-icon.focused .overview-icon { + background-color: lighten($bg_color, 7%) !important; + } + } + } + +} \ No newline at end of file diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 8d8499b1..46e043cb 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -2053,6 +2053,15 @@ StScrollBar { .openweather-current-databox-captions, .openweather-forecast-day { color: rgba(189, 147, 249, 0.5); } +#dashtodockContainer #dash { + background: transparent !important; } + #dashtodockContainer #dash .dash-background { + background: #21232d !important; + border: none; } + #dashtodockContainer #dash .dash-item-container .app-well-app .overview-icon.focused .overview-icon, + #dashtodockContainer #dash .dash-item-container .show-apps .overview-icon.focused .overview-icon { + background-color: #373a4b !important; } + /* Pop_OS COSMIC Dock styling, append !important to any changed rules */ .cosmic-dock #dock { border-radius: 12px 12px 12px 12px !important; diff --git a/gnome-shell/v40/gnome-shell.css b/gnome-shell/v40/gnome-shell.css index 9f2b3815..bbc897f9 100644 --- a/gnome-shell/v40/gnome-shell.css +++ b/gnome-shell/v40/gnome-shell.css @@ -2010,4 +2010,13 @@ StScrollBar { .openweather-current-databox-captions, .openweather-forecast-day { color: rgba(189, 147, 249, 0.5); } +#dashtodockContainer #dash { + background: transparent !important; } + #dashtodockContainer #dash .dash-background { + background: #21232d !important; + border: none; } + #dashtodockContainer #dash .dash-item-container .app-well-app .overview-icon.focused .overview-icon, + #dashtodockContainer #dash .dash-item-container .show-apps .overview-icon.focused .overview-icon { + background-color: #373a4b !important; } + /*# sourceMappingURL=gnome-shell.css.map */