Keios:
I see that every Public Napkin has their Color:
Farnam Street Notes is rgb(193, 99, 99)
Naval Wisdom is rgb(106, 151, 130)
James Clear Wisdom is rgb(186, 134, 134)
The Purpose: I can use the color base on my emotion and ...
If I am Angry, I will use Red
If the Weather is Hot, I will use Yellow
If it is the night, I will use Black to make a Dark Theme
...
For now I often use this css to make background-color as my favorite color. I use Stylus Extension.
`body {
background-color: rgb(0, 0, 0) !important;
}`
It can be solved with Custom CSS CSS: Expose stylesheet to allow community-built schemes