A fork of the Materia GTK theme.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 _tile-preview.scss

View raw Download
text/plain • 320 B
ASCII text
        
            
1
/* Tiled window previews */
2
3
.tile-preview {
4
border: 1px solid primary($on-dark);
5
background-color: rgba(primary($on-dark), .3);
6
}
7
8
.tile-preview-left.on-primary {
9
border-radius: 0;
10
}
11
12
.tile-preview-right.on-primary {
13
border-radius: 0;
14
}
15
16
.tile-preview-left.tile-preview-right.on-primary {
17
border-radius: 0;
18
}
19