kbbs.json 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. {
  2. "_pleroma_theme_version": 2,
  3. "name": "kbbs",
  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. "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": 8,
  42. "spread": 0,
  43. "color": "#000000",
  44. "alpha": 0.7
  45. }
  46. ],
  47. "avatarStatus": [],
  48. "panelHeader": [],
  49. "button": [
  50. {
  51. "x": 0,
  52. "y": 0,
  53. "blur": 2,
  54. "spread": 0,
  55. "color": "#000000",
  56. "alpha": 1
  57. },
  58. {
  59. "x": 0,
  60. "y": 1,
  61. "blur": 0,
  62. "spread": 0,
  63. "color": "#FFFFFF",
  64. "alpha": 0.2,
  65. "inset": true
  66. },
  67. {
  68. "x": 0,
  69. "y": -1,
  70. "blur": 0,
  71. "spread": 0,
  72. "color": "#000000",
  73. "alpha": 0.2,
  74. "inset": true
  75. }
  76. ],
  77. "buttonHover": [
  78. {
  79. "x": 0,
  80. "y": 0,
  81. "blur": 4,
  82. "spread": 0,
  83. "color": "#b98a00",
  84. "alpha": 1
  85. },
  86. {
  87. "x": 0,
  88. "y": 1,
  89. "blur": 0,
  90. "spread": 0,
  91. "color": "#FFFFFF",
  92. "alpha": 0.2,
  93. "inset": true
  94. },
  95. {
  96. "x": 0,
  97. "y": -1,
  98. "blur": 0,
  99. "spread": 0,
  100. "color": "#000000",
  101. "alpha": 0.2,
  102. "inset": true
  103. }
  104. ],
  105. "buttonPressed": [
  106. {
  107. "x": 0,
  108. "y": 0,
  109. "blur": 4,
  110. "spread": 0,
  111. "color": "#b98a00",
  112. "alpha": 1
  113. },
  114. {
  115. "x": 0,
  116. "y": 1,
  117. "blur": 0,
  118. "spread": 0,
  119. "color": "#000000",
  120. "alpha": 0.2,
  121. "inset": true
  122. },
  123. {
  124. "x": 0,
  125. "y": -1,
  126. "blur": 0,
  127. "spread": 0,
  128. "color": "#FFFFFF",
  129. "alpha": 0.2,
  130. "inset": true
  131. }
  132. ],
  133. "input": [
  134. {
  135. "x": 0,
  136. "y": 1,
  137. "blur": 0,
  138. "spread": 0,
  139. "color": "#000000",
  140. "alpha": 0.2,
  141. "inset": true
  142. },
  143. {
  144. "x": 0,
  145. "y": -1,
  146. "blur": 0,
  147. "spread": 0,
  148. "color": "#FFFFFF",
  149. "alpha": 0.2,
  150. "inset": true
  151. },
  152. {
  153. "x": 0,
  154. "y": 0,
  155. "blur": 2,
  156. "inset": true,
  157. "spread": 0,
  158. "color": "#000000",
  159. "alpha": 1
  160. }
  161. ]
  162. },
  163. "colors": {
  164. "underlay": "#000000",
  165. "bg": "#1c1200",
  166. "fg": "#221600",
  167. "cRed": "#8f6400",
  168. "cOrange": "#bb8b00",
  169. "cGreen": "#8a6600",
  170. "cBlue": "#8f6a00",
  171. "accent": "#ffbe00",
  172. "link": "#ffbe00",
  173. "text": "#b98a00",
  174. "badgeNotification": "#8f6400",
  175. "badgeNotificationText": "#ffffff",
  176. "panel": "#221600",
  177. "panelText": "#b98a00",
  178. "alertNeutral": "#b98a00",
  179. "alertNeutralPanelText": "#ffd046",
  180. "alertNeutralText": "#ffd046",
  181. "alertWarning": "#bb8b00",
  182. "alertWarningPanelText": "#ffd046",
  183. "alertWarningText": "#ffd046",
  184. "alertError": "#8f6400",
  185. "alertErrorPanelText": "#ffd046",
  186. "alertErrorText": "#ffd046",
  187. "fgText": "#b98a00",
  188. "topBar": "#221600",
  189. "topBarText": "#b98a00",
  190. "input": "#221600",
  191. "inputTopbarText": "#b98a00",
  192. "inputPanelText": "#b98a00",
  193. "inputText": "#b98a00",
  194. "btn": "#221600",
  195. "btnText": "#b98a00",
  196. "btnTopBarText": "#b98a00",
  197. "btnDisabled": "#1e1300",
  198. "btnDisabledTopBarText": "#453100",
  199. "btnPanelText": "#b98a00",
  200. "btnDisabledPanelText": "#453100",
  201. "btnDisabledText": "#453100",
  202. "btnToggled": "#885900",
  203. "btnToggledTopBarText": "#ffffff",
  204. "btnToggledPanelText": "#ffffff",
  205. "btnToggledText": "#ffffff",
  206. "btnPressed": "#221600",
  207. "btnPressedTopBarText": "#b98a00",
  208. "btnPressedTopBar": "#221600",
  209. "btnPressedPanelText": "#b98a00",
  210. "btnPressedPanel": "#221600",
  211. "btnPressedText": "#b98a00",
  212. "tabActiveText": "#b98a00",
  213. "tabText": "#b98a00",
  214. "tab": "#221600",
  215. "fgLink": "#ffbe00",
  216. "topBarLink": "#ffbe00",
  217. "panelLink": "#ffbe00",
  218. "panelFaint": "#b98a00",
  219. "icon": "#6b4e00",
  220. "poll": "#775700",
  221. "pollText": "#ffd046",
  222. "border": "#2d1d00",
  223. "postLink": "#ffbe00",
  224. "lightText": "#ffc720",
  225. "popover": "#1c1200",
  226. "selectedMenuPopover": "#362300",
  227. "highlight": "#362300",
  228. "highlightText": "#b98a00",
  229. "selectedMenu": "#362300",
  230. "selectedMenuText": "#b98a00",
  231. "selectedMenuPopoverIcon": "#785700",
  232. "highlightLink": "#ffbe00",
  233. "selectedMenuLink": "#ffbe00",
  234. "selectedMenuPopoverLink": "#ffbe00",
  235. "selectedMenuPopoverText": "#b98a00",
  236. "faintLink": "#ffbe00",
  237. "highlightFaintLink": "#ffbe00",
  238. "selectedMenuFaintLink": "#ffbe00",
  239. "selectedMenuPopoverFaintLink": "#ffbe00",
  240. "faint": "#b98a00",
  241. "highlightFaintText": "#b98a00",
  242. "selectedMenuFaintText": "#b98a00",
  243. "selectedMenuPopoverFaintText": "#b98a00",
  244. "highlightLightText": "#ffc720",
  245. "selectedMenuLightText": "#ffc720",
  246. "selectedMenuPopoverLightText": "#ffc720",
  247. "selectedMenuIcon": "#785700",
  248. "selectedPost": "#362300",
  249. "selectedPostText": "#b98a00",
  250. "selectedPostIcon": "#785700",
  251. "selectedPostLink": "#ffbe00",
  252. "selectedPostFaintLink": "#ffbe00",
  253. "highlightPostLink": "#ffbe00",
  254. "selectedPostPostLink": "#ffbe00",
  255. "selectedPostLightText": "#ffc720",
  256. "selectedPostFaintText": "#b98a00",
  257. "popoverText": "#b98a00",
  258. "popoverIcon": "#6b4e00",
  259. "popoverLink": "#ffbe00",
  260. "postFaintLink": "#ffbe00",
  261. "popoverPostFaintLink": "#ffbe00",
  262. "popoverFaintLink": "#ffbe00",
  263. "popoverFaintText": "#b98a00",
  264. "popoverPostLink": "#ffbe00",
  265. "popoverLightText": "#ffc720",
  266. "highlightIcon": "#785700",
  267. "highlightPostFaintLink": "#ffbe00",
  268. "profileTint": "#1c1200",
  269. "profileBg": "#0e0a00"
  270. },
  271. "opacity": {
  272. "underlay": 0.15,
  273. "bg": 1,
  274. "panel": 1,
  275. "alert": 0.5,
  276. "input": 0.5,
  277. "btn": 1,
  278. "faint": 0.5,
  279. "border": 1,
  280. "popover": 1,
  281. "profileTint": 0.5
  282. },
  283. "radii": {
  284. "btn": 4,
  285. "input": 4,
  286. "checkbox": 2,
  287. "panel": 10,
  288. "avatar": 5,
  289. "avatarAlt": 50,
  290. "tooltip": 2,
  291. "attachment": 5
  292. },
  293. "fonts": {
  294. "interface": {
  295. "family": "PxPlus IBM VGA8"
  296. },
  297. "input": {
  298. "family": "PxPlus IBM VGA8"
  299. },
  300. "post": {
  301. "family": "PxPlus IBM VGA8"
  302. },
  303. "postCode": {
  304. "family": "PxPlus IBM VGA8"
  305. }
  306. }
  307. },
  308. "source": {
  309. "themeEngineVersion": 3,
  310. "fonts": {
  311. "interface": {
  312. "family": "PxPlus IBM VGA8"
  313. },
  314. "input": {
  315. "family": "PxPlus IBM VGA8"
  316. },
  317. "post": {
  318. "family": "PxPlus IBM VGA8"
  319. },
  320. "postCode": {
  321. "family": "PxPlus IBM VGA8"
  322. }
  323. },
  324. "shadows": {},
  325. "opacity": {},
  326. "colors": {
  327. "bg": "#1c1200",
  328. "fg": "#221600",
  329. "text": "#b98a00",
  330. "link": "#ffbe00",
  331. "cBlue": "#8f6a00",
  332. "cRed": "#8f6400",
  333. "cGreen": "#8a6600",
  334. "cOrange": "#bb8b00"
  335. },
  336. "radii": {}
  337. }
  338. }