diff --git a/install.sh b/install.sh index 15aa80f..e7d5ea0 100755 --- a/install.sh +++ b/install.sh @@ -42,7 +42,10 @@ OPTIONS: -t, --theme VARIANT Specify theme color variant(s) [default|purple|pink|red|orange|yellow|green|grey|all] (Default: blue) -c, --color VARIANT... Specify color variant(s) [standard|light|dark] (Default: All variants)s) -s, --size VARIANT Specify size variant [standard|compact] (Default: All variants) - --tweaks Specify versions for tweaks [solid|compact|black] (solid: no transparency variant, compact: no floating panel, black: full black version) + --tweaks Specify versions for tweaks [solid|compact|black] (Options can mix use) + 1. solid: no transparency variant + 2. compact: no floating panel variant + 3. black: full black variant --radio-color Change radio button checked color to default primary color (Default is Green) -h, --help Show help diff --git a/src/gnome-shell/sass/_colors.scss b/src/gnome-shell/sass/_colors.scss index d7c67b9..ab6d850 100644 --- a/src/gnome-shell/sass/_colors.scss +++ b/src/gnome-shell/sass/_colors.scss @@ -77,8 +77,8 @@ $primary_color: theme(color); $alt_primary_color: darken($primary_color, 3%); $accent_color: lighten($primary_color, 3%); -$panel_bg: if($variant == 'light', #000000, #000000); -$panel_bg_color: if($trans == 'true', rgba($panel_bg, 0.5), $panel_bg); +$panel_bg: if($blackness == 'true', #000000, #202020); +$panel_bg_color: if($trans == 'true', rgba(black, 0.5), $panel_bg); $panel_fg_color: if($panel == 'dark', #dedede, #dedede); $menu_bg_color: if($trans == 'true', rgba($base_color, 0.95), $base_color); $system_bg_color: if($blackness == 'true' and $variant == 'dark', #121212, #222222); diff --git a/src/gnome-shell/shell-3-28/gnome-shell-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-compact.css index 4ad64fc..d8897c4 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-dark-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-dark-compact.css index 3f32524..f7c075b 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-dark-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-dark-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-dark.css b/src/gnome-shell/shell-3-28/gnome-shell-dark.css index 2e99f05..d14be4d 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-dark.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-dark.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-green-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-green-compact.css index 12fbc93..4c7053e 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-green-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-green-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-green-dark-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-green-dark-compact.css index 51c8d0b..68f7503 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-green-dark-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-green-dark-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-green-dark.css b/src/gnome-shell/shell-3-28/gnome-shell-green-dark.css index 281bf11..2793964 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-green-dark.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-green-dark.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-green.css b/src/gnome-shell/shell-3-28/gnome-shell-green.css index 7eb78ea..07d7cb5 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-green.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-green.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-grey-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-grey-compact.css index 06720ed..7539678 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-grey-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-grey-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-grey-dark-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-grey-dark-compact.css index c99dbdf..f237d3c 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-grey-dark-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-grey-dark-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-grey-dark.css b/src/gnome-shell/shell-3-28/gnome-shell-grey-dark.css index 33811a7..746d91a 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-grey-dark.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-grey-dark.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-grey.css b/src/gnome-shell/shell-3-28/gnome-shell-grey.css index 7572219..1cf1f2b 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-grey.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-grey.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-orange-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-orange-compact.css index 86efad1..6bcc7ee 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-orange-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-orange-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-orange-dark-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-orange-dark-compact.css index 1ac51af..3225dd6 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-orange-dark-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-orange-dark-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-orange-dark.css b/src/gnome-shell/shell-3-28/gnome-shell-orange-dark.css index f1a00c3..fd2dc7a 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-orange-dark.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-orange-dark.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-orange.css b/src/gnome-shell/shell-3-28/gnome-shell-orange.css index d7f7783..368d933 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-orange.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-orange.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-pink-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-pink-compact.css index 6fe48c4..8d2ebdc 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-pink-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-pink-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-pink-dark-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-pink-dark-compact.css index 4fd3bdb..765c4cd 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-pink-dark-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-pink-dark-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-pink-dark.css b/src/gnome-shell/shell-3-28/gnome-shell-pink-dark.css index 584b1aa..3441c8f 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-pink-dark.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-pink-dark.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-pink.css b/src/gnome-shell/shell-3-28/gnome-shell-pink.css index df60440..78960de 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-pink.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-pink.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-purple-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-purple-compact.css index af616d9..757f079 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-purple-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-purple-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-purple-dark-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-purple-dark-compact.css index 1827e4f..8feea38 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-purple-dark-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-purple-dark-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-purple-dark.css b/src/gnome-shell/shell-3-28/gnome-shell-purple-dark.css index e3f0445..128fa0b 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-purple-dark.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-purple-dark.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-purple.css b/src/gnome-shell/shell-3-28/gnome-shell-purple.css index 883adfd..5bbe602 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-purple.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-purple.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-red-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-red-compact.css index ae900d6..a618315 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-red-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-red-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-red-dark-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-red-dark-compact.css index 9b36915..ec80157 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-red-dark-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-red-dark-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-red-dark.css b/src/gnome-shell/shell-3-28/gnome-shell-red-dark.css index ec3539c..3c466c9 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-red-dark.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-red-dark.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-red.css b/src/gnome-shell/shell-3-28/gnome-shell-red.css index 0bc4869..ab29fdd 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-red.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-red.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-yellow-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-yellow-compact.css index 0fa0223..0488c89 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-yellow-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-yellow-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-yellow-dark-compact.css b/src/gnome-shell/shell-3-28/gnome-shell-yellow-dark-compact.css index c123082..d6a2a58 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-yellow-dark-compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-yellow-dark-compact.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-yellow-dark.css b/src/gnome-shell/shell-3-28/gnome-shell-yellow-dark.css index 6844be2..19f57ea 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-yellow-dark.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-yellow-dark.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-yellow.css b/src/gnome-shell/shell-3-28/gnome-shell-yellow.css index 54dc974..57ce777 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-yellow.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-yellow.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-3-28/gnome-shell.css b/src/gnome-shell/shell-3-28/gnome-shell.css index f34d683..0d80a7a 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell.css +++ b/src/gnome-shell/shell-3-28/gnome-shell.css @@ -3915,7 +3915,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-compact.css index e30b541..b578ab1 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-dark-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-dark-compact.css index 374c5af..34a316c 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-dark-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-dark-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-dark.css b/src/gnome-shell/shell-40-0/gnome-shell-dark.css index de66db0..efda4d1 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-dark.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-dark.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-green-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-green-compact.css index 72e33c6..a7e4c62 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-green-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-green-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-green-dark-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-green-dark-compact.css index 3668887..ba45024 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-green-dark-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-green-dark-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-green-dark.css b/src/gnome-shell/shell-40-0/gnome-shell-green-dark.css index 286faae..3556f32 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-green-dark.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-green-dark.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-green.css b/src/gnome-shell/shell-40-0/gnome-shell-green.css index 95e265b..3547220 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-green.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-green.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-grey-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-grey-compact.css index e932ecb..5ffd831 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-grey-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-grey-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-grey-dark-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-grey-dark-compact.css index 009bd9b..23e4191 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-grey-dark-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-grey-dark-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-grey-dark.css b/src/gnome-shell/shell-40-0/gnome-shell-grey-dark.css index dd1cfc3..64baec4 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-grey-dark.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-grey-dark.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-grey.css b/src/gnome-shell/shell-40-0/gnome-shell-grey.css index 60ac98a..2a6ef8d 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-grey.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-grey.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-orange-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-orange-compact.css index 26ce778..cae0fa7 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-orange-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-orange-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-orange-dark-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-orange-dark-compact.css index 6830270..543a857 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-orange-dark-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-orange-dark-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-orange-dark.css b/src/gnome-shell/shell-40-0/gnome-shell-orange-dark.css index f28adb4..209b660 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-orange-dark.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-orange-dark.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-orange.css b/src/gnome-shell/shell-40-0/gnome-shell-orange.css index 0ec3cb3..93903e0 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-orange.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-orange.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-pink-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-pink-compact.css index 5a2f479..f15cf28 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-pink-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-pink-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-pink-dark-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-pink-dark-compact.css index b5d2525..c8b1c0c 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-pink-dark-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-pink-dark-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-pink-dark.css b/src/gnome-shell/shell-40-0/gnome-shell-pink-dark.css index 9e9dc1d..eedf23e 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-pink-dark.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-pink-dark.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-pink.css b/src/gnome-shell/shell-40-0/gnome-shell-pink.css index 7cc9024..a837c34 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-pink.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-pink.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-purple-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-purple-compact.css index f742365..8747475 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-purple-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-purple-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-purple-dark-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-purple-dark-compact.css index d1542db..3c71258 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-purple-dark-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-purple-dark-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-purple-dark.css b/src/gnome-shell/shell-40-0/gnome-shell-purple-dark.css index 3983ab1..45a8749 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-purple-dark.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-purple-dark.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-purple.css b/src/gnome-shell/shell-40-0/gnome-shell-purple.css index a383423..b9b2d39 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-purple.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-purple.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-red-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-red-compact.css index 957a8e2..1ceeba9 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-red-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-red-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-red-dark-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-red-dark-compact.css index e80e610..896abb8 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-red-dark-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-red-dark-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-red-dark.css b/src/gnome-shell/shell-40-0/gnome-shell-red-dark.css index f1536f5..554dbdb 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-red-dark.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-red-dark.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-red.css b/src/gnome-shell/shell-40-0/gnome-shell-red.css index d3f6a2f..978c93c 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-red.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-red.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-yellow-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-yellow-compact.css index 95ac814..8d313b7 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-yellow-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-yellow-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-yellow-dark-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-yellow-dark-compact.css index 5d792d9..7fd3d8f 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-yellow-dark-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-yellow-dark-compact.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-yellow-dark.css b/src/gnome-shell/shell-40-0/gnome-shell-yellow-dark.css index 2625bb8..ae0cae8 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-yellow-dark.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-yellow-dark.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-yellow.css b/src/gnome-shell/shell-40-0/gnome-shell-yellow.css index 95b6933..bcec733 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-yellow.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-yellow.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { diff --git a/src/gnome-shell/shell-40-0/gnome-shell.css b/src/gnome-shell/shell-40-0/gnome-shell.css index 8ce5fa0..a8e8c37 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell.css +++ b/src/gnome-shell/shell-40-0/gnome-shell.css @@ -3297,7 +3297,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.opaque #dash .dash-background { - background-color: #000000; + background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background {