/** * @name SystemColor * @author Saltssaumure * @authorLink https://github.com/Saltssaumure * @description Recolour based on your system colour. * @license MIT * @version 1.2 * @invite uy8nKQVatp * @source https://github.com/MiniDiscordThemes/SystemColor * @donate https://ko-fi.com/saltssaumure */ @import url("https://minidiscordthemes.github.io/SystemColor/sys.min.css"); /* See https://github.com/MiniDiscordThemes/SystemColor#customisation for customisation settings. */ :root { --systemcolor-base: var(--os-accent-color); --systemcolor-bg-blur: 0px; } .theme-dark { --systemcolor-bg-image: linear-gradient(to right, var(--primary-700), var(--primary-800)); } .theme-light { --systemcolor-bg-image: linear-gradient(to right, var(--primary-200), var(--primary-100)); }