editor.theme 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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. skin formEntry
  94. {
  95. border
  96. {
  97. left = 6
  98. right = 6
  99. top = 2
  100. bottom = 2
  101. }
  102. region = 20, 20, 10, 10
  103. color = #4A8799ff
  104. }
  105. skin formFocus : formEntry
  106. {
  107. color = #C3D9BFff
  108. }
  109. style basic
  110. {
  111. stateNormal
  112. {
  113. skin = mainNormal
  114. imageList = normalImages
  115. font = res/ui/arial.gpb
  116. textColor = #ffffffff
  117. fontSize = 18
  118. textAlignment = ALIGN_VCENTER_HCENTER
  119. }
  120. stateFocus
  121. {
  122. textColor = #ff0000ff
  123. }
  124. stateActive
  125. {
  126. imageList = activeImages
  127. }
  128. }
  129. style particleProps : basic
  130. {
  131. padding
  132. {
  133. left = 10
  134. }
  135. }
  136. style buttonStyle : basic
  137. {
  138. padding
  139. {
  140. top = -10
  141. bottom = -10
  142. }
  143. stateNormal
  144. {
  145. font = res/ui/arial.gpb
  146. fontSize = 18
  147. }
  148. stateActive
  149. {
  150. skin = mainActive
  151. }
  152. }
  153. style noBorder
  154. {
  155. stateNormal
  156. {
  157. imageList = normalImages
  158. font = res/ui/arial.gpb
  159. textColor = #ffffffff
  160. fontSize = 14
  161. textAlignment = ALIGN_VCENTER_HCENTER
  162. }
  163. stateFocus
  164. {
  165. textColor = #ff0000ff
  166. }
  167. stateActive
  168. {
  169. imageList = activeImages
  170. textAlignment = ALIGN_VCENTER_HCENTER
  171. }
  172. }
  173. style iconNoBorder : noBorder
  174. {
  175. stateNormal
  176. {
  177. font = res/ui/arial.gpb
  178. fontSize = 16
  179. textAlignment = ALIGN_VCENTER_LEFT
  180. }
  181. stateActive
  182. {
  183. font = res/ui/arial.gpb
  184. fontSize = 18
  185. textAlignment = ALIGN_VCENTER_LEFT
  186. }
  187. }
  188. style image : noBorder
  189. {
  190. padding
  191. {
  192. bottom = 4
  193. }
  194. }
  195. style radio : noBorder
  196. {
  197. stateNormal
  198. {
  199. font = res/ui/arial.gpb
  200. fontSize = 18
  201. textAlignment = ALIGN_VCENTER_LEFT
  202. }
  203. stateActive
  204. {
  205. font = res/ui/arial.gpb
  206. fontSize = 16
  207. textAlignment = ALIGN_VCENTER_LEFT
  208. }
  209. }
  210. style textBox : basic
  211. {
  212. stateNormal
  213. {
  214. skin = formEntry
  215. font = res/ui/arial.gpb
  216. fontSize = 14
  217. textAlignment = ALIGN_TOP_LEFT
  218. }
  219. stateFocus
  220. {
  221. skin = formFocus
  222. font = res/ui/arial.gpb
  223. fontSize = 14
  224. }
  225. }
  226. style title
  227. {
  228. padding
  229. {
  230. top = 2
  231. left = 5
  232. right = -5
  233. }
  234. stateNormal
  235. {
  236. textColor = #ffffffff
  237. font = res/ui/arial.gpb
  238. fontSize = 18
  239. textAlignment = ALIGN_TOP_LEFT
  240. }
  241. stateActive
  242. {
  243. textColor = #C3D9BFff
  244. }
  245. }
  246. }