helicidae.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. {
  2. "_pleroma_theme_version": 2,
  3. "name": "Helicidae",
  4. "theme": {
  5. "themeEngineVersion": 3,
  6. "shadows": {
  7. "panel": [
  8. {
  9. "x": "0",
  10. "y": "0",
  11. "blur": "0",
  12. "spread": "1",
  13. "color": "#8d88d5",
  14. "alpha": "0.7"
  15. }
  16. ],
  17. "topBar": [
  18. {
  19. "x": 0,
  20. "y": 0,
  21. "blur": 4,
  22. "spread": 0,
  23. "color": "#000000",
  24. "alpha": 0.6
  25. }
  26. ],
  27. "popup": [
  28. {
  29. "x": 2,
  30. "y": 2,
  31. "blur": 3,
  32. "spread": 0,
  33. "color": "#000000",
  34. "alpha": 0.5
  35. }
  36. ],
  37. "avatar": [
  38. {
  39. "x": 0,
  40. "y": 1,
  41. "blur": "0",
  42. "spread": "1",
  43. "color": "#6f5ba8",
  44. "alpha": "1"
  45. }
  46. ],
  47. "avatarStatus": [
  48. {
  49. "x": 0,
  50. "y": 0,
  51. "blur": 0,
  52. "spread": "1",
  53. "inset": false,
  54. "color": "#6f5ba8",
  55. "alpha": 1
  56. }
  57. ],
  58. "panelHeader": [
  59. {
  60. "x": 0,
  61. "y": "-1",
  62. "blur": 0,
  63. "spread": "0",
  64. "inset": true,
  65. "color": "#8d88d5",
  66. "alpha": "0.5"
  67. }
  68. ],
  69. "button": [
  70. {
  71. "x": 0,
  72. "y": 0,
  73. "blur": "0",
  74. "spread": "1",
  75. "color": "#6f5ba8",
  76. "alpha": "0.5"
  77. }
  78. ],
  79. "buttonHover": [
  80. {
  81. "x": 0,
  82. "y": 0,
  83. "blur": "0",
  84. "spread": "1",
  85. "color": "#305cd3",
  86. "alpha": "0.75"
  87. }
  88. ],
  89. "buttonPressed": [
  90. {
  91. "x": 0,
  92. "y": 0,
  93. "blur": "0",
  94. "spread": "1",
  95. "color": "#ff665e",
  96. "alpha": 1,
  97. "inset": true
  98. }
  99. ],
  100. "input": [
  101. {
  102. "x": 0,
  103. "y": "0",
  104. "blur": 0,
  105. "spread": "1",
  106. "color": "#8d88d5",
  107. "alpha": "0.5",
  108. "inset": true
  109. }
  110. ]
  111. },
  112. "colors": {
  113. "underlay": "#000000",
  114. "bg": "#000000",
  115. "fg": "#1a1a1a",
  116. "cRed": "#ed1652",
  117. "cOrange": "#6f5ba8",
  118. "cGreen": "#6f5ba8",
  119. "cBlue": "#6f5ba8",
  120. "accent": "#537bd9",
  121. "link": "#537bd9",
  122. "text": "#a6a2df",
  123. "badgeNotification": "#ed1652",
  124. "badgeNotificationText": "#ffffff",
  125. "panel": "#1a1a1a",
  126. "panelText": "#a6a2df",
  127. "alertNeutral": "#a6a2df",
  128. "alertNeutralPanelText": "#ffffff",
  129. "alertNeutralText": "#ffffff",
  130. "alertWarning": "#6f5ba8",
  131. "alertWarningPanelText": "#ffffff",
  132. "alertWarningText": "#a6a2df",
  133. "alertError": "#ed1652",
  134. "alertErrorPanelText": "#ffffff",
  135. "alertErrorText": "#ffffff",
  136. "fgText": "#a6a2df",
  137. "topBar": "#1a1a1a",
  138. "topBarText": "#a6a2df",
  139. "input": "#1a1a1a",
  140. "inputTopbarText": "#a6a2df",
  141. "inputPanelText": "#a6a2df",
  142. "inputText": "#a6a2df",
  143. "btn": "#1a1a1a",
  144. "btnText": "#a6a2df",
  145. "btnTopBarText": "#a6a2df",
  146. "btnDisabled": "#070707",
  147. "btnDisabledTopBarText": "#2f2e3d",
  148. "btnPanelText": "#a6a2df",
  149. "btnDisabledPanelText": "#2f2e3d",
  150. "btnDisabledText": "#2f2e3d",
  151. "btnToggled": "#4d4d4d",
  152. "btnToggledTopBarText": "#ffffff",
  153. "btnToggledPanelText": "#ffffff",
  154. "btnToggledText": "#ffffff",
  155. "btnPressed": "#1a1a1a",
  156. "btnPressedTopBarText": "#a6a2df",
  157. "btnPressedTopBar": "#1a1a1a",
  158. "btnPressedPanelText": "#a6a2df",
  159. "btnPressedPanel": "#1a1a1a",
  160. "btnPressedText": "#a6a2df",
  161. "tabActiveText": "#a6a2df",
  162. "tabText": "#a6a2df",
  163. "tab": "#1a1a1a",
  164. "fgLink": "#274eac",
  165. "topBarLink": "#537bd9",
  166. "panelLink": "#537ada",
  167. "panelFaint": "#a6a2df",
  168. "icon": "#535170",
  169. "poll": "#223257",
  170. "pollText": "#a6a2df",
  171. "border": "#202020",
  172. "postLink": "#537bd9",
  173. "lightText": "#efeefa",
  174. "popover": "#000000",
  175. "selectedMenuPopover": "#0d0d0d",
  176. "highlight": "#0d0d0d",
  177. "highlightText": "#a6a2df",
  178. "selectedMenu": "#0d0d0d",
  179. "selectedMenuText": "#a6a2df",
  180. "selectedMenuPopoverIcon": "#5a5876",
  181. "highlightLink": "#537bd9",
  182. "selectedMenuLink": "#537bd9",
  183. "selectedMenuPopoverLink": "#537bd9",
  184. "selectedMenuPopoverText": "#a6a2df",
  185. "faintLink": "#537bd9",
  186. "highlightFaintLink": "#537bd9",
  187. "selectedMenuFaintLink": "#537bd9",
  188. "selectedMenuPopoverFaintLink": "#537bd9",
  189. "faint": "#a6a2df",
  190. "highlightFaintText": "#a6a2df",
  191. "selectedMenuFaintText": "#a6a2df",
  192. "selectedMenuPopoverFaintText": "#a6a2df",
  193. "highlightLightText": "#efeefa",
  194. "selectedMenuLightText": "#efeefa",
  195. "selectedMenuPopoverLightText": "#efeefa",
  196. "selectedMenuIcon": "#5a5876",
  197. "selectedPost": "#0d0d0d",
  198. "selectedPostText": "#a6a2df",
  199. "selectedPostIcon": "#5a5876",
  200. "selectedPostLink": "#537bd9",
  201. "selectedPostFaintLink": "#537bd9",
  202. "highlightPostLink": "#537bd9",
  203. "selectedPostPostLink": "#537bd9",
  204. "selectedPostLightText": "#efeefa",
  205. "selectedPostFaintText": "#a6a2df",
  206. "popoverText": "#a6a2df",
  207. "popoverIcon": "#535170",
  208. "popoverLink": "#537bd9",
  209. "postFaintLink": "#537bd9",
  210. "popoverPostFaintLink": "#537bd9",
  211. "popoverFaintLink": "#537bd9",
  212. "popoverFaintText": "#a6a2df",
  213. "popoverPostLink": "#537bd9",
  214. "popoverLightText": "#efeefa",
  215. "highlightIcon": "#5a5876",
  216. "highlightPostFaintLink": "#537bd9",
  217. "profileTint": "#000000",
  218. "profileBg": "#000000"
  219. },
  220. "opacity": {
  221. "underlay": 0.15,
  222. "bg": 0.9,
  223. "panel": 1,
  224. "alert": 0.5,
  225. "input": 0.5,
  226. "btn": 1,
  227. "faint": 0.5,
  228. "border": 1,
  229. "popover": 1,
  230. "profileTint": 0.5
  231. },
  232. "radii": {
  233. "btn": "0",
  234. "input": "0",
  235. "checkbox": "0",
  236. "panel": "0",
  237. "avatar": "0",
  238. "avatarAlt": "0",
  239. "tooltip": "0",
  240. "attachment": "0"
  241. },
  242. "fonts": {
  243. "interface": {
  244. "family": "monospace"
  245. },
  246. "input": {
  247. "family": "monospace"
  248. },
  249. "post": {
  250. "family": "monospace"
  251. },
  252. "postCode": {
  253. "family": "monospace"
  254. }
  255. }
  256. },
  257. "source": {
  258. "themeEngineVersion": 3,
  259. "fonts": {
  260. "interface": {
  261. "family": "monospace"
  262. },
  263. "input": {
  264. "family": "monospace"
  265. },
  266. "post": {
  267. "family": "monospace"
  268. }
  269. },
  270. "shadows": {
  271. "panel": [
  272. {
  273. "x": "0",
  274. "y": "0",
  275. "blur": "0",
  276. "spread": "1",
  277. "color": "#8d88d5",
  278. "alpha": "0.7"
  279. }
  280. ],
  281. "button": [
  282. {
  283. "x": 0,
  284. "y": 0,
  285. "blur": "0",
  286. "spread": "1",
  287. "color": "#6f5ba8",
  288. "alpha": "0.5"
  289. }
  290. ],
  291. "buttonHover": [
  292. {
  293. "x": 0,
  294. "y": 0,
  295. "blur": "0",
  296. "spread": "1",
  297. "color": "#305cd3",
  298. "alpha": "0.75"
  299. }
  300. ],
  301. "buttonPressed": [
  302. {
  303. "x": 0,
  304. "y": 0,
  305. "blur": "0",
  306. "spread": "1",
  307. "color": "#ff665e",
  308. "alpha": 1,
  309. "inset": true
  310. }
  311. ],
  312. "avatar": [
  313. {
  314. "x": 0,
  315. "y": 1,
  316. "blur": "0",
  317. "spread": "1",
  318. "color": "#6f5ba8",
  319. "alpha": "1"
  320. }
  321. ],
  322. "avatarStatus": [
  323. {
  324. "x": 0,
  325. "y": 0,
  326. "blur": 0,
  327. "spread": "1",
  328. "inset": false,
  329. "color": "#6f5ba8",
  330. "alpha": 1
  331. }
  332. ],
  333. "input": [
  334. {
  335. "x": 0,
  336. "y": "0",
  337. "blur": 0,
  338. "spread": "1",
  339. "color": "#8d88d5",
  340. "alpha": "0.5",
  341. "inset": true
  342. }
  343. ],
  344. "panelHeader": [
  345. {
  346. "x": 0,
  347. "y": "-1",
  348. "blur": 0,
  349. "spread": "0",
  350. "inset": true,
  351. "color": "#8d88d5",
  352. "alpha": "0.5"
  353. }
  354. ]
  355. },
  356. "opacity": {
  357. "bg": "0.9"
  358. },
  359. "colors": {
  360. "bg": "#000000",
  361. "fg": "#1a1a1a",
  362. "text": "#a6a2df",
  363. "link": "#537bd9",
  364. "cBlue": "#6f5ba8",
  365. "cRed": "#ed1652",
  366. "cGreen": "#6f5ba8",
  367. "cOrange": "#6f5ba8",
  368. "topBarText": "#a6a2df",
  369. "topBarLink": "#537bd9"
  370. },
  371. "radii": {
  372. "btn": "0",
  373. "input": "0",
  374. "checkbox": "0",
  375. "panel": "0",
  376. "avatar": "0",
  377. "avatarAlt": "0",
  378. "tooltip": "0",
  379. "attachment": "0"
  380. }
  381. }
  382. }