color

package
v0.3.17 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ColorBackgroundField    = tcell.ColorBlack
	ColorForegroundField    = tcell.ColorWhite
	ColorSelectedBackground = tcell.Color69
	ColorSelectedForeground = tcell.ColorWhite
)
View Source
const (
	ClField   = "[#ffaf00::b]"
	ClWhite   = "[#ffffff::-]"
	ClNumeric = "[#00afff]"
	ClString  = "[#6A9F59]"
)

Variables

View Source
var (
	FieldStyle = tcell.StyleDefault.
				Background(ColorBackgroundField).
				Foreground(ColorForegroundField)
	PlaceholderStyle = tcell.StyleDefault.
						Background(ColorBackgroundField).
						Foreground(tcell.ColorDarkGray)
	SelectStyle = tcell.StyleDefault.
				Background(ColorSelectedBackground).
				Foreground(ColorSelectedForeground)
)

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