:root{--dark-theme-primary-color:#000;--dark-theme-secondary-color:#fff;--dark-theme-tertiary-color:#d9d9d9}#dark-theme .theme-container{background-color:var(--dark-theme-primary-color);border-color:var(--dark-theme-secondary-color);color:var(--dark-theme-secondary-color)}#dark-theme .theme-container--tertiary-color{border-color:var(--dark-theme-tertiary-color);color:var(--dark-theme-tertiary-color)}#dark-theme .theme-wrapper,#dark-theme .theme-wrapper *{background-color:var(--dark-theme-primary-color);border-color:var(--dark-theme-secondary-color);color:var(--dark-theme-secondary-color)}#dark-theme .theme-wrapper--tertiary-color,#dark-theme .theme-wrapper--tertiary-color *{border-color:var(--dark-theme-tertiary-color);color:var(--dark-theme-tertiary-color)}#dark-theme .theme-scroll-bar::-webkit-scrollbar-track{background:var(--dark-theme-primary-color)}#dark-theme .theme-scroll-bar::-webkit-scrollbar{width:5px}#dark-theme .theme-scroll-bar::-webkit-scrollbar-thumb{background:#737373;border-radius:100px}#dark-theme .theme-scroll-bar::-webkit-scrollbar-thumb:hover{background:#737373}