Alex313031 / Thorium-Win

Chromium fork for Windows named after radioactive element No. 90; Windows builds of https://github.com/Alex313031/Thorium
https://thorium.rocks/
BSD 3-Clause "New" or "Revised" License
1.28k stars 33 forks source link

Is it possible to hide the gray line below the Thorium toolbar in dark mode? If so, how do I recompile it? #144

Open C1og opened 5 months ago

C1og commented 5 months ago

image_1

like the new version of Edge browser: image

gz83 commented 5 months ago

This may be caused by the CR23 style. You can turn off the CR23 style in chrome://flags.

But as the Chromium browser development process advances, the CR23 style will become mainstream and completely replace the old interface style.

@C1og

C1og commented 5 months ago

This may be caused by the CR23 style. You can turn off the CR23 style in chrome://flags.

But as the Chromium browser development process advances, the CR23 style will become mainstream and completely replace the old interface style.

@C1og

Thank you for your reply. I have tried disabling all settings related to the CR23 style, but the gray line at the bottom of the toolbar still remains visible. Perhaps only by recompiling Thorium can this be achieved?

image_4

gz83 commented 5 months ago

Does Chromium 119 also have this line in the same configuration?

If Chromium 119 also has this line in the same configuration, then you won't need to spend time recompiling Thorium browser, which will not help in any way.

@C1og

C1og commented 5 months ago

Does Chromium 119 also have this line in the same configuration?Chromium 119 在相同的配置中也有这条线吗?

If Chromium 119 also has this line in the same configuration, then you won't need to spend time recompiling Thorium browser, which will not help in any way.如果 Chromium 119 在相同配置中也有此行,那么您将不需要花费时间重新编译 Thorium 浏览器,这不会有任何帮助。

@C1og

Thanks, I understand.

Alex313031 commented 5 months ago

@C1og @gz83 You can try disabling the new flag I added > chrome://flags/#force-enable-tab-outlines

C1og commented 5 months ago

@Alex313031 Thank you for your reply. This setting is disabled by default image_105

I tried some of the UI settings in Chrome flags, and customized the browser theme, but still can't hide the bottom line. I'm not a coder, so I'm not sure what to do.

gz83 commented 5 months ago

This is not directly related to flags and should be a modification in the upstream.

@Alex313031