Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Falkon dark themt (Read 5883 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Falkon dark themt

Reply #15
So start by checking /etc/environment if that variable is there
if so run some editor as root (with sudo) and remove it

if it is not there than continue to your user configs.

Re: Falkon dark themt

Reply #16
You mean this variable
QTWEBENGINE_CHROMIUM_FLAGS = - blink-settings = darkMode = 4, darkModeImagePolicy = 2

Re: Falkon dark themt

Reply #17
you found it, great.

AS you see it is configured to enable dark mode.
Just remove the variable and reboot.

Re: Falkon dark themt

Reply #18
In fact, it looks like this in the original file.

QT_QPA_PLATFORMTHEME = gtk
QTWEBENGINE_CHROMIUM_FLAGS = "- blink-settings = darkModeEnabled = true -enable-features = OverlayScrollbar, OverlayScrollbarFlashAfterAnyScrollUpdate, OverlayScrollbarFlashWhenMouseEnter

Should I remove it all?

Re: Falkon dark themt

Reply #19
just comment it in case you wish to reuse the rest of the options.
The comment is "#" character, place it at the start of the line and that line will be ignored.

Re: Falkon dark themt

Reply #20
Like this?

# QTWEBENGINE_CHROMIUM_FLAGS = "- blink-settings = darkModeEnabled = true -enable-features = OverlayScrollbar, OverlayScrollbarFlashAfterAnyScrollUpdate, OverlayScrollbarFlashWhenMouseEnter"

Re: Falkon dark themt

Reply #21
like that

Re: Falkon dark themt

Reply #22
Or maybe change "true" to "false"?

Re: Falkon dark themt

Reply #23
try it

Re: Falkon dark themt

Reply #24
I restarted the browser but everything remained the same. Maybe you meant to restart the computer?

Re: Falkon dark themt

Reply #25
yeah,  reboot your system.

 

Re: Falkon dark themt

Reply #26
SGOrava,
Thank you so much! Everything worked out.
Bravo!