Open demonkillerr opened 2 months ago
Basically during system wide dark theme, the app displays light theme. But the larger issue at hand is theme switching is not happening at all.
https://github.com/arch-linux-gui/alg-welcome/blob/a35073110e1e86d97d524d555fbc32b5b7ef764f/app.go#L74
was changed in [this] (https://github.com/arch-linux-gui/alg-welcome/commit/a35073110e1e86d97d524d555fbc32b5b7ef764f) commit. This is to keep the path same. However, since the theme code is stored in ~/.local/share/aurorae/theme/ it is difficult for the app to determine the applied theme name, as shown below:
https://github.com/arch-linux-gui/alg-welcome/blob/a35073110e1e86d97d524d555fbc32b5b7ef764f/app.go#L226-L229
solved in fa87fdcefb41a86f35bfb158d0816f7a6cef732a
Basically during system wide dark theme, the app displays light theme. But the larger issue at hand is theme switching is not happening at all.
was changed in [this] (https://github.com/arch-linux-gui/alg-welcome/commit/a35073110e1e86d97d524d555fbc32b5b7ef764f) commit. This is to keep the path same. However, since the theme code is stored in ~/.local/share/aurorae/theme/ it is difficult for the app to determine the applied theme name, as shown below: