Add "customise Theme from template" to style settings #202
-
Hello, I love this theme, and use it's darkmode almost 99% of the time. Very rarely I feel the need to switch to light-mode, because my eyes seem to become tired much faster with in lightmode settings. However, there are a few times I require it, and everytime I do so something very specific irks me - the inability to quickly copy a preset and tinker with it under "custom colors". Let me explain. I would appreciate the ability to base the Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi! Unfortunately, that is not possible via CSS. Creating customizable colors alone is quite work-intensive when done in CSS, resulting in that "scary" code 😝 However, with 0.16 will come a lot of changes. For one, I had to fully rewrite the theme due to all the changes in Obsidian, which unfortunately also forced me to focus on the essentials. That means the number of settings is considerably lower for now (Re-creating all features will take quite some time, I don't have for now.) On the other hand, 0.16 will make it far easier to customize any theme yourself with a CSS snippet, so you will only need a very rudimentary knowledge of CSS to customize colors, which might be helpful for you? |
Beta Was this translation helpful? Give feedback.
Hi!
Unfortunately, that is not possible via CSS. Creating customizable colors alone is quite work-intensive when done in CSS, resulting in that "scary" code 😝
However, with 0.16 will come a lot of changes. For one, I had to fully rewrite the theme due to all the changes in Obsidian, which unfortunately also forced me to focus on the essentials. That means the number of settings is considerably lower for now (Re-creating all features will take quite some time, I don't have for now.) On the other hand, 0.16 will make it far easier to customize any theme yourself with a CSS snippet, so you will only need a very rudimentary knowledge of CSS to customize colors, which might be helpful for you?