Add support for subtasks

This commit is contained in:
2017-12-11 22:28:04 -08:00
parent 7513035003
commit 4cb283b890
6 changed files with 58 additions and 33 deletions

View File

@@ -1,14 +1,14 @@
palette = [
('selected', 'standout', ''),
('selected workspace', 'standout,bold', ''),
('atm_section', 'white,bold', 'dark blue'),
('author', 'bold,dark blue', ''),
('custom_fields', 'dark red', ''),
('header', 'bold,light green', ''),
('secondary', 'light green', ''),
('task', 'light green', ''),
('project', 'yellow', ''),
('section', 'dark green,bold', ''),
('atm_section', 'white,bold', 'dark blue'),
('selected', 'standout', ''),
('task', 'light green', ''),
('text', '', ''),
('workspace', 'white', 'dark blue'),
('pager', 'standout', ''),
]
keys = {