logo

pleroma-fe

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

theme2_keys.js (2863B)


  1. export default [
  2. 'bg',
  3. 'wallpaper',
  4. 'fg',
  5. 'text',
  6. 'underlay',
  7. 'link',
  8. 'accent',
  9. 'faint',
  10. 'faintLink',
  11. 'postFaintLink',
  12. 'cBlue',
  13. 'cRed',
  14. 'cGreen',
  15. 'cOrange',
  16. 'profileBg',
  17. 'profileTint',
  18. 'highlight',
  19. 'highlightLightText',
  20. 'highlightPostLink',
  21. 'highlightFaintText',
  22. 'highlightFaintLink',
  23. 'highlightPostFaintLink',
  24. 'highlightText',
  25. 'highlightLink',
  26. 'highlightIcon',
  27. 'popover',
  28. 'popoverLightText',
  29. 'popoverPostLink',
  30. 'popoverFaintText',
  31. 'popoverFaintLink',
  32. 'popoverPostFaintLink',
  33. 'popoverText',
  34. 'popoverLink',
  35. 'popoverIcon',
  36. 'selectedPost',
  37. 'selectedPostFaintText',
  38. 'selectedPostLightText',
  39. 'selectedPostPostLink',
  40. 'selectedPostFaintLink',
  41. 'selectedPostText',
  42. 'selectedPostLink',
  43. 'selectedPostIcon',
  44. 'selectedMenu',
  45. 'selectedMenuLightText',
  46. 'selectedMenuFaintText',
  47. 'selectedMenuFaintLink',
  48. 'selectedMenuText',
  49. 'selectedMenuLink',
  50. 'selectedMenuIcon',
  51. 'selectedMenuPopover',
  52. 'selectedMenuPopoverLightText',
  53. 'selectedMenuPopoverFaintText',
  54. 'selectedMenuPopoverFaintLink',
  55. 'selectedMenuPopoverText',
  56. 'selectedMenuPopoverLink',
  57. 'selectedMenuPopoverIcon',
  58. 'lightText',
  59. 'postLink',
  60. 'postGreentext',
  61. 'postCyantext',
  62. 'border',
  63. 'poll',
  64. 'pollText',
  65. 'icon',
  66. // Foreground,
  67. 'fgText',
  68. 'fgLink',
  69. // Panel header,
  70. 'panel',
  71. 'panelText',
  72. 'panelFaint',
  73. 'panelLink',
  74. // Top bar,
  75. 'topBar',
  76. 'topBarText',
  77. 'topBarLink',
  78. // Tabs,
  79. 'tab',
  80. 'tabText',
  81. 'tabActiveText',
  82. // Buttons,
  83. 'btn',
  84. 'btnText',
  85. 'btnPanelText',
  86. 'btnTopBarText',
  87. // Buttons: pressed,
  88. 'btnPressed',
  89. 'btnPressedText',
  90. 'btnPressedPanel',
  91. 'btnPressedPanelText',
  92. 'btnPressedTopBar',
  93. 'btnPressedTopBarText',
  94. // Buttons: toggled,
  95. 'btnToggled',
  96. 'btnToggledText',
  97. 'btnToggledPanelText',
  98. 'btnToggledTopBarText',
  99. // Buttons: disabled,
  100. 'btnDisabled',
  101. 'btnDisabledText',
  102. 'btnDisabledPanelText',
  103. 'btnDisabledTopBarText',
  104. // Input fields,
  105. 'input',
  106. 'inputText',
  107. 'inputPanelText',
  108. 'inputTopbarText',
  109. 'alertError',
  110. 'alertErrorText',
  111. 'alertErrorPanelText',
  112. 'alertWarning',
  113. 'alertWarningText',
  114. 'alertWarningPanelText',
  115. 'alertSuccess',
  116. 'alertSuccessText',
  117. 'alertSuccessPanelText',
  118. 'alertNeutral',
  119. 'alertNeutralText',
  120. 'alertNeutralPanelText',
  121. 'alertPopupError',
  122. 'alertPopupErrorText',
  123. 'alertPopupWarning',
  124. 'alertPopupWarningText',
  125. 'alertPopupSuccess',
  126. 'alertPopupSuccessText',
  127. 'alertPopupNeutral',
  128. 'alertPopupNeutralText',
  129. 'badgeNotification',
  130. 'badgeNotificationText',
  131. 'badgeNeutral',
  132. 'badgeNeutralText',
  133. 'chatBg',
  134. 'chatMessageIncomingBg',
  135. 'chatMessageIncomingText',
  136. 'chatMessageIncomingLink',
  137. 'chatMessageIncomingBorder',
  138. 'chatMessageOutgoingBg',
  139. 'chatMessageOutgoingText',
  140. 'chatMessageOutgoingLink',
  141. 'chatMessageOutgoingBorder'
  142. ]