support new nightly versions
[themes.git] / LCARStrek / devtools / images / filters.svg
CommitLineData
13875a54
RK
1<!-- This Source Code Form is subject to the terms of the Mozilla Public
2 - License, v. 2.0. If a copy of the MPL was not distributed with this
3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
5<svg height="0" xmlns="http://www.w3.org/2000/svg">
1e9e1791 6 <filter id="checked-icon-state"><!-- make every icon be fully black, but keep alpha channel -->
dadba0f2
RK
7 <feColorMatrix in="SourceGraphic" type="matrix"
8 values="0 0 0 0 0
9 0 0 0 0 0
10 0 0 0 0 0
11 0 0 0 1 0"/>
13875a54 12 </filter>
1e9e1791
RK
13 <filter id="disabled-icon-state"><!-- move any icon to #8050B0 / rgb(128,80,176), keeping alpha channel -->
14 <feColorMatrix in="SourceGraphic" type="matrix" color-interpolation-filters="sRGB"
15 values="0 0 0 0 0.50
16 0 0 0 0 0.31
17 0 0 0 0 0.69
18 0 0 0 1 0"/>
19 </filter>
13875a54
RK
20
21 <!-- Web Audio Gradients -->
22 <linearGradient id="bypass-light" x1="6%" y1="8%" x2="12%" y2="12%" spreadMethod="repeat">
23 <stop offset="0%" stop-color="#000000"/> <!-- theme-toolbar-background -->
24 <stop offset="50%" stop-color="#FFCF00"/>
25 </linearGradient>
26
27 <linearGradient id="bypass-dark" x1="6%" y1="8%" x2="12%" y2="12%" spreadMethod="repeat">
28 <stop offset="0%" stop-color="#000000"/> <!-- theme-toolbar-background -->
29 <stop offset="50%" stop-color="transparent"/>
30 </linearGradient>
31</svg>