mikekazakov/nimble-commander

[UI]: App titlebar blur effect not consistent across views.

Closed this issue · 7 comments

Confirmation

  • I have read the contributing guidelines.

Version of Nimble Commander

1.6.1

Current Appearance

desk

Expected Appearance

desknew

Additional Information

The titlebar when console is open has "blur" effect, which is not visible in standard file manager view. Just a little detail that could make it more consistent.

Here's the solid titlebar in standard file manager view:
std

Good catch, thanks for reporting. I assume the built-in viewer has the same issue?

What do you mean? The quicklook on spacebar key? I spotted the blur effect only in console view.

No-no, not QuickLook-based, the "built-in viewer" opened by Alt+F3, if it's configured to use the same window, of course. Actually, an external editor running in a terminal (say vi or mcedit) might have the same issue too.

I didn't know that exists, thanks! This window doesn't have the blur effect though.

update
I can even view files as hex and find something. Damn thats amazing.

I've looked into the issue and can't reproduce it on my side.
My recollection of the things was wrong - terminal app state has its dedicated overlay colour, which is responsible for the tint of the titlebar. This setting seem to work as expected in my experiments, e.g. here's an example:

Screenshot 2024-10-05 at 19 52 33

What settings does your theme have for the terminal?

Oh my, You're actually right, that was Overlay color. When I was adjusting my theme I changed it to blue. I would never guess that "Overlay color" corresponds to titlebar blur color. Sorry about that.

No worries. Hopefully one day these settings will be properly described in the user guide :)