editor.theme 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. theme particleEditor
  2. {
  3. texture = res/editor.png
  4. imageList normalImages
  5. {
  6. color = #4A8799ff
  7. image unchecked
  8. {
  9. region = 78, 1, 46, 46
  10. }
  11. image checked
  12. {
  13. region = 78, 46, 46, 46
  14. }
  15. image unselected
  16. {
  17. region = 127, 1, 46, 46
  18. }
  19. image selected
  20. {
  21. region = 127, 46, 46, 46
  22. }
  23. image minCap
  24. {
  25. region = 3, 99, 8, 24
  26. }
  27. image maxCap
  28. {
  29. region = 3, 99, 8, 24
  30. }
  31. image marker
  32. {
  33. region = 16, 113, 18, 18
  34. }
  35. image track
  36. {
  37. region = 39, 119, 32, 6
  38. }
  39. image textCaret
  40. {
  41. region = 5, 149, 11, 25
  42. color = #C3D9BFff
  43. }
  44. image scrollBarTopCap
  45. {
  46. region = 0, 99, 19, 5
  47. }
  48. image verticalScrollBar
  49. {
  50. region = 0, 104, 19, 19
  51. }
  52. image scrollBarBottomCap
  53. {
  54. region = 0, 138, 19, 5
  55. }
  56. }
  57. imageList activeImages : normalImages
  58. {
  59. color = #C3D9BFff
  60. image unchecked
  61. {
  62. region = 78, 91, 46, 46
  63. }
  64. image checked
  65. {
  66. region = 78, 91, 46, 46
  67. }
  68. image unselected
  69. {
  70. region = 127, 91, 46, 46
  71. }
  72. image selected
  73. {
  74. region = 127, 91, 46, 46
  75. }
  76. }
  77. skin mainNormal
  78. {
  79. border
  80. {
  81. left = 10
  82. right = 10
  83. top = 10
  84. bottom = 10
  85. }
  86. region = 1, 1, 74, 74
  87. color = #4A8799ff
  88. }
  89. skin mainActive : mainNormal
  90. {
  91. color = #C3D9BFff
  92. }
  93. style basic
  94. {
  95. stateNormal
  96. {
  97. skin = mainNormal
  98. imageList = normalImages
  99. font = res/arial.gpb
  100. textColor = #ffffffff
  101. fontSize = 20
  102. textAlignment = ALIGN_VCENTER_HCENTER
  103. }
  104. stateFocus
  105. {
  106. textColor = #ff0000ff
  107. }
  108. stateActive
  109. {
  110. imageList = activeImages
  111. }
  112. }
  113. style particleProps : basic
  114. {
  115. padding
  116. {
  117. left = 10
  118. }
  119. }
  120. style buttonStyle : basic
  121. {
  122. padding
  123. {
  124. top = -10
  125. bottom = -10
  126. }
  127. stateNormal
  128. {
  129. font = res/arial.gpb
  130. fontSize = 20
  131. }
  132. stateActive
  133. {
  134. skin = mainActive
  135. }
  136. }
  137. style noBorder
  138. {
  139. stateNormal
  140. {
  141. imageList = normalImages
  142. font = res/arial.gpb
  143. textColor = #ffffffff
  144. fontSize = 18
  145. textAlignment = ALIGN_VCENTER_HCENTER
  146. }
  147. stateFocus
  148. {
  149. textColor = #ff0000ff
  150. }
  151. stateActive
  152. {
  153. imageList = activeImages
  154. textAlignment = ALIGN_VCENTER_HCENTER
  155. }
  156. }
  157. style iconNoBorder : noBorder
  158. {
  159. stateNormal
  160. {
  161. font = res/arial.gpb
  162. fontSize = 20
  163. textAlignment = ALIGN_VCENTER_LEFT
  164. }
  165. stateActive
  166. {
  167. font = res/arial.gpb
  168. fontSize = 20
  169. textAlignment = ALIGN_VCENTER_LEFT
  170. }
  171. }
  172. style title
  173. {
  174. padding
  175. {
  176. top = 2
  177. left = 5
  178. right = -5
  179. }
  180. stateNormal
  181. {
  182. textColor = #ffffffff
  183. font = res/arial.gpb
  184. fontSize = 24
  185. textAlignment = ALIGN_TOP_LEFT
  186. }
  187. stateActive
  188. {
  189. textColor = #C3D9BFff
  190. }
  191. }
  192. }