theme

package
v0.0.0-...-56f1d57 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const Padding = 2

Variables

View Source
var (
	HiddenTableBorder = table.Border{
		Top:    "",
		Left:   "",
		Right:  "",
		Bottom: "",

		TopRight:    "",
		TopLeft:     "",
		BottomRight: "",
		BottomLeft:  "",

		TopJunction:    "",
		LeftJunction:   "",
		RightJunction:  "",
		BottomJunction: "",

		InnerJunction: "",
		InnerDivider:  "",
	}

	TabBorder = lipgloss.Border{
		Top:      "─",
		Bottom:   "─",
		Left:     "│",
		Right:    "│",
		TopLeft:  "╭",
		TopRight: "╮",

		BottomLeft:  "┴",
		BottomRight: "┴",
	}

	TabActiveBorder = lipgloss.Border{
		Top:         "─",
		Bottom:      " ",
		Left:        "│",
		Right:       "│",
		TopLeft:     "╭",
		TopRight:    "╮",
		BottomLeft:  "┘",
		BottomRight: "└",
	}

	TabGapBorder = lipgloss.Border{
		Top:         "",
		Left:        "",
		Right:       "",
		TopLeft:     "",
		TopRight:    "",
		Bottom:      "─",
		BottomLeft:  "─",
		BottomRight: "╮",
	}
)

Functions

This section is empty.

Types

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL