Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

custom-theme.json 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. {
  2. "spacing": [ 0, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 120, 128 ],
  3. "breakpoints": {
  4. "values": {
  5. "0": 0,
  6. "320": 320,
  7. "400": 400,
  8. "480": 480
  9. }
  10. },
  11. "palette": {
  12. "uiBackground": "#040404",
  13. "ui01": "#141414",
  14. "ui02": "#292929",
  15. "ui03": "#3D3D3D",
  16. "ui04": "#525252",
  17. "ui05": "#666",
  18. "action01": "#0056E0",
  19. "screen01Header": "#17A0DB",
  20. "action01Hover": "#246FE5",
  21. "action01Active": "#0045B3",
  22. "action01Focus": "#99BBF3",
  23. "action01Disabled": "#00225A",
  24. "action02": "#3D3D3D",
  25. "action02Hover": "#525252",
  26. "action02Active": "#292929",
  27. "action02Focus": "#858585",
  28. "action02Disabled": "#141414",
  29. "action03": "transparent",
  30. "action03Hover": "#525252",
  31. "action03Active": "#292929",
  32. "action03Focus": "#858585",
  33. "action03Disabled": "transparent",
  34. "actionDanger": "#CB2233",
  35. "actionDangerHover": "#E04757",
  36. "actionDangerActive": "#A21B29",
  37. "actionDangerFocus": "#EAA7AD",
  38. "actionDangerDisabled": "#7A141F",
  39. "bottomSheet": "#111111",
  40. "text01": "#FFF",
  41. "text02": "#C2C2C2",
  42. "text03": "#858585",
  43. "text04": "#AAAAAA",
  44. "textError": "#E04757",
  45. "icon01": "#FFF",
  46. "icon02": "#C2C2C2",
  47. "icon03": "#858585",
  48. "iconError": "#E04757",
  49. "field01": "#040404",
  50. "field01Hover": "#292929",
  51. "field01Focus": "#0056E0",
  52. "field01Disabled": "#525252",
  53. "field02": "#FFF",
  54. "dividerColor": "#AAAAAA",
  55. "field02Hover": "#CCDDF9",
  56. "field02Focus": "#0056E0",
  57. "field02Disabled": "#666",
  58. "section01": "#E0E0E0",
  59. "section01Active": "#0045B3",
  60. "section01Inactive": "#040404",
  61. "border01": "#A3A3A3",
  62. "border02": "#666",
  63. "border03": "#3D3D3D",
  64. "borderError": "#E04757",
  65. "link01": "#669AEC",
  66. "link01Hover": "#99BBF3",
  67. "link01Active": "#246FE5",
  68. "success01": "#1EC26A",
  69. "success02": "#1EC26A",
  70. "warning01": "#F8AE1A",
  71. "warning02": "#ED9E1B",
  72. "support01": "#FF9B42",
  73. "support02": "#F96E57",
  74. "support03": "#DF486F",
  75. "support04": "#B23683",
  76. "support05": "#73348C",
  77. "support06": "#6A50D3",
  78. "support07": "#4380E2",
  79. "support08": "#00A8B3",
  80. "support09": "#2AA076"
  81. },
  82. "typography": {
  83. "font": {
  84. "weightRegular": "400",
  85. "weightSemiBold": "600"
  86. },
  87. "labelRegular": {
  88. "fontSize": 12,
  89. "lineHeight": 16,
  90. "fontWeight": "400",
  91. "letterSpacing": 0.16
  92. },
  93. "labelBold": {
  94. "fontSize": 12,
  95. "lineHeight": 16,
  96. "fontWeight": "600",
  97. "letterSpacing": 0.16
  98. },
  99. "labelButton": {
  100. "fontSize": 14,
  101. "lineHeight": 24,
  102. "fontWeight": "600",
  103. "letterSpacing": 0
  104. },
  105. "labelButtonLarge": {
  106. "fontSize": 16,
  107. "lineHeight": 24,
  108. "fontWeight": "600",
  109. "letterSpacing": 0
  110. },
  111. "bodyShortRegular": {
  112. "fontSize": 14,
  113. "lineHeight": 18,
  114. "fontWeight": "400",
  115. "letterSpacing": 0
  116. },
  117. "bodyShortBold": {
  118. "fontSize": 14,
  119. "lineHeight": 18,
  120. "fontWeight": "600",
  121. "letterSpacing": 0
  122. },
  123. "bodyShortRegularLarge": {
  124. "fontSize": 16,
  125. "lineHeight": 24,
  126. "fontWeight": "400",
  127. "letterSpacing": 0
  128. },
  129. "bodyShortBoldLarge": {
  130. "fontSize": 16,
  131. "lineHeight": 24,
  132. "fontWeight": "600",
  133. "letterSpacing": 0
  134. },
  135. "bodyLongRegular": {
  136. "fontSize": 14,
  137. "lineHeight": 24,
  138. "fontWeight": "400",
  139. "letterSpacing": 0
  140. },
  141. "bodyLongBold": {
  142. "fontSize": 14,
  143. "lineHeight": 24,
  144. "fontWeight": "600",
  145. "letterSpacing": 0
  146. },
  147. "heading1": {
  148. "fontSize": 54,
  149. "lineHeight": 64,
  150. "fontWeight": "600",
  151. "letterSpacing": 0
  152. },
  153. "heading2": {
  154. "fontSize": 42,
  155. "lineHeight": 50,
  156. "fontWeight": "600",
  157. "letterSpacing": 0
  158. },
  159. "heading3": {
  160. "fontSize": 32,
  161. "lineHeight": 40,
  162. "fontWeight": "600",
  163. "letterSpacing": 0
  164. },
  165. "heading4": {
  166. "fontSize": 28,
  167. "lineHeight": 36,
  168. "fontWeight": "600",
  169. "letterSpacing": 0
  170. },
  171. "heading5": {
  172. "fontSize": 20,
  173. "lineHeight": 28,
  174. "fontWeight": "600",
  175. "letterSpacing": 0
  176. },
  177. "heading6": {
  178. "fontSize": 16,
  179. "lineHeight": 26,
  180. "fontWeight": "600",
  181. "letterSpacing": 0
  182. },
  183. "heading7": {
  184. "fontSize": 14,
  185. "lineHeight": 24,
  186. "fontWeight": "600",
  187. "letterSpacing": 0
  188. }
  189. },
  190. "shape": {
  191. "borderRadius": 6,
  192. "boxShadow": "inset 0px -1px 0px rgba(255, 255, 255, 0.15)"
  193. }
  194. }