tui

package
v0.6.7-112-g0565d63 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2023 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors. Licensed under the BSD-3-Clause License (the "License"). You may not use this file except in compliance with the License.

Index

Constants

This section is empty.

Variables

View Source
var (
	TextTitle = lipgloss.NewStyle().
				Bold(true).
				Render

	TextRed = lipgloss.NewStyle().
			Background(lipgloss.Color("9")).
			Foreground(lipgloss.CompleteAdaptiveColor{
			Light: lipgloss.CompleteColor{TrueColor: "#ffffff", ANSI256: "15", ANSI: "15"},
			Dark:  lipgloss.CompleteColor{TrueColor: "#5f0000", ANSI256: "52", ANSI: "0"},
		}).
		Render

	TextGreen = lipgloss.NewStyle().
				Background(lipgloss.Color("10")).
				Foreground(lipgloss.AdaptiveColor{
			Light: "10",
			Dark:  "0",
		}).
		Render

	TextBlue = lipgloss.NewStyle().
				Background(lipgloss.Color("4")).
				Foreground(lipgloss.AdaptiveColor{
			Light: "10",
			Dark:  "0",
		}).
		Render

	TextLightGray = lipgloss.NewStyle().
					Foreground(lipgloss.Color("245")).
					Render
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors.

Jump to

Keyboard shortcuts

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