Optional minimal split-pane dividers (no focus border chrome) #704
Replies: 4 comments
|
Hi — I ran into the same problem this discussion describes. It's also covered from a slightly different angle in #1224 (redirected here too), which specifically calls out the outer-perimeter and pane/sidebar-divider case. I put together a working implementation, tested against Branch: sazardev/herdr@master...sazardev:herdr:feat/pane-borders-inner-and-sidebar-divider What it adds:
This is scoped a bit differently from the Checked before pushing:
I know new contributors need an accepted issue + maintainer |
|
I'm the author of #1224, which got redirected here — consolidating rather than My case is narrower than the @sazardev's branch above does exactly this ( Question for maintainers: is an |

Uh oh!
There was an error while loading. Please reload this page.
What I'd like
When a workspace has multiple panes, I'd like an opt-in way to reduce the visual chrome around splits:
Something like
ui.pane_borders = \"minimal\", with today's behavior staying the default (boxed).Why
I run several panes side by side most of the time. The current thick focus border and full box around each pane feels heavy compared to the rest of the UI (sidebar agents list, tabs, etc.). I mostly navigate by clicking panes or using prefix navigation, so I don't need the focus ring as a primary cue.
What I tried
I prototyped this locally and opened #703 before reading the contribution flow properly — sorry about that. The prototype:
Happy to adjust if this doesn't match herdr's visual direction. Mostly curious whether something like this belongs in core config vs. staying fork-only.
Questions for maintainers
minimalpane border mode aligned with herdr's UI philosophy, or too much of a theme/feel departure?Thanks — happy to iterate in a discussion first.
All reactions