mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gnome-shell: Fix color of horizontal workspace switcher
This commit is contained in:
@@ -718,7 +718,10 @@ StScrollBar {
|
|||||||
spacing: 8px;
|
spacing: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ws-switcher-active-up, .ws-switcher-active-down {
|
.ws-switcher-active-up,
|
||||||
|
.ws-switcher-active-down,
|
||||||
|
.ws-switcher-active-left,
|
||||||
|
.ws-switcher-active-right {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background-color: $selected_bg_color;
|
background-color: $selected_bg_color;
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
|
|||||||
@@ -663,7 +663,10 @@ StScrollBar {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
spacing: 8px; }
|
spacing: 8px; }
|
||||||
|
|
||||||
.ws-switcher-active-up, .ws-switcher-active-down {
|
.ws-switcher-active-up,
|
||||||
|
.ws-switcher-active-down,
|
||||||
|
.ws-switcher-active-left,
|
||||||
|
.ws-switcher-active-right {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background-color: #f7b922;
|
background-color: #f7b922;
|
||||||
color: #f7f7f7;
|
color: #f7f7f7;
|
||||||
|
|||||||
Reference in New Issue
Block a user