summaryrefslogtreecommitdiffstats
path: root/devtools/client/themes/images/filters.svg
blob: 12a5f7cc95f2925f92860cbcf81e8f5f4f0ab62e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<svg height="0" xmlns="http://www.w3.org/2000/svg">
  <filter id="checked-icon-state">
    <feColorMatrix in="SourceGraphic" type="matrix"
      values="0 0 0 0 0.043
              0 0 0 0 0.415
              0 0 0 0 0.79
              0 0 0 1 0"/>
  </filter>
  <filter id="dark-theme-checked-icon-state">
    <feColorMatrix in="SourceGraphic" type="matrix"
      values="0 0 0 0 0
              0 0 0 0 1
              0 0 0 0 0.212
              0 0 0 1 0"/>
  </filter>

  <!-- Web Audio Gradients -->
  <linearGradient id="bypass-light" x1="8%" y1="10%" x2="16%" y2="16%" spreadMethod="repeat">
    <stop offset="0%" stop-color="#dde1e4a0"/> <!-- theme-splitter-color (0.5 opacity) -->
    <stop offset="50%" stop-color="transparent"/>
  </linearGradient>

  <linearGradient id="bypass-dark" x1="8%" y1="10%" x2="16%" y2="16%" spreadMethod="repeat">
    <stop offset="0%" stop-color="#454d5d"/> <!-- theme-splitter-color -->
    <stop offset="50%" stop-color="transparent"/>
  </linearGradient>
</svg>