Advertisement
Guest User

Untitled

a guest
Feb 13th, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <!--
  2. Theme: Pi Crumble
  3. Version: 1.0
  4. Author: Christian Mancilla
  5. License: creative commons CC-BY-NC-SA
  6. Based on: "Spare" by Matt Kennedy
  7. -->
  8.  
  9.  
  10. <theme>
  11. <formatVersion>4</formatVersion>
  12.  
  13. <view name="system">
  14.  
  15. <image name="background_color" extra="true">
  16. <path>./_inc/images/bg_color.png</path>
  17. <origin>0 0</origin>
  18. <pos>0 0<pos>
  19. <size>1 1</size>
  20. <color>FF0000</color>
  21. </image>
  22.  
  23. <image name="background_pattern" extra="true">
  24. <path>./_inc/images/bg_pattern.png</path>
  25. <origin>0.5 0.5</origin>
  26. <pos>0.5 0.5<pos>
  27. <size>1 1</size>
  28. <color>aeaeae</color>
  29. <tile>true</tile>
  30. </image>
  31.  
  32. </view>
  33.  
  34. <view name="basic">
  35. </view>
  36.  
  37. <view name="detailed">
  38. </view>
  39.  
  40. </theme>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement