themes

package
v0.0.0-...-1b8e598 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AltTypeError   = AltType("Error")
	AltTypeExpired = AltType("Expired")
	AltTypeNew     = AltType("New")
	AltTypeNormal  = AltType("Normal")
	AltTypeOK      = AltType("OK")
)

Functions

This section is empty.

Types

type AltType

type AltType string

type Alts

type Alts struct {
	Error   tcell.Style
	Expired tcell.Style
	New     tcell.Style
	Normal  tcell.Style
	OK      tcell.Style
}

func (Alts) Select

func (a Alts) Select(t AltType) tcell.Style

type Theme

type Theme struct {
	Body      tcell.Style
	Title     tcell.Style
	Statusbar Alts
}

func SolarizedDark

func SolarizedDark() Theme

Jump to

Keyboard shortcuts

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