breezy-light.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_pleroma_theme_version": 2,
  3. "name": "Breezy Light (beta)",
  4. "theme": {
  5. "shadows": {
  6. "panel": [
  7. {
  8. "x": "1",
  9. "y": "2",
  10. "blur": "6",
  11. "spread": 0,
  12. "color": "#000000",
  13. "alpha": 0.6
  14. }
  15. ],
  16. "button": [
  17. {
  18. "x": 0,
  19. "y": "0",
  20. "blur": "0",
  21. "spread": "1",
  22. "color": "#000000",
  23. "alpha": "0.3",
  24. "inset": true
  25. },
  26. {
  27. "x": "1",
  28. "y": "1",
  29. "blur": "1",
  30. "spread": 0,
  31. "color": "#000000",
  32. "alpha": "0.3",
  33. "inset": false
  34. }
  35. ],
  36. "panelHeader": [
  37. {
  38. "x": 0,
  39. "y": "40",
  40. "blur": "40",
  41. "spread": "-40",
  42. "inset": true,
  43. "color": "#ffffff",
  44. "alpha": "0.1"
  45. }
  46. ],
  47. "buttonHover": [
  48. {
  49. "x": 0,
  50. "y": "0",
  51. "blur": 0,
  52. "spread": "1",
  53. "color": "--link",
  54. "alpha": "0.3",
  55. "inset": true
  56. },
  57. {
  58. "x": "1",
  59. "y": "1",
  60. "blur": "1",
  61. "spread": 0,
  62. "color": "#000000",
  63. "alpha": "0.3",
  64. "inset": false
  65. }
  66. ],
  67. "buttonPressed": [
  68. {
  69. "x": 0,
  70. "y": 0,
  71. "blur": "0",
  72. "spread": "50",
  73. "color": "--faint",
  74. "alpha": 1,
  75. "inset": true
  76. },
  77. {
  78. "x": 0,
  79. "y": "0",
  80. "blur": 0,
  81. "spread": "1",
  82. "color": "#ffffff",
  83. "alpha": 0.2,
  84. "inset": true
  85. },
  86. {
  87. "x": "1",
  88. "y": "1",
  89. "blur": 0,
  90. "spread": 0,
  91. "color": "#000000",
  92. "alpha": "0.3",
  93. "inset": false
  94. }
  95. ],
  96. "input": [
  97. {
  98. "x": 0,
  99. "y": "0",
  100. "blur": 0,
  101. "spread": "1",
  102. "color": "#000000",
  103. "alpha": "0.2",
  104. "inset": true
  105. }
  106. ]
  107. },
  108. "fonts": {},
  109. "opacity": {
  110. "input": "1"
  111. },
  112. "colors": {
  113. "bg": "#eff0f1",
  114. "text": "#232627",
  115. "link": "#2980b9",
  116. "fg": "#bcc2c7",
  117. "panel": "#475057",
  118. "panelText": "#fcfcfc",
  119. "input": "#fcfcfc",
  120. "topBar": "#475057",
  121. "topBarLink": "#eff0f1",
  122. "btn": "#eff0f1",
  123. "cRed": "#da4453",
  124. "cBlue": "#2980b9",
  125. "cGreen": "#27ae60",
  126. "cOrange": "#f67400"
  127. },
  128. "radii": {
  129. "btn": "2",
  130. "input": "2",
  131. "checkbox": "1",
  132. "panel": "2",
  133. "avatar": "2",
  134. "avatarAlt": "2",
  135. "tooltip": "2",
  136. "attachment": "2"
  137. }
  138. }
  139. }