You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That’s a really great theme for TriliumNext.
It’s easy to configure and the variable naming makes it really easy to understand! (Hence my discovery ;-) )
I was really searching for one so thank you already!!
Explanation
I like my headers to be darker in "dark" mode and lighter in "light" mode than the normal text.
In the dark version of the theme, I could just add: --bs-heading-color: var(--palette-text-darker1);
When I tried to do the same in the light mode with: --bs-heading-color: var(--palette-text-lighter1);
It actually went darker.
I checked the code and his history in this repo and this seems to have always been as described below.
Note sure if there is something intended or not there but it would still make more sense to have the variable name aligned with its behavior ;-)
First and foremost !!Thank you!!
That’s a really great theme for TriliumNext.
It’s easy to configure and the variable naming makes it really easy to understand! (Hence my discovery ;-) )
I was really searching for one so thank you already!!
Explanation
I like my headers to be darker in "dark" mode and lighter in "light" mode than the normal text.
In the dark version of the theme, I could just add:
--bs-heading-color: var(--palette-text-darker1);
When I tried to do the same in the light mode with:
--bs-heading-color: var(--palette-text-lighter1);
It actually went darker.
I checked the code and his history in this repo and this seems to have always been as described below.
Note sure if there is something intended or not there but it would still make more sense to have the variable name aligned with its behavior ;-)
Current
Expected
The text was updated successfully, but these errors were encountered: