dotfiles/.themes/Everblush-gtk-main/scss/gtk-3.0/widgets/_rubberband.scss
VincentKnightTesting 76886301bf existing configs
2022-03-04 17:23:21 -06:00

8 lines
208 B
SCSS

@use '../colors';
// TODO: use neutral colors for rubberband
rubberband, .rubberband {
background-color: transparentize(colors.$accent-4, 0.9);
border: 1px solid transparentize(colors.$accent-4, 0.4);
}