Replies: 1 comment
|
This was already addressed in 4421c0f. I didn’t notice it because I was using the Homebrew version of Herdr. I’m now using the version installed via https://herdr.dev/install.sh, and the thick border around the active pane is gone. Closing. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
idea / problem
The focused pane uses a thick border, and there’s currently no way to adjust its thickness. The only configurable option is the accent color.
requested change
Add
[ui] active_pane_borderwith "thick" (default) and "plain". "plain" keeps the accent color but uses the regular border glyphs.I already implemented this and accidentally opened a PR before starting a discussion. The PR was automatically closed by the repository’s bot, as discussions are required before feature PRs can be considered.
Below is a comparison of the two styles. The top image shows my branch, and the bottom image shows the current behavior.
why you want this
The thick border feels heavy in multi-pane layouts; accent color alone is enough to mark the active pane and looks cleaner. Default stays "thick" for everyone else.
All reactions