# generic HEAD = white CONSTRAINT = black # task's color according to its status TASK_TODO = orange TASK_READY = orange TASK_RUN = darkblue TASK_DONE = darkgray TASK_PROBLEM = red # for odd row ODD_TITLE = white ODD_FIELD = white ODD_WEEKDAY = white ODD_WEEKEND = wheat ODD_RESOURCE_USED = darkorange ODD_RESOURCE_UNAVAILABLE = wheat # for even row EVEN_TITLE = wheat EVEN_FIELD = wheat EVEN_WEEKDAY = wheat EVEN_WEEKEND = wheat EVEN_RESOURCE_USED = darkorange EVEN_RESOURCE_UNAVAILABLE = wheat