Advertisement
iBotPeaches

Untitled

Sep 30th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <!--
  3. This file defines the various color filters that can be applied
  4. to icons that are not themed since there is no .png for the
  5. application in this theme. Filters are applied in the order they
  6. appear in this file. If you do not wish to use a given filter
  7. simply remove it from this file.
  8. -->
  9. <ChaOS_Icon_Filters>
  10. <!-- HUE filter
  11. Integer value between -180 and 180 representing the degree.
  12. 0 = no change
  13. -->
  14. <filter name="hue">0</filter>
  15. <!-- SATURATION filter.
  16. 0 = grayscale, 100 = no change, 200 = over saturated
  17. -->
  18. <filter name="saturation">0</filter>
  19. <!-- BRIGHTNESS filter.
  20. 0 = pitch black, 100 = no change, 200 = 200% brightness
  21. -->
  22. <filter name="brightness">100</filter>
  23. <!-- CONTRAST filter.
  24. -100 = minimal contrast, 0 = no change, 100 = maximum contrast
  25. -->
  26. <filter name="contrast">100</filter>
  27. <!-- BRIGHTNESS filter.
  28. 0 = transparent, 100 = opaque
  29. -->
  30. <filter name="alpha">75</filter>
  31. <!-- INVERT filter.
  32. Valid values are true or false
  33. true = invert colors
  34. -->
  35. <filter name="invert">false</filter>
  36. <!-- TINT filter.
  37. A hexadecimal value representing ARGB
  38. -->
  39. <filter name="tint">#000000ff</filter>
  40. </ChaOS_Icon_Filters>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement