first part of syncing LCARStrek with Firefox 54 browser windows theme changes
[themes.git] / LCARStrek / global / filters.svg
CommitLineData
2a1534f1 1<?xml version="1.0"?>
dae45075
RK
2<!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
2a1534f1
RK
5<svg xmlns="http://www.w3.org/2000/svg">
6 <filter id="fill">
7 <feComposite in="FillPaint" in2="SourceGraphic" operator="in"/>
8 </filter>
dae45075
RK
9 <filter id="active-icon-state"><!-- make every icon be fully black, but keep alpha channel -->
10 <feColorMatrix in="SourceGraphic" type="matrix"
11 values="0 0 0 0 0
12 0 0 0 0 0
13 0 0 0 0 0
14 0 0 0 1 0"/>
15 </filter>
16 <filter id="disabled-icon-state"><!-- move any icon to #8050B0 / rgb(128,80,176), keeping alpha channel -->
17 <feColorMatrix in="SourceGraphic" type="matrix" color-interpolation-filters="sRGB"
18 values="0 0 0 0 0.50
19 0 0 0 0 0.31
20 0 0 0 0 0.69
21 0 0 0 1 0"/>
22 </filter>
23</svg>