styles.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "pleroma-dark": "/static/themes/pleroma-dark.json",
  3. "pleroma-light": "/static/themes/pleroma-light.json",
  4. "pleroma-amoled": [ "Pleroma Dark AMOLED", "#000000", "#111111", "#b0b0b1", "#d8a070", "#aa0000", "#0fa00f", "#0095ff", "#d59500"],
  5. "classic-dark": [ "Classic Dark", "#161c20", "#282e32", "#b9b9b9", "#baaa9c", "#d31014", "#0fa00f", "#0095ff", "#ffa500" ],
  6. "bird": [ "Bird", "#f8fafd", "#e6ecf0", "#14171a", "#0084b8", "#e0245e", "#17bf63", "#1b95e0", "#fab81e"],
  7. "ir-black": [ "Ir Black", "#000000", "#242422", "#b5b3aa", "#ff6c60", "#FF6C60", "#A8FF60", "#96CBFE", "#FFFFB6" ],
  8. "monokai": [ "Monokai", "#272822", "#383830", "#f8f8f2", "#f92672", "#F92672", "#a6e22e", "#66d9ef", "#f4bf75" ],
  9. "redmond-xx": "/static/themes/redmond-xx.json",
  10. "redmond-xx-se": "/static/themes/redmond-xx-se.json",
  11. "redmond-xxi": "/static/themes/redmond-xxi.json",
  12. "breezy-dark": "/static/themes/breezy-dark.json",
  13. "breezy-light": "/static/themes/breezy-light.json",
  14. "neckbeard-nest": "/static/themes/neckbeard-nest.json",
  15. "retro": "/static/themes/retro.json",
  16. "kbbs": "/static/themes/kbbs.json",
  17. "fruit-orchard": "/static/themes/fruit-orchards.json",
  18. "electra": "/static/themes/electra.json",
  19. "android-10-dark": "/static/themes/android-10-dark.json",
  20. "mammal": "/static/themes/mammal.json",
  21. "deepwater-purple": "/static/themes/deepwater-purple.json",
  22. "cyberpunk": "/static/themes/cyberpunk.json",
  23. "cybreclub-plasma": "/static/themes/cybreclub-plasma.json",
  24. "fauux-sp": "/static/themes/fauux-sp.json",
  25. "fauux-cunnyborea": "/static/themes/fauux-cunnyborea.json",
  26. "wavemaster": "/static/themes/wavemaster.json",
  27. "paper": "/static/themes/paper.json",
  28. "spicy-purple": "/static/themes/spicy-purple.json",
  29. "helicidae": "/static/themes/helicidae.json",
  30. "soft-white": "/static/themes/soft-white-1.3.json",
  31. "halloween": "/static/themes/halloween.json",
  32. "autumn": "/static/themes/autumn.json",
  33. "christmas": "/static/themes/christmas.json"
  34. }