Thoughts
I'm going to mute the colors of the dark mode, make it a slightly more dark and less yellow. Hex colors below. Let me if you have thoughts
```css
--background-color: #23252E;
--text-color: #b3b9c1;
--accent-color: #9a9168;
```