Link to article: SaBakhu's art den.
:root {
--linkColor: #A9A4E8;
--primaryBackgroundColor: #282A36;
--secondaryBackgroundColor: #2F3142;
--tertiaryBackgroundColor: #BD93F9;
--borderColor: #6272A4;
--shadow: rgba(96,213,248,0.3);
--selectionColor: #A9A4E8;
--textColor: #F2E5F8;
--textColor-alt: #EDE6FA;
}
::-webkit-scrollbar-track {
background: var(--secondaryBackgroundColor);
}