Navigation works!

This commit is contained in:
2017-12-10 22:48:14 -08:00
parent b35346694c
commit 7513035003
10 changed files with 416 additions and 10 deletions

16
ui/constants.py Normal file
View File

@@ -0,0 +1,16 @@
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']
}