We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overview Description: Prefer dark mode in settings not working.
Steps to Reproduce:
Actual Results: No dark mode
Expected Results: Dark mode
Version: Latest flatpak version 0.26
Additional Information: Ubuntu 22.03.4 LTS | Colloid Light Theme
The text was updated successfully, but these errors were encountered:
non-fullscreen mode
fullscreen mode
using KDE Plasma 5.27, using light Plasma Theme.
Interesting now: when using breeze-dark theme, Celluloid is completely dark. Not black, but seems to use breeze colors.
So this top bar, and the bottom bar in non-Fullscreen mode seem to follow the system theme.
Sorry, something went wrong.
For a test I changed the following:
src/celluloid-controller.c line 663
static void set_dark_theme_enable( CelluloidController *controller, gboolean value ) { if(controller->dark_theme_enable) { adw_style_manager_set_color_scheme ( adw_style_manager_get_default(), ADW_COLOR_SCHEME_FORCE_DARK ); } else { adw_style_manager_set_color_scheme ( adw_style_manager_get_default(), ADW_COLOR_SCHEME_FORCE_LIGHT ); } }
No branches or pull requests
Overview Description: Prefer dark mode in settings not working.
Steps to Reproduce:
Actual Results: No dark mode
Expected Results: Dark mode
Version: Latest flatpak version 0.26
Additional Information: Ubuntu 22.03.4 LTS | Colloid Light Theme
The text was updated successfully, but these errors were encountered: