Skip to content

Commit b652b19

Browse files
YoyPakhurshid-alam
authored andcommitted
Update budgie panel and workspace-switcher colors. Fixes #368
1 parent 5869b68 commit b652b19

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

src/gtk-3.20/scss/apps/_budgie.scss

+34
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,38 @@
2424
.raven-mpris {
2525
background-color: transparentize($bg_color, .3);
2626
}
27+
28+
.budgie-panel {
29+
background-color: $dark_bg_color;
30+
color: $dark_fg_color;
31+
}
32+
33+
.budgie-panel > box > widget > separator {
34+
background-color: transparentize($dark_fg_color, .8);
35+
}
36+
37+
.workspace-switcher {
38+
background-color: $dark_bg_color;
39+
.workspace-icon-button {
40+
background-color: transparent;
41+
&:hover {
42+
background-color: transparentize($selected_bg_color, .5);
43+
border: transparent;
44+
}
45+
}
46+
.workspace-more-label {
47+
color: $dark_fg_color;
48+
}
49+
.workspace-add-button {
50+
background-color: transparentize($selected_bg_color, .8);
51+
color: $selected_bg_color;
52+
border: transparent;
53+
&:hover {
54+
background-color: transparentize($selected_bg_color, .5);
55+
}
56+
}
57+
.current-workspace {
58+
background-color: $selected_bg_color;
59+
}
60+
}
2761
}

0 commit comments

Comments
 (0)