Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
type Theme ¶
type Theme struct { HeaderFG string SelectedFG string SelectedBG string RowFG string RowBG string StatusFG string StatusBG string StartBG string OverdueBG string PrioLowBG string PrioMedBG string PrioHighBG string SearchFG string SearchBG string }
Theme holds color configuration for the UI.
func DefaultTheme ¶
func DefaultTheme() Theme
DefaultTheme returns the color theme used by Task Samurai.
func RandomTheme ¶
func RandomTheme() Theme
Click to show internal directories.
Click to hide internal directories.