remove devtools and webide theming from LCARStrek due to large rate of churn in devto...
[themes.git] / LCARStrek / devtools / images / filters.svg
diff --git a/LCARStrek/devtools/images/filters.svg b/LCARStrek/devtools/images/filters.svg
deleted file mode 100644 (file)
index 8e76a1b..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<!-- 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"><!-- make every icon be fully black, but keep alpha channel -->
-    <feColorMatrix in="SourceGraphic" type="matrix"
-      values="0 0 0 0 0
-              0 0 0 0 0
-              0 0 0 0 0
-              0 0 0 1 0"/>
- </filter>
- <filter id="disabled-icon-state"><!-- move any icon to #8050B0 / rgb(128,80,176), keeping alpha channel -->
-    <feColorMatrix in="SourceGraphic" type="matrix" color-interpolation-filters="sRGB"
-      values="0 0 0 0 0.50
-              0 0 0 0 0.31
-              0 0 0 0 0.69
-              0 0 0 1 0"/>
- </filter>
-
-  <!-- Web Audio Gradients -->
-  <linearGradient id="bypass-light" x1="6%" y1="8%" x2="12%" y2="12%" spreadMethod="repeat">
-    <stop offset="0%" stop-color="#000000"/> <!-- theme-toolbar-background -->
-    <stop offset="50%" stop-color="#FFCF00"/>
-  </linearGradient>
-
-  <linearGradient id="bypass-dark" x1="6%" y1="8%" x2="12%" y2="12%" spreadMethod="repeat">
-    <stop offset="0%" stop-color="#000000"/> <!-- theme-toolbar-background -->
-    <stop offset="50%" stop-color="transparent"/>
-  </linearGradient>
-</svg>