logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

wavemaster.json (10637B)


  1. {
  2. "_pleroma_theme_version": 2,
  3. "name": "Wavemaster v2.1",
  4. "theme": {
  5. "themeEngineVersion": 3,
  6. "shadows": {
  7. "panel": [
  8. {
  9. "x": 1,
  10. "y": 1,
  11. "blur": 4,
  12. "spread": 0,
  13. "color": "#000000",
  14. "alpha": 0.6
  15. }
  16. ],
  17. "topBar": [
  18. {
  19. "color": "#204a87",
  20. "x": 0,
  21. "y": 0,
  22. "blur": "20",
  23. "spread": "5",
  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": 8,
  42. "spread": 0,
  43. "color": "#000000",
  44. "alpha": 0.7
  45. }
  46. ],
  47. "avatarStatus": [],
  48. "panelHeader": [],
  49. "button": [
  50. {
  51. "color": "#2e3436",
  52. "x": 0,
  53. "y": 0,
  54. "blur": "0",
  55. "spread": "1",
  56. "inset": false,
  57. "alpha": 1
  58. },
  59. {
  60. "color": "#2e3436",
  61. "x": "2",
  62. "y": "2",
  63. "blur": "1",
  64. "spread": "2",
  65. "inset": false,
  66. "alpha": "0.4"
  67. }
  68. ],
  69. "buttonHover": [
  70. {
  71. "color": "#d2738a",
  72. "x": 0,
  73. "y": 0,
  74. "blur": "0",
  75. "spread": "1",
  76. "inset": true,
  77. "alpha": 1
  78. },
  79. {
  80. "color": "#000000",
  81. "x": "1",
  82. "y": "1",
  83. "blur": "1",
  84. "spread": "0",
  85. "inset": true,
  86. "alpha": "0.3"
  87. }
  88. ],
  89. "buttonPressed": [
  90. {
  91. "color": "#242422",
  92. "x": 0,
  93. "y": 0,
  94. "blur": 0,
  95. "spread": "50",
  96. "inset": true,
  97. "alpha": 1
  98. },
  99. {
  100. "color": "#000000",
  101. "x": "1",
  102. "y": "1",
  103. "blur": 0,
  104. "spread": "0",
  105. "inset": true,
  106. "alpha": "0.3"
  107. },
  108. {
  109. "color": "#ffffff",
  110. "x": 0,
  111. "y": 0,
  112. "blur": 0,
  113. "spread": "1",
  114. "inset": true,
  115. "alpha": 1
  116. }
  117. ],
  118. "input": [
  119. {
  120. "color": "#1f032f",
  121. "x": "1",
  122. "y": "1",
  123. "blur": "0",
  124. "spread": "1",
  125. "alpha": "0.75",
  126. "inset": true
  127. },
  128. {
  129. "color": "#FFFFFF",
  130. "x": 0,
  131. "y": -1,
  132. "blur": 0,
  133. "spread": 0,
  134. "alpha": 0.2,
  135. "inset": true
  136. },
  137. {
  138. "color": "#000000",
  139. "x": 0,
  140. "y": 0,
  141. "blur": 2,
  142. "inset": true,
  143. "spread": 0,
  144. "alpha": 1
  145. }
  146. ]
  147. },
  148. "colors": {
  149. "underlay": "#000000",
  150. "bg": "#0d0114",
  151. "fg": "#0f0403",
  152. "cRed": "#f877ff",
  153. "cGreen": "#a8ff60",
  154. "cOrange": "#ffffb6",
  155. "cBlue": "#96cbfe",
  156. "accent": "#65cfed",
  157. "link": "#65cfed",
  158. "text": "#b5b3aa",
  159. "chatBg": "#0d0114",
  160. "chatMessageIncomingBg": "#0d0114",
  161. "chatMessageOutgoingBg": "#1d032d",
  162. "chatMessageOutgoingBorder": "#230336",
  163. "chatMessageOutgoingLink": "#65cfed",
  164. "chatMessageOutgoingText": "#b5b3aa",
  165. "border": "#180705",
  166. "chatMessageIncomingBorder": "#200907",
  167. "chatMessageIncomingLink": "#65cfed",
  168. "chatMessageIncomingText": "#b5b3aa",
  169. "badgeNotification": "#f877ff",
  170. "badgeNotificationText": "#000000",
  171. "alertNeutral": "#b5b3aa",
  172. "alertNeutralText": "#ffffff",
  173. "alertPopupNeutral": "#b5b3aa",
  174. "alertPopupNeutralText": "#000000",
  175. "alertSuccess": "#a8ff60",
  176. "alertSuccessText": "#ffffff",
  177. "alertPopupSuccess": "#a8ff60",
  178. "alertPopupSuccessText": "#000000",
  179. "alertWarning": "#ffffb6",
  180. "alertWarningText": "#000000",
  181. "alertPopupWarning": "#ffffb6",
  182. "alertPopupWarningText": "#000000",
  183. "alertError": "#f877ff",
  184. "alertErrorText": "#ffffff",
  185. "alertPopupError": "#f877ff",
  186. "alertPopupErrorText": "#000000",
  187. "panel": "#0f0403",
  188. "panelText": "#b5b3aa",
  189. "alertNeutralPanelText": "#ffffff",
  190. "alertSuccessPanelText": "#ffffff",
  191. "alertWarningPanelText": "#ffffff",
  192. "alertErrorPanelText": "#ffffff",
  193. "fgText": "#b5b3aa",
  194. "topBar": "#0f0403",
  195. "topBarText": "#b5b3aa",
  196. "input": "#1f032f",
  197. "inputTopbarText": "#b5b3aa",
  198. "inputPanelText": "#b5b3aa",
  199. "inputText": "#b5b3aa",
  200. "btn": "#0f0403",
  201. "btnText": "#b5b3aa",
  202. "btnTopBarText": "#b5b3aa",
  203. "btnDisabled": "#0e0210",
  204. "btnDisabledTopBarText": "#382f37",
  205. "btnPanelText": "#b5b3aa",
  206. "btnDisabledPanelText": "#382f37",
  207. "btnDisabledText": "#382f37",
  208. "btnToggled": "#641b15",
  209. "btnToggledTopBarText": "#b5b3aa",
  210. "btnToggledPanelText": "#b5b3aa",
  211. "btnToggledText": "#b5b3aa",
  212. "btnPressed": "#0f0403",
  213. "btnPressedTopBarText": "#b5b3aa",
  214. "btnPressedTopBar": "#0f0403",
  215. "btnPressedPanelText": "#b5b3aa",
  216. "btnPressedPanel": "#0f0403",
  217. "btnPressedText": "#b5b3aa",
  218. "tabActiveText": "#b5b3aa",
  219. "tabText": "#b5b3aa",
  220. "tab": "#0f0403",
  221. "fgLink": "#65cfed",
  222. "topBarLink": "#65cfed",
  223. "panelLink": "#65cfed",
  224. "panelFaint": "#b5b3aa",
  225. "icon": "#615a5f",
  226. "poll": "#31546b",
  227. "pollText": "#ffffff",
  228. "postGreentext": "#a8ff60",
  229. "postLink": "#65cfed",
  230. "lightText": "#e5e4e1",
  231. "popover": "#0d0114",
  232. "selectedMenuPopover": "#1d032d",
  233. "highlight": "#1d032d",
  234. "highlightText": "#b5b3aa",
  235. "selectedMenu": "#1d032d",
  236. "selectedMenuText": "#b5b3aa",
  237. "selectedMenuPopoverIcon": "#695b6c",
  238. "highlightLink": "#65cfed",
  239. "selectedMenuLink": "#65cfed",
  240. "selectedMenuPopoverLink": "#65cfed",
  241. "selectedMenuPopoverText": "#b5b3aa",
  242. "faintLink": "#65cfed",
  243. "highlightFaintLink": "#65cfed",
  244. "selectedMenuFaintLink": "#65cfed",
  245. "selectedMenuPopoverFaintLink": "#65cfed",
  246. "faint": "#b5b3aa",
  247. "highlightFaintText": "#b5b3aa",
  248. "selectedMenuFaintText": "#b5b3aa",
  249. "selectedMenuPopoverFaintText": "#b5b3aa",
  250. "highlightLightText": "#e5e4e1",
  251. "selectedMenuLightText": "#e5e4e1",
  252. "selectedMenuPopoverLightText": "#e5e4e1",
  253. "selectedMenuIcon": "#695b6c",
  254. "selectedPost": "#1d032d",
  255. "selectedPostText": "#b5b3aa",
  256. "selectedPostIcon": "#695b6c",
  257. "selectedPostLink": "#65cfed",
  258. "selectedPostFaintLink": "#65cfed",
  259. "highlightPostLink": "#65cfed",
  260. "selectedPostPostLink": "#65cfed",
  261. "selectedPostLightText": "#e5e4e1",
  262. "selectedPostFaintText": "#b5b3aa",
  263. "popoverText": "#b5b3aa",
  264. "popoverIcon": "#615a5f",
  265. "popoverLink": "#65cfed",
  266. "postFaintLink": "#65cfed",
  267. "popoverPostFaintLink": "#65cfed",
  268. "popoverFaintLink": "#65cfed",
  269. "popoverFaintText": "#b5b3aa",
  270. "popoverPostLink": "#65cfed",
  271. "popoverLightText": "#e5e4e1",
  272. "highlightIcon": "#695b6c",
  273. "highlightPostFaintLink": "#65cfed",
  274. "profileTint": "#0d0114",
  275. "profileBg": "#06000b",
  276. "wallpaper": "#07010b"
  277. },
  278. "opacity": {
  279. "underlay": 0.15,
  280. "bg": 0.85,
  281. "border": 1,
  282. "alert": 0.5,
  283. "alertPopup": 0.95,
  284. "panel": 1,
  285. "input": 0.85,
  286. "btn": 0,
  287. "faint": 0.5,
  288. "popover": 1,
  289. "profileTint": 0.5
  290. },
  291. "radii": {
  292. "btn": 4,
  293. "input": 4,
  294. "checkbox": 2,
  295. "panel": 10,
  296. "avatar": 5,
  297. "avatarAlt": 50,
  298. "tooltip": 2,
  299. "attachment": 5
  300. },
  301. "fonts": {
  302. "interface": {
  303. "family": "sans-serif"
  304. },
  305. "input": {
  306. "family": "inherit"
  307. },
  308. "post": {
  309. "family": "inherit"
  310. },
  311. "postCode": {
  312. "family": "monospace"
  313. }
  314. }
  315. },
  316. "source": {
  317. "themeEngineVersion": 3,
  318. "fonts": {},
  319. "shadows": {
  320. "button": [
  321. {
  322. "x": 0,
  323. "y": 0,
  324. "blur": "0",
  325. "spread": "1",
  326. "inset": false,
  327. "color": "#2e3436",
  328. "alpha": 1
  329. },
  330. {
  331. "x": "2",
  332. "y": "2",
  333. "blur": "1",
  334. "spread": "2",
  335. "inset": false,
  336. "color": "#2e3436",
  337. "alpha": "0.4"
  338. }
  339. ],
  340. "buttonHover": [
  341. {
  342. "x": 0,
  343. "y": 0,
  344. "blur": "0",
  345. "spread": "1",
  346. "inset": true,
  347. "color": "#d2738a",
  348. "alpha": 1
  349. },
  350. {
  351. "x": "1",
  352. "y": "1",
  353. "blur": "1",
  354. "spread": "0",
  355. "inset": true,
  356. "color": "#000000",
  357. "alpha": "0.3"
  358. }
  359. ],
  360. "buttonPressed": [
  361. {
  362. "x": 0,
  363. "y": 0,
  364. "blur": 0,
  365. "spread": "50",
  366. "inset": true,
  367. "color": "#242422",
  368. "alpha": 1
  369. },
  370. {
  371. "x": "1",
  372. "y": "1",
  373. "blur": 0,
  374. "spread": "0",
  375. "inset": true,
  376. "color": "#000000",
  377. "alpha": "0.3"
  378. },
  379. {
  380. "x": 0,
  381. "y": 0,
  382. "blur": 0,
  383. "spread": "1",
  384. "inset": true,
  385. "color": "#ffffff",
  386. "alpha": 1
  387. }
  388. ],
  389. "topBar": [
  390. {
  391. "x": 0,
  392. "y": 0,
  393. "blur": "20",
  394. "spread": "5",
  395. "color": "#204a87",
  396. "alpha": 0.6
  397. }
  398. ],
  399. "input": [
  400. {
  401. "x": "1",
  402. "y": "1",
  403. "blur": "0",
  404. "spread": "1",
  405. "color": "#1f032f",
  406. "alpha": "0.75",
  407. "inset": true
  408. },
  409. {
  410. "x": 0,
  411. "y": -1,
  412. "blur": 0,
  413. "spread": 0,
  414. "color": "#FFFFFF",
  415. "alpha": 0.2,
  416. "inset": true
  417. },
  418. {
  419. "x": 0,
  420. "y": 0,
  421. "blur": 2,
  422. "inset": true,
  423. "spread": 0,
  424. "color": "#000000",
  425. "alpha": 1
  426. }
  427. ]
  428. },
  429. "opacity": {
  430. "bg": "0.85",
  431. "btn": "0",
  432. "input": "0.85"
  433. },
  434. "colors": {
  435. "bg": "#0d0114",
  436. "fg": "#0f0403",
  437. "text": "#b5b3aa",
  438. "link": "#65cfed",
  439. "cBlue": "#96cbfe",
  440. "cRed": "#f877ff",
  441. "cGreen": "#a8ff60",
  442. "cOrange": "#ffffb6",
  443. "input": "#1f032f"
  444. },
  445. "radii": {}
  446. }
  447. }