File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 24
24
.raven-mpris {
25
25
background-color : transparentize ($bg_color , .3 );
26
26
}
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
+ }
27
61
}
You can’t perform that action at this time.
0 commit comments