default_appearance.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. {
  2. "appearance": {
  3. "count": 4,
  4. "group_0": {
  5. "name": "global",
  6. "count": 10,
  7. "item_0": {
  8. "note": "全局按钮",
  9. "control": "UIButton",
  10. "function": "setTitleColor.Normal",
  11. "value": "0x007aff",
  12. "info": "blueColor"
  13. },
  14. "item_1": {
  15. "note": "全局菊花标记",
  16. "control": "UIActivityIndicatorView",
  17. "function": "setColor",
  18. "value": "0x007aff",
  19. "info": "blueColor"
  20. },
  21. "item_2": {
  22. "note": "全局navigation barButton",
  23. "control": "UIBarButtonItem",
  24. "function": "TintColor",
  25. "value": "0x555555",
  26. "info": "darkGrayColor",
  27. "container1": {
  28. "count": 1,
  29. "item_0": "UINavigationBar"
  30. }
  31. },
  32. "item_5": {
  33. "note": "全局toolbar barButton",
  34. "control": "UIBarButtonItem",
  35. "function": "TintColor",
  36. "value": "0x555555",
  37. "info": "darkGrayColor",
  38. "container": {
  39. "count": 1,
  40. "item_0": "UIToolbar"
  41. }
  42. },
  43. "item_6": {
  44. "note": "全局UINavigationBar ",
  45. "control": "UINavigationBar",
  46. "function": "TintColor",
  47. "value": "0x555555",
  48. "info": "darkGrayColor"
  49. },
  50. "item_7": {
  51. "note": "common editor multi action 按钮背景",
  52. "control": "UIButton",
  53. "function": "setBackgroundColor",
  54. "value": "0x555555",
  55. "info": "darkGrayColor",
  56. "container": {
  57. "count": 1,
  58. "item_0": "CommonEditorCellMAction"
  59. }
  60. },
  61. "item_8": {
  62. "note": "common editor multi action 按钮文字",
  63. "control": "UIButton",
  64. "function": "setTitleColor.Normal",
  65. "value": "0xffffff",
  66. "info": "whiteColor",
  67. "container": {
  68. "count": 1,
  69. "item_0": "CommonEditorCellMAction"
  70. }
  71. },
  72. "item_9": {
  73. "note": "图片按钮文字颜色",
  74. "control": "DefaultImageButton",
  75. "function": "setTitleColor.Normal",
  76. "value": "0x007aff",
  77. "info": "blueColor"
  78. }
  79. },
  80. "group_1": {
  81. "name": "category",
  82. "count": 2,
  83. "item_0": {
  84. "control": "UILabel",
  85. "function": "setTextColor",
  86. "value": "0x555555",
  87. "info": "darkGrayColor",
  88. "container": {
  89. "count": 1,
  90. "item_0": "CategoryHeaderView"
  91. }
  92. },
  93. "item_1": {
  94. "control": "UILabel",
  95. "function": "setTextColor",
  96. "value": "0x000000",
  97. "info": "blackColor",
  98. "container": {
  99. "count": 1,
  100. "item_0": "CategoryCellNPD"
  101. }
  102. }
  103. },
  104. "group_2": {
  105. "name": "model detail",
  106. "count": 2,
  107. "item_0": {
  108. "control": "DefaultTableHeaderView",
  109. "function": "setBackgroundColor",
  110. "value": "0xaaaaaa",
  111. "info": "lightGrayColor"
  112. },
  113. "item_1": {
  114. "control": "CategoryCellSmall",
  115. "function": "setBackgroundColor",
  116. "value": "0xaaaaaa",
  117. "info": "lightGrayColor"
  118. }
  119. },
  120. "group_3": {
  121. "name": "contact",
  122. "count": 0,
  123. "item_0": {
  124. "control": "UIButton",
  125. "function": "TintColor",
  126. "value": "0x555555",
  127. "info": "darkGrayColor",
  128. "container": {
  129. "count": 1,
  130. "item_0": "ContactListTableViewCell"
  131. }
  132. }
  133. }
  134. },
  135. "none_appearance": {
  136. "count": 3,
  137. "CategoryViewController": {
  138. "cell_border_color": "0xaaaaaa"
  139. },
  140. "DefaultTableHeaderView": {
  141. "title_text_color": "0xffffff"
  142. },
  143. "DetailTableHeaderView": {
  144. "title_text_color": "0xffffff"
  145. }
  146. ,
  147. "DefaultColor": {
  148. "frontcolor": "0x555555",
  149. "labelcolor": "0x000000"
  150. },
  151. "MainLogo": {
  152. "x": 49.0,
  153. "y": 28.0,
  154. "width": 110.0,
  155. "height": 13.0
  156. },
  157. "ModePos": {
  158. "x": 126.0,
  159. "y": 35.0,
  160. "width": 32.0,
  161. "height": 30.0
  162. }
  163. },
  164. "name": "HMLG DEFAULT"
  165. }