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