Greasy Fork is available in English.

Polygon Dark Theme

Makes Polygon less aids for the eyes

  1. /* ==UserStyle==
  2. @name Polygon Dark Theme
  3. @namespace Yeehaw
  4. @author NoahBK
  5. @description Makes Polygon less aids for the eyes
  6. @version 2023.03.02
  7. @license Like I give a fuck
  8. @icon https://i.imgur.com/m0aJviu.png
  9. ==/UserStyle== */
  10.  
  11. @-moz-document domain("polygon.com") {
  12. ::-webkit-scrollbar-track {
  13. -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  14. border-radius: 0px;
  15. background-color: #212121;
  16. }
  17. html[hide-scrollbar="true"] ::-webkit-scrollbar {
  18. display: none;
  19. }
  20. ::-webkit-scrollbar {
  21. width: 8px;
  22. background-color: #212121;
  23. }
  24. ::-webkit-scrollbar-thumb {
  25. border-radius: 0px;
  26. -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, .3);
  27. background: linear-gradient(360deg, #da0050 50%, #8e2b88 100%);
  28. }
  29.  
  30. body,
  31. .l-root,
  32. .c-showcase-eight-up__main,
  33. .c-two-group-breaker__main,
  34. .c-showcase-eight-up .c-entry-box--compact,
  35. .l-hub-wrapper,
  36. .l-main-content,
  37. .c-river-section-title--basic h2,
  38. .c-showcase-eight-up .c-entry-box--compact:nth-child(5),
  39. .c-compact-river__entry,
  40. .c-rock-list,
  41. .c-tab-bar,
  42. .c-entry-group-labels__item:first-child::before,
  43. .c-entry-group-labels__item:nth-child(2):before,
  44. .c-entry-group-labels__item:first-child:hover::before,
  45. .c-comments__message,
  46. .c-shoppable,
  47. .c-user-activity__entry:nth-child(odd),
  48. .c-two-up .c-entry-box-hero,
  49. .c-showcase-five-up__main,
  50. .c-showcase-five-up .c-entry-box--compact {
  51. background: #0e0e0e;
  52. border-color: #111;
  53. color: #eee;
  54. }
  55. .c-user-activity__modes a {
  56. background: #0e0e0e;
  57. }
  58. .c-showcase-five-up .c-entry-box--comp
  59. }