You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xplr/docs/en/src/borders.md

608 B

Borders

xplr allows customizing the shape and style of the borders.

Border

A border can be one of the following:

  • Top
  • Right
  • Bottom
  • Left

Border Type

A border can be one of the following:

  • Plain
  • Rounded
  • Double
  • Thick

Border Style

The style of the borders.

Example

xplr.config.general.panel_ui.default.borders = { "Top", "Right", "Bottom", "Left" }
xplr.config.general.panel_ui.default.border_type = "Thick"
xplr.config.general.panel_ui.default.border_style.fg = "Black"
xplr.config.general.panel_ui.default.border_style.bg = "Gray"