dotfiles/for-home-directory/.themes/Everblush-gtk-main/scss/gtk-3.0/widgets/_progressbar.scss
2022-12-20 11:40:25 -06:00

11 lines
150 B
SCSS
Executable file

@use '../colors';
progressbar {
trough {
background: colors.$highlight;
progress {
background: colors.$secondary-accent;
}
}
}