Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.55k stars 571 forks source link

[Tab bar] Please consider increase the color difference between active and non-active tabs #2352

Closed ZYinMD closed 3 years ago

ZYinMD commented 3 years ago

Maybe I have a cheap monitor + bad eyes, for me, the active tab title looks too similar to non-active tabs, I need 1-2 seconds to tell which tab is focused.

I think the easiest fix is to use a bold font or a different font color for the active tab title.

↓ which tab is focused? image

Versions

ConEmu build: 210422 x64 OS version: Windows 10 x64 Used shell version: multiple

Maximus5 commented 3 years ago

I think there is already a similar request. For now it's not possible to change tabs colors as ConEmu just reuses the standard Windows Tab control. The workaround for now is using custom templates for your tabs. You can mark active tabs with some bold symbols.

Maximus5 commented 3 years ago

gh-552

ZYinMD commented 3 years ago

Thanks!