🏠 Home 

Polygon Dark Theme

Makes Polygon less aids for the eyes


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