doki-theme / doki-theme-web

Cute anime character themes for your Chrome, Edge, & Brave browser.
MIT License
154 stars 15 forks source link

Regarding the wordmark #108

Closed Dimpal-Kalita closed 1 year ago

Dimpal-Kalita commented 1 year ago

How to change the wordmark "doki theme" present in the home page permanently?

Unthrottled commented 1 year ago

Are you talking about turning it off? This video starting at 0:28 shows you how to do that. When toggled it will remain off.

https://user-images.githubusercontent.com/15972415/157995434-30b5bdfc-b005-416f-a3fa-4bfdf72bc1be.mp4

Changing the words used a different story, and currently isn't implemented.

Dimpal-Kalita commented 1 year ago

I want to change the title "doki theme" to something of my choice. How can I do it?

Unthrottled commented 1 year ago

It's hardcoded in the source here https://github.com/doki-theme/doki-theme-web/blob/bf008fc553015015a91efa249c01fe4bc706396e/pluginSource/src/tab/components/SearchWidget.tsx#L70

If you want it now, you can always go to your newTab extension, locate & open the tab.js, search for createElement("div",{className:"wordmark"},"Doki Theme")) and change Doki Theme to whatever you want. Then save & reload the newTab plugin.

If you don't want to do that, you'll have to wait until I get time to add that feature.

Dimpal-Kalita commented 1 year ago

Done, Thanks