Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ColorCompleted = color.HEX("#fcba03") ColorTodo = color.HEX("#777777") )
Functions ¶
This section is empty.
Types ¶
type Simple ¶
type Simple struct {
// contains filtered or unexported fields
}
func NewSimpleWithTheme ¶
func NewSimpleWithTheme(width int, theme SimpleTheme, doneHexColor, todoHexColor color.RGBColor) Simple
type SimplePosition ¶
type SimplePosition int
type SimpleTheme ¶
type SimpleTheme int
const ( LiteTheme SimpleTheme = iota LiteSquashTheme HeavyTheme HeavySquashTheme ReallyHeavySquashTheme HeavyNoBarTheme )
Click to show internal directories.
Click to hide internal directories.