Let's say I want my file notes.org
to have a specific background color. How to do that? But I want other files to adhere to the standard theme color for background.
So, I want yellow background for notes.org
but the theme background color for everything else.
It should be something simple, but I can't find the way how to do it.
I would prefer a way I can set it via elisp code in my init (.spacemacs) file. Preferably without the need to create a custom theme just for one file etc. The least favorite option is to put it in # Local Variables eval but if the only way it's possible is this way, I will be thankful for even that solution.