default_appearance.json 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. {
  2. "appearance": {
  3. "count": 6,
  4. "group_0": {
  5. "name": "global",
  6. "count": 14,
  7. "item_0": {
  8. "note": "全局按钮",
  9. "control": "UIButton",
  10. "function": "setTitleColor.Normal",
  11. "value": "0x996633",
  12. "info": "NPD BROWN"
  13. },
  14. "item_1": {
  15. "note": "全局菊花标记",
  16. "control": "UIActivityIndicatorView",
  17. "function": "setColor",
  18. "value": "0x996633",
  19. "info": "NPD BROWN"
  20. },
  21. "item_2": {
  22. "note": "全局navigation barButton",
  23. "control": "UIBarButtonItem",
  24. "function": "TintColor",
  25. "value": "0x474747",
  26. "info": "NPD GRAY",
  27. "container1": {
  28. "count": 1,
  29. "item_0": "UINavigationBar"
  30. }
  31. },
  32. "item_3": {
  33. "note": "全局wishlist,cart,portfolio action 按钮",
  34. "control": "UIButton",
  35. "function": "setTitleColor.Normal",
  36. "value": "0xffffff",
  37. "info": "whiteColor",
  38. "container": {
  39. "count": 1,
  40. "item_0": "ModelItemCell"
  41. }
  42. },
  43. "item_4": {
  44. "note": "全局portfolio list action 按钮",
  45. "control": "UIButton",
  46. "function": "setTitleColor.Normal",
  47. "value": "0xffffff",
  48. "info": "whiteColor",
  49. "container": {
  50. "count": 1,
  51. "item_0": "PDFListTableViewCell"
  52. }
  53. },
  54. "item_5": {
  55. "note": "ios 11 toolbar barButton",
  56. "control": "UIBarButtonItem",
  57. "function": "TintColor",
  58. "value": "0x474747",
  59. "info": "NPD GRAY",
  60. "container": {
  61. "count": 1,
  62. "item_0": "UIToolbar"
  63. }
  64. },
  65. "item_6": {
  66. "note": "全局UINavigationBar ",
  67. "control": "UINavigationBar",
  68. "function": "TintColor",
  69. "value": "0x474747",
  70. "info": "NPD GRAY"
  71. },
  72. "item_7": {
  73. "note": "common editor multi action 按钮背景",
  74. "control": "UIButton",
  75. "function": "setBackgroundColor",
  76. "value": "0x996633",
  77. "info": "NPD BROWN",
  78. "container": {
  79. "count": 1,
  80. "item_0": "CommonEditorCellMAction"
  81. }
  82. },
  83. "item_8": {
  84. "note": "common editor multi action 按钮文字",
  85. "control": "UIButton",
  86. "function": "setTitleColor.Normal",
  87. "value": "0xffffff",
  88. "info": "whiteColor",
  89. "container": {
  90. "count": 1,
  91. "item_0": "CommonEditorCellMAction"
  92. }
  93. },
  94. "item_9": {
  95. "note": "图片按钮文字颜色",
  96. "control": "DefaultImageButton",
  97. "function": "setTitleColor.Normal",
  98. "value": "#clearColor",
  99. "info": "clearColor"
  100. },
  101. "item_10": {
  102. "note": "全局section header 按钮",
  103. "control": "UIButton",
  104. "function": "setTitleColor.Normal",
  105. "value": "0x007aff",
  106. "info": "blueColor",
  107. "container": {
  108. "count": 1,
  109. "item_0": "DefaultTableHeaderView"
  110. }
  111. },
  112. "item_11": {
  113. "note": "MainViewController 功能按钮",
  114. "control": "UIButton",
  115. "function": "TintColor",
  116. "value": "0x474747",
  117. "info": "NPD GRAY",
  118. "container": {
  119. "count": 1,
  120. "item_0": "MainHeaderViewColorPanel"
  121. }
  122. },
  123. "item_12": {
  124. "note": "全局toolbar barButton",
  125. "control": "UIButton",
  126. "function": "TintColor",
  127. "value": "0x474747",
  128. "info": "NPD GRAY",
  129. "container": {
  130. "count": 1,
  131. "item_0": "UIToolbar"
  132. }
  133. },
  134. "item_13": {
  135. "note": "ios 11 全局toolbar barButton",
  136. "control": "UIButton",
  137. "function": "setTitleColor.Normal",
  138. "value": "0x474747",
  139. "info": "NPD GRAY",
  140. "container": {
  141. "count": 1,
  142. "item_0": "UIToolbar"
  143. }
  144. }
  145. },
  146. "group_1": {
  147. "name": "category",
  148. "count": 2,
  149. "item_0": {
  150. "control": "UILabel",
  151. "function": "setTextColor",
  152. "value": "0x996633",
  153. "info": "NPD BROWN",
  154. "container": {
  155. "count": 1,
  156. "item_0": "CategoryHeaderView"
  157. }
  158. },
  159. "item_1": {
  160. "control": "UILabel",
  161. "function": "setTextColor",
  162. "value": "0x000000",
  163. "info": "blackColor",
  164. "container": {
  165. "count": 1,
  166. "item_0": "CategoryCellNPD"
  167. }
  168. },
  169. "item_2": {
  170. "note": "NO USE!!!!!",
  171. "control": "UILabel",
  172. "function": "setFont.Bold",
  173. "value": "200",
  174. "info": "bold 20",
  175. "container": {
  176. "count": 1,
  177. "item_0": "CategoryHeaderView"
  178. }
  179. }
  180. },
  181. "group_2": {
  182. "name": "model detail",
  183. "count": 2,
  184. "item_0": {
  185. "control": "DefaultTableHeaderView",
  186. "function": "setBackgroundColor",
  187. "value": "0xEFEAE5",
  188. "info": "NPD Gray"
  189. },
  190. "item_1": {
  191. "control": "CategoryCellSmall",
  192. "function": "setBackgroundColor",
  193. "value": "0xffffff",
  194. "info": "whiteColor"
  195. }
  196. },
  197. "group_3": {
  198. "name": "contact",
  199. "count": 0,
  200. "item_0": {
  201. "control": "UIButton",
  202. "function": "TintColor",
  203. "value": "0x996633",
  204. "info": "NPD BROWN",
  205. "container": {
  206. "count": 1,
  207. "item_0": "ContactListTableViewCell"
  208. }
  209. }
  210. },
  211. "group_4": {
  212. "name": "order",
  213. "count": 2,
  214. "item_0": {
  215. "note": "order list action button",
  216. "control": "UIButton",
  217. "function": "setTitleColor.Normal",
  218. "value": "0xffffff",
  219. "info": "whiteColor",
  220. "container": {
  221. "count": 1,
  222. "item_0": "OrderListTableViewCell"
  223. }
  224. },
  225. "item_1":{
  226. "note": "order list segment control ",
  227. "control": "UISegmentedControl",
  228. "function": "TintColor",
  229. "value": "0x996633",
  230. "info": "NPD BROWN"
  231. }
  232. },
  233. "group_5": {
  234. "name": "cart",
  235. "count": 2,
  236. "item_1": {
  237. "note": "cart bundle item detail 按钮",
  238. "control": "BundleDetailButton",
  239. "function": "setTitleColor.Normal",
  240. "value": "0x996633",
  241. "info": "NPD BROWN",
  242. "container": {
  243. "count": 1,
  244. "item_0": "ModelItemCell"
  245. }
  246. },
  247. "item_0": {
  248. "note": "cart bundle item detail 按钮",
  249. "control": "UIButton",
  250. "function": "setTitleColor.Normal",
  251. "value": "0xFFFFFF",
  252. "info": "NPD BROWN",
  253. "container": {
  254. "count": 1,
  255. "item_0": "UISwipeActionPullView"
  256. }
  257. }
  258. }
  259. },
  260. "none_appearance": {
  261. "count": 3,
  262. "CategoryViewController": {
  263. "cell_border_color": "0xbcbac1"
  264. },
  265. "DefaultTableHeaderView": {
  266. "title_text_color": "0x474747"
  267. },
  268. "DetailTableHeaderView": {
  269. "refresh_button_color": "0x007aff"
  270. }
  271. ,
  272. "DefaultColor": {
  273. "frontcolor": "0x996633",
  274. "labelcolor": "0x000000"
  275. },
  276. "MainLogo": {
  277. "x": 49.0,
  278. "y": 21.0,
  279. "width": 54,
  280. "height": 54
  281. },
  282. "ModePos": {
  283. "x": 126.0,
  284. "y": 30.0,
  285. "width": 32.0,
  286. "height": 30.0
  287. }
  288. },
  289. "name": "NPD DEFAULT"
  290. }