17 lines
425 B
Python
17 lines
425 B
Python
palette = [
|
|
('atm_section', 'white,bold', 'dark blue'),
|
|
('author', 'bold,dark blue', ''),
|
|
('custom_fields', 'dark red', ''),
|
|
('header', 'bold,light green', ''),
|
|
('project', 'yellow', ''),
|
|
('section', 'dark green,bold', ''),
|
|
('selected', 'standout', ''),
|
|
('task', 'light green', ''),
|
|
('text', '', ''),
|
|
('workspace', 'white', 'dark blue'),
|
|
]
|
|
|
|
keys = {
|
|
'select': ['enter', 'space']
|
|
}
|