nothub/gobonsai

color schemes? (8-col, original cbonsai, monochrome)

github-actions opened this issue · 0 comments

gobonsai/colors.go

Lines 19 to 24 in af75dcb

// TODO: color schemes? (8-col, original cbonsai, monochrome)
// based on type of tree, determine what color a branch should be
func chooseColor(kind branch) tcell.Style {
switch kind {
case dying:


This issue was generated by todo-issue based on a TODO comment in af75dcb.