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.

 pad-osd.css

View raw Download
text/plain • 534 B
ASCII text
        
            
1
.Leader {
2
stroke-width: .5 !important;
3
stroke: #535353;
4
fill: none !important;
5
}
6
7
.Button {
8
stroke-width: .25;
9
stroke: #ededed;
10
fill: #ededed;
11
}
12
13
.Ring {
14
stroke-width: .5 !important;
15
stroke: #535353 !important;
16
fill: none !important;
17
}
18
19
.Label {
20
stroke: none !important;
21
stroke-width: .1 !important;
22
font-size: .1 !important;
23
fill: transparent !important;
24
}
25
26
.TouchStrip, .TouchRing {
27
stroke-width: .1 !important;
28
stroke: #ededed !important;
29
fill: #535353 !important;
30
}
31