Skip to content

Commit 0068182

Browse files
committed
gnome-shell: last fixes (i think)
1 parent cb0c442 commit 0068182

2 files changed

Lines changed: 684 additions & 522 deletions

File tree

Dark/gnome-shell/gnome-shell.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ stage {
7777

7878
.workspace-switcher-container, .switcher-list, .resize-popup, .osd-window {
7979
color: #eeeeec;
80-
background-color: #353535;
80+
background-color: #212121;
8181
border: 1px solid #0f0f0f;
8282
border-radius: 6px;
8383
padding: 8px;
@@ -1744,7 +1744,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
17441744
.switcher-list .item-box {
17451745
padding: 8px;
17461746
border-radius: 6px;
1747-
border: 1px solid transparent;
1747+
border: 1px solid #0f0f0f;
1748+
background-color: #454545;
17481749
}
17491750

17501751
.switcher-list .item-box:outlined {
@@ -1828,12 +1829,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
18281829
/* ========================= */
18291830
/* ---====== Panel ======--- */
18301831
#panel {
1831-
background-color: #353535;
1832+
background-color: #000;
18321833
font-weight: bold;
18331834
height: 32px;
18341835
font-feature-settings: "tnum";
18351836
transition-duration: 250ms;
1836-
padding: 4px 0;
18371837
}
18381838

18391839
#panel:overview {

0 commit comments

Comments
 (0)