Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Color ¶
type Color struct { Fg string `mapstructure:"fg"` Bg string `yaml:"bg,omitempty" mapstructure:"bg"` Bold bool `mapstructure:"bold"` Italic bool `mapstructure:"italic"` }
func (*Color) Background ¶
func (c *Color) Background() tcell.Color
func (*Color) Foreground ¶
func (c *Color) Foreground() tcell.Color
type Colors ¶
type Colors struct { Artist Color `mapstructure:"artist"` Album Color `mapstructure:"album"` Track Color `mapstructure:"track"` Genre Color `mapstructure:"genre"` Folder Color `mapstructure:"folder"` Timestamp Color `mapstructure:"timestamp"` PBarArtist Color `yaml:"pbar_artist" mapstructure:"pbar_artist"` PBarTrack Color `yaml:"pbar_track" mapstructure:"pbar_track"` ContextMenu Color `yaml:"context_menu" mapstructure:"context_menu"` BorderFocus Color `yaml:"border_focus" mapstructure:"border_focus"` Border Color `mapstructure:"border"` Null Color }
Click to show internal directories.
Click to hide internal directories.