tui

package
v0.8.7 Latest Latest
Warning

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

Go to latest
Published: May 26, 2024 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().
			Foreground(lipgloss.Color("9")).
			Render

	TextWhiteBgRed = lipgloss.NewStyle().
					Background(lipgloss.Color("9")).
					Foreground(lipgloss.AdaptiveColor{
			Light: "15",
			Dark:  "0",
		}).
		Render

	TextGreen = lipgloss.NewStyle().
				Foreground(lipgloss.Color("10")).
				Render

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

	TextBlue = lipgloss.NewStyle().
				Foreground(lipgloss.Color("12")).
				Render

	TextLightBlue = lipgloss.NewStyle().
					Foreground(lipgloss.Color("14")).
					Render

	TextWhiteBgBlue = lipgloss.NewStyle().
					Background(lipgloss.Color("12")).
					Foreground(lipgloss.AdaptiveColor{
			Light: "15",
			Dark:  "0",
		}).
		Render

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

	TextYellow = lipgloss.NewStyle().
				Foreground(lipgloss.Color("11")).
				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