Skip to content
New issue

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

Dark mode not working #915

Open
in4matix opened this issue Dec 26, 2023 · 2 comments
Open

Dark mode not working #915

in4matix opened this issue Dec 26, 2023 · 2 comments

Comments

@in4matix
Copy link

Overview Description: Prefer dark mode in settings not working.

Steps to Reproduce:

  1. Enable prefer dark mode
  2. Log out and back in
  3. App is still in light mode

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

@firefoxlover
Copy link

firefoxlover commented Dec 31, 2023

non-fullscreen mode

grafik

fullscreen mode

grafik

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.

@Axel-Erfurt
Copy link

Axel-Erfurt commented May 19, 2024

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 );
	}
}

19_05_24_15_38_28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants