Use dark mode as a basis for custom themes #8031
-
At the moment, if you want to have a custom dark theme, you have to change nearly every theme-variable to a dark color. It would be way easier (and with less breaking changes if some variables change in the future), if a theme could use the default dark theme as a basis for a custom dark theme. As an example, this could be used in the theme file to define if it's a dark theme or not:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@bramkragten how much effort would you say that is it to make this happen? I would like so see if i can contribute with this and where in the code should i start looking? i would prefer to work on this rather then on a personal dark theme |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
FYI: I have a working solution, that I will propose as PR: #8347 |
Beta Was this translation helpful? Give feedback.
FYI: I have a working solution, that I will propose as PR: #8347