chabou / hyper-pane

Extension for Hyper.app to enhance pane navigation.
MIT License
188 stars 13 forks source link

Pane border thickness #45

Closed ag0r4n closed 5 years ago

ag0r4n commented 5 years ago

Add possibility to adjust pane border thickness (and color ?) ; Can be tricky to see the limit

chabou commented 5 years ago

It can be done with css property in hyper config. I customized by pane border with this config line:

css: ".splitpane_divider {background-color: #8b56ee !important;}"