mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -24,4 +24,38 @@
|
|||||||
.raven-mpris {
|
.raven-mpris {
|
||||||
background-color: transparentize($bg_color, .3);
|
background-color: transparentize($bg_color, .3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.budgie-panel {
|
||||||
|
background-color: $dark_bg_color;
|
||||||
|
color: $dark_fg_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.budgie-panel > box > widget > separator {
|
||||||
|
background-color: transparentize($dark_fg_color, .8);
|
||||||
|
}
|
||||||
|
|
||||||
|
.workspace-switcher {
|
||||||
|
background-color: $dark_bg_color;
|
||||||
|
.workspace-icon-button {
|
||||||
|
background-color: transparent;
|
||||||
|
&:hover {
|
||||||
|
background-color: transparentize($selected_bg_color, .5);
|
||||||
|
border: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.workspace-more-label {
|
||||||
|
color: $dark_fg_color;
|
||||||
|
}
|
||||||
|
.workspace-add-button {
|
||||||
|
background-color: transparentize($selected_bg_color, .8);
|
||||||
|
color: $selected_bg_color;
|
||||||
|
border: transparent;
|
||||||
|
&:hover {
|
||||||
|
background-color: transparentize($selected_bg_color, .5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.current-workspace {
|
||||||
|
background-color: $selected_bg_color;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user