Start rewrite

This commit is contained in:
2017-12-05 22:09:52 -08:00
parent 773e5d8914
commit af7d7338b0
50 changed files with 152 additions and 24438 deletions

11
ui/palette.py Normal file
View File

@@ -0,0 +1,11 @@
palette = [
('selected', 'standout', ''),
('selected workspace', 'standout,bold', ''),
('header', 'bold,light green', ''),
('secondary', 'light gray', ''),
('task', 'light green', ''),
('project', 'yellow', ''),
('section', 'white', 'dark green'),
('workspace', 'white', 'dark blue'),
('pager', 'standout', ''),
]