馃摎 Personal bits of knowledge
1.theme-dark {
2 --background-primary: rgb(10 10 10);
3 --background-primary-alt: rgb(10 10 10);
4 --background-secondary: rgb(10 10 10);
5 --background-secondary-alt: rgb(10 10 10);
6 --background-modifier-border: rgb(82 82 82);
7 --text-accent-hover: rgb(202 138 4);
8 --link-external-color: rgb(202 138 4);
9 --link-external-decoration: none;
10 --link-color: rgb(202 138 4);
11 --link-decoration: none;
12}