Navigation works!
This commit is contained in:
16
ui/constants.py
Normal file
16
ui/constants.py
Normal 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']
|
||||
}
|
||||
Reference in New Issue
Block a user