Coder Social home page Coder Social logo

Comments (8)

krlvm avatar krlvm commented on June 19, 2024 1

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

from beautysearch.

krlvm avatar krlvm commented on June 19, 2024

search UI only shows up in light mode

How does it look?

from beautysearch.

SupDos avatar SupDos commented on June 19, 2024

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)

from beautysearch.

krlvm avatar krlvm commented on June 19, 2024

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.

from beautysearch.

SupDos avatar SupDos commented on June 19, 2024

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?)

from beautysearch.

krlvm avatar krlvm commented on June 19, 2024

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.

from beautysearch.

SupDos avatar SupDos commented on June 19, 2024

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!

from beautysearch.

krlvm avatar krlvm commented on June 19, 2024

Available in v1.14

from beautysearch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.