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 no longer working independently of taskbar after Windows Update #25

Closed
SupDos opened this issue Apr 19, 2022 · 8 comments
Closed
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@SupDos
Copy link

SupDos commented Apr 19, 2022

image

After installing the April 12 KB5012599 update, the search UI only shows up in light mode, no matter what theme is picked in the BeautySearch installer

explorer_2022-04-19_14-39-53

Win10 20H2, 19042.1645

Changing this setting makes it show in dark, while previously it showed in dark no matter what
image

@SupDos SupDos changed the title Dark mode no longer working after Windows Update Dark mode no longer working independently of taskbar after Windows Update Apr 19, 2022
@krlvm
Copy link
Owner

krlvm commented Apr 19, 2022

search UI only shows up in light mode

How does it look?

@SupDos
Copy link
Author

SupDos commented Apr 19, 2022

It looks like this:
explorer_2022-04-19_14-59-49
when it should look like this even if the taskbar accent color is enabled:
explorer_2022-04-19_14-59-30
(thats how it worked days ago, and the only thing that has changed is this windows update)

@krlvm
Copy link
Owner

krlvm commented Apr 19, 2022

It is not Light Theme, just starting with the latest Windows update, it shows accent color not only on Start Menu, but also on the Search Window.

@SupDos
Copy link
Author

SupDos commented Apr 19, 2022

You're right, just thought it was light theme because it wasn't the usual dark theme lol

Is there any way to force no accent color in search even when the accent color is enabled for the taskbar and start menu?

(Is that something in scope of BeautySearch at all?)

@krlvm
Copy link
Owner

krlvm commented Apr 19, 2022

You can disable Enhanced Acrylic Design to achieve this look.

If you want to make it completely dark, open C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\cache\Local\Desktop\BeautySearch.js in any text editor and add this code to the end of the file:

injectStyle(`
    .${DEF_DARK} {
        background: #1f1f1f !important;
    }
`);

Then restart Search App, for example, by clicking the circle arrow ("Refresh") button in BeautySearch Installer.

@SupDos
Copy link
Author

SupDos commented Apr 19, 2022

Thank you, that worked! Though for a brief moment it still shows the accent color while I assume the full search menu is loaded in

2022-04-19.22-20-30-1.mp4

I'm assuming that this isn't something that can be fixed since that isn't part of what is being injected by BeautySearch? If so I will just have to learn to live with this. Feel free to close the issue if there's nothing that can be done, thank you for helping!

@krlvm krlvm added enhancement New feature or request wontfix This will not be worked on labels Apr 19, 2022
@krlvm
Copy link
Owner

krlvm commented Apr 19, 2022

Yes, unfortunately this is shown before the WebView is rendered
I will add this option as an optional tweak in the next release

@krlvm krlvm closed this as completed Apr 19, 2022
krlvm added a commit that referenced this issue Apr 23, 2022
@krlvm
Copy link
Owner

krlvm commented Apr 23, 2022

Available in v1.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants