Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColorScheme ¶
type ColorScheme struct {
Theme string `toml:"theme"`
ProjectColor string `toml:"project"`
ActiveColor string `toml:"active"`
InProgressColor string `toml:"inprogress"`
CompletedColor string `toml:"completed"`
SomedayColor string `toml:"someday"`
TaskColor string `toml:"description"`
CompletedTaskColor string `toml:"completed-description"`
TagColor string `toml:"tag"`
TagBgColor string `toml:"tag-bg"`
SpecialTagColor string `toml:"special-tag"`
SpecialTagBgColor string `toml:"special-tag-bg"`
DateColor string `toml:"date"`
DateBgColor string `toml:"date-bg"`
PastDateColor string `toml:"past-date"`
PastDateBgColor string `toml:"past-bg"`
TodayDateColor string `toml:"today-date"`
TodayDateBgColor string `toml:"today-bg"`
AssigneeColor string `toml:"assignee"`
AssigneeBgColor string `toml:"assignee-bg"`
CycleColor string `toml:"cycle"`
CycleBgColor string `toml:"cycle-bg"`
OverdueColor string `toml:"overdue"`
OverdueBgColor string `toml:"overdue-bg"`
AgendaHeaderColor string `toml:"agenda-header"`
}
type Config ¶
type Config struct {
GeneralConfig GeneralConfig `toml:"general"`
Directories Directories `toml:"directories"`
Todo Todo `toml:"todo"`
Goals Goals `toml:"goals"`
Schedule Schedule `toml:"schedule"`
Colors ColorScheme `toml:"colors"`
}
func (*Config) GetInboxFilePath ¶
GetInboxFilePath returns the absolute path to the inbox file based on configuration
type Directories ¶
type GeneralConfig ¶
Click to show internal directories.
Click to hide internal directories.