theme

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ColorLabel        = tcell.NewRGBColor(0xD7, 0x87, 0x00) // orange labels
	ColorValue        = tcell.ColorWhite
	ColorDim          = tcell.NewRGBColor(0x58, 0x58, 0x58)
	ColorFg           = tcell.NewRGBColor(0xD0, 0xD0, 0xD0)
	ColorGreen        = tcell.NewRGBColor(0x00, 0xD7, 0x00)
	ColorYellow       = tcell.NewRGBColor(0xFF, 0xD7, 0x00)
	ColorRed          = tcell.NewRGBColor(0xFF, 0x5F, 0x5F)
	ColorHeaderBg     = tcell.NewRGBColor(0x30, 0x30, 0x30)
	ColorBorder       = tcell.NewRGBColor(0x00, 0x5F, 0xAF) // blue
	ColorBorderActive = tcell.NewRGBColor(0x00, 0x87, 0xAF) // brighter cyan for detail panes
	ColorSelectedBg   = tcell.NewRGBColor(0x00, 0x5F, 0xAF)
	ColorSelectedFg   = tcell.ColorWhite
	ColorTableHeader  = tcell.NewRGBColor(0xD7, 0x87, 0x00) // orange headers

	// tcell styles
	SelectedStyle = tcell.StyleDefault.
					Foreground(ColorSelectedFg).
					Background(ColorSelectedBg).
					Attributes(tcell.AttrBold)
)

k9s-inspired color palette using tcell colors.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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