home/.themes/oomox-Salt-Gruvbox/gtk-3.0/scss/apps/_synaptic.scss

16 lines
313 B
SCSS
Raw Normal View History

/************
! Synaptic *
*************/
@include exports("synaptic") {
GtkWindow > GtkVBox > .dock {
&, > GtkHBox > GtkToolbar {
@include linear-gradient($toolbar-bg-color);
padding: $spacing;
border: 0;
color: $toolbar_fg_color;
}
}
}